
#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; }

@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;
      }
}

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

}	

header.masthead .form-box { 
    margin: 125px 0 25px 0;
}	