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

p {
  line-height: 1.75;
}

a {
  color: ;
}

a:hover {
  color: ;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

/******* Buttons *******/
.btn{padding:9px 19px;border:none;color:white;text-align:center;text-decoration:none;display:inline-block;font-size:16px;cursor:pointer;transition:all 0.3s ease;background-color:#4169E1;border-radius:0;font-family:sans-serif;font-weight:400;}.btn:hover{background-color:white;color:#4169E1;border:2px solid white;}


#about { padding: 60px 0; background: #62BFED; color: #222222; }
#about2 { padding: 60px 0; background: #8FB8ED; color: #222222; }
#aboutvideo {  background: #503047; color: #ffffff; height: 1000px; display: block; padding: 200px 0; overflow: hidden; }

::selection {
  background: #fed136;
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

#mainNav {
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}

#mainNav .logo img {
    filter: grayscale(100%) invert(100%); -webkit-filter: grayscale(100%) invert(100%); 
}
#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #fed136;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  color: #fed136;
  font-family: 'Kaushan Script', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 70%;
  font-weight: 400;
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: white;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  color: #fed136;
}

header.masthead .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header.masthead .intro-text .intro-lead-in {
    font-size: 25px;
    font-style: italic;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header.masthead .intro-text .intro-heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
    }

    header.masthead .intro-text .bullet {
      font-size: 22px;
      line-height: 32px;
      margin-top: 25px;
  	  list-style-type: none;
    }

.form-box { 
	max-width: 325px;
	margin: 125px 0 25px 0;
	background: #222222;
	font-size: 13px;
	text-align: right;
	color: #ffffff;
	line-height: 18px;
	border: 3px solid #8FB8ED;
}
.form-box .col-3 { padding: 10px 0; }
.form-box .col-9 { padding: 5px; }
.form-box .label { color: #ffffff; text-align: right; padding:0; margin: 0; font-size: 13px; font-weight: normal;}
.form-box-header { color: #ffffff; padding: 15px 5px; height: 179px; background: url('../images/frmtop.png'); 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; }

@media (min-width: 1000px) {
	.container { width: 100%; }
  #mainNav {
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

@media (max-width: 999px) {
.container { margin: 0; max-width: 100%; }
}

@media (max-width: 768px) {
  .form-box { max-width: 100%; margin: 5px 0 5px 0; }
  .form-box-header {background: none; width: 100%; height: 100%; }
}

/******* Form *******/
input[type=checkbox], input[type=radio]{ height: 15px; width: 15px; }

/******* Combo Image *******/
.combo-image {  position: relative;  height: 400px; bottom: -100px; right: -300px; }
.combo-image img { position: absolute; z-index: 9; }
.combo-image img { width: 210px; }
.combo-image img:nth-child(2) { margin-left:240px; }
.combo-image img:nth-child(3) { margin-left:95px; top: -40px; width: 260px; }
.combo-image2 img { width: 275px; }

.combo4-image {  position: relative;  height: 250px; bottom: -20px; }
.combo4-image img { position: absolute; z-index: 9; }
.combo4-image img { width: 90px; }
.combo4-image img:nth-child(2) { margin-left:110px; }
.combo4-image img:nth-child(3) { margin-left:70px; top: -3px; width: 97px; }
.combo4-image img:nth-child(4) { margin-left:30px; top: -5px; width: 103px; }


/******* Footer *******/
#footer {
  padding: 25px 0;
  text-align: center;
  background: #f1f1f1;
}

#footer .footer-link { padding: 20px; }
#footer .footer-link a { padding: 0 20px; }
#terms_body .terms-content { font-size: 12px; padding-top: 50px; }
#terms_body table td { border: 1px solid #222222; padding: 5px; }
#terms_body .black-border { background: #222222; height: 5px; padding: 0; }
#terms_body table { border: 4px solid #222222; }
#terms_body table td { border: 1px solid #222222; padding: 5px; }
#terms_body .black-border { background: #222222; height: 5px; padding: 0; }
#terms_body { text-align: left; }

/******* Summary Body *******/
.summary-body { margin-bottom: 5px;  background: #f9f9f9; border: 1px solid lightgrey; border-radius: 10px; overflow: hidden;}
.summary-body a { text-decoration: none; }
.summary-body a { color: #222222; }
.summary-body a:hover { color: #006400; }
.summary-body h3 { font-size: 20px; float: left; overflow: hidden;}
.summary-body .row { padding: 5px; }
.summary-body .header { color: #222222; background: #66A1FF; padding: 10px; height: 45px; }
.summary-body button { float: right; font-size: 12px; border: 1px solid #cccccc; background: yellow; color: #222222; font-weight: bold; padding: 5px; border-radius: 5px; height: 40px; margin: 10px; }
.summary-body .product-selected button { background: #56f332; color: black; font-weight: bold; padding: 5px; }
.summary-body .product-selected .row { background: #e9fde4; }
.summary-body .product-selected .fa-check-square, .summary-body .product-selected a { color: #006400; display: block; }
.summary-body .product-selected .fa-square { display: none; }
.summary-body .summarytotal { font-size: 14px; float: left; }
.summary-body .col-4 { margin: auto; }
.summary-body .fa-check-square { display: none; }

#summary-order { display: none; }
#summary-order table { width: 100%; }
#summary-order table td { padding: 5px; }
#summary-order table tr { border-bottom: 1px solid #cccccc; }
#summary-order table tr:last-child { border-bottom: none; }

/******* Order *******/
#order_body #order_body_wrapper { font-size: 12px; padding-top: 150px; }
#order_body .logo img { filter: grayscale(100%) invert(100%); -webkit-filter: grayscale(100%) invert(100%); }
#order_body #payment label { padding: 5px 0 0 0; }
#order_body #payment input { padding: 6px 8px; border: 1px solid #cccccc;  }
#order_body #payment .header { text-align: center; background: #8FB8ED; color: #222222; padding: 10px;   }
#order_body #payment .header h1 { margin: 0; font-size: 50px;  }
#order_body #payment .header h3 { margin: 5px; font-size: 20px;  }
#order_body #payment .payment { padding: 5px; }
#order_body .checkbox  input { position: absolute; margin-top: 5px; }
#order_body .checkbox p { padding-left: 20px; }

.btnselect { width: 200px }

/******* Order page placeholder *******/
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cccccc;
}


/******* Buttons *******/
.btn{padding:9px 19px;border:none;color:white;text-align:center;text-decoration:none;display:inline-block;font-size:16px;cursor:pointer;transition:all 0.3s ease;background-color:#4169E1;border-radius:0;font-family:sans-serif;font-weight:400;}.btn:hover{background-color:white;color:#4169E1;border:2px solid white;}

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

.logo img { filter: brightness(100%) !important; -webkit-filter: brightness(100%) !important; }

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