body {
  overflow-x: hidden;
  font-family: Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}


#mainNav .logo img {
    filter: grayscale(100%) invert(100%); -webkit-filter: grayscale(100%) invert(0%); 
}	

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 60%;
  font-weight: bold;
  color: #000000;
}

#terms_body, #order_body #subheader, #thankyou { padding-top: 125px; }

#footer .footer-link a { display: block; }

.fda_statement { font-size: 10px; }


#about2 { background: #c1c1c1; padding: 60px 0; }

header.masthead {
  text-align: left;
  background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2) ), url("../../images/background.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;

}	

header.masthead .intro-text { padding: 120px 0 0 0; text-shadow: 0 0 10px rgba(255,255,255,1); }
header.masthead .form-box { 
    margin: 0px 0 25px 0;
}

header.masthead .form-box { padding: 20px; }
header.masthead .form-box-header {  width: 100%; padding: 15px 5px; height: 100%; background: url(''); font-size: 35px; letter-spacing: -1px; line-height: 30px; font-weight: bold; text-align: center; text-transform: uppercase; }.form-box-header small { display: block; font-size: 20px; }
#about .bullet { list-style: none; font-size: 25px; }
#about2 { background: #333333; color: #F1F1F1; }

@media (min-width: 992px) {	
  .combo-image { right: 0px; }
  #mainNav {
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border-bottom: 1px solid #ffffff;
    background: #f1f1f1;
    }
    #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #cccccc;
      }
}

@media (max-width: 991px) {
 /******* Combo Image *******/
.combo-image { right: 0px; }
.combo-image img { width: 200px; }
.combo-image img:nth-child(2) { margin-left:220px; }
.combo-image img:nth-child(3) { margin-left:95px; top: -40px; width: 250px; }
}