/*
Author: Christopher Michael Pastore
Author URI: https://ChrisPastore.com/
Version: 1.0
*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* START GLOBAL STYLES */
@media all {
  body {
    padding-bottom: 60px;
    background: #ffffff;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #000000;
  }
  .lead,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ul,
  ol {
    color: #000;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: Roboto, sans-serif;
    font-weight: 700;
    line-height: 1.3em;
    color: #000000;
  }
  h1 {
    font-size: 24px;
    color: #000000;
  }
  p {
    color: #000;
  }
  .logos {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .logos {
    text-align: center;
  }
  .explainer2 {
    margin-top: 20px;
  }
  .videos {
    text-align: center;
  }
  .disclaimer {
    margin-top: 20px;
  }
  .button-submit {
    margin-top: 10px;
    width: 100%;
    background: #00760b !important;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
  }
  .button-submit:hover,
  .button-submit:focus {
    background: #008b00 !important;
    color: #ffffff;
  }
  .btn-success {
    color: #ffffff !important;
    background-color: #00760b;
  }
  .dropbox {
    font-size: 10px;
    text-align: left;
    color: #000000;
  }
}

/* END GLOBAL STYLES */

/* START PORTRAIT PHONES and SMALLER */
@media (max-width: 480px) {
}

/* END PORTRAIT PHONES and SMALLER */

/* START LANDSCAPE PHONES and PORTRAIT TABLETS */
@media (max-width: 767px) {
}

/* END LANDSCAPE PHONES and PORTRAIT TABLETS */

/* START PORTRAIT TABLETS and SMALL DESKTOPS / LAPTOPS */
@media (min-width: 768px) and (max-width: 991px) {
}

/* END PORTRAIT TABLETS and SMALL DESKTOPS / LAPTOPS */

/* START LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* END LANDSCAPE TABLETS and MEDIUM DESKTOPS / LAPTOPS */

/* START LARGE DESKTOPS / LAPTOPS */
@media (min-width: 1200px) {
  }
}
/* END LARGE DESKTOPS / LAPTOPS */
