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

header.masthead {
  text-align: center;
  color: #ffffff;
  background-image: url("../../images/background.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  min-height: 100%;
  box-shadow: 0 3000px rgba(0, 0, 0, 0.5) inset;
}

.masthead { margin-top: 20px; }
.masthead, #about, #footer { margin: 0 auto; max-width: 1400px; border-left: 5px solid #cccccc; border-right: 5px solid #cccccc; }

header.masthead .intro-text { padding-bottom: 20px; }

#footer { padding: 0 0 20px 0; }

.c-footer-link { background: #cccccc; margin-bottom: 20px; }

.fda_statement { font-size: 10px; }

@media (max-width: 768px) {
  header.masthead { background: url("../../images/background.jpg") 100px auto;}
  header.masthead .intro-text { padding-top: 100px; padding-bottom: 0px; }
  header.masthead .intro-text .intro-heading { font-size: 35px; }
}