@charset "UTF-8";
/* CSS Document */
	
html {
 scroll-behavior: smooth;
}

@font-face {
font-family: 'Archivo Black';
src: url('../fonts/ArchivoBlack-Regular.woff2') format('woff2');
}

.font-archivo-black {
	font-family: 'Archivo Black', sans-serif; 
}

.font-ab-light {
	font-family: 'Archivo Black', sans-serif;
	font-weight: 300;
}
	
.text-info {
	color: #119911!important;
}
.info-icon {
	font-size: 1.2em;
	margin: 0px 2px -5px 5px;
}
	
h3 {
	text-align: center; 
	color: #cc3333; 
	font-size: 1.9em; 
	line-height: 1.4em; 
	margin:0 10px 0 10px
}
	
	
/* Fixed to the top */
body {
	padding: 0 10vw 0 10vw;
  min-height: 75rem;
  padding-top: 4.5rem;
	
}

section {
	padding-top: 20px;
	scroll-margin-top: 80px; /* offset fixed navbar */
}
	

#top-mask {
	width: 100%; 
	height: 80px;
	background-color: #FFFFFF; 
	z-index: 1000;	
}
	
.navbar {
	background-color: #cc3333;
	border-radius: 12px; 
	margin-left: 10vw; 
	margin-right: 10vw;
	margin-top: 60px;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	z-index: 1030;
}
.navbar-nav .nav-item:not(:last-child) {
  position: relative;
  padding-right: .5rem; 
  margin-right: .5rem; 
}

.navbar-nav .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  transform: translateY(-50%);
  height: 50%;
  border-right: 1.5px solid rgba(255, 255, 255, 0.7);
}
.nav-link {
	font-weight: 600;
}

.nav-link:hover {
	color:#FFFF33!important;
}
	
.brand-logo {
	height: 90px;
  margin-top: 0px;
  position: relative;
}
.brand-logo-sm {
	height: 50px;
	position: absolute;
	top: 4px;
	left:10px;
}
#phone1 {
	display:block; 
	text-align: right; 
	color: #000; 
	font-size: 2.8em; 
	height: auto;
	overflow: hidden;
	position: absolute;
	top: -55px;
	right: 5px;
}

container {
	margin-top: 10px;
}

.cms-container {
	font-size: 1.1em
}
	
.cms-container a, .cms-container a:visited
{
	text-decoration: none!important;
	color: #cc3333!important;
	font-weight: 700!important;
}
	
.cms-container a:hover {
	text-decoration: underline!important;
}
	
.cms-col-left {
 padding-left:0;
}

.cms-col-right {
 padding-right:0;
}

.cms-col {
 padding-right:0;
 padding-left:0;
}

/*  Modals for pop-up images */
#lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: auto;
}
	
.lightbox-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  padding: 10px 20px;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lightbox-header .title {
  color: white;
  font-size: 18px;
  font-weight: bold;
  max-width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
	
.close {
  font-size: 32px;
  color: white;
  cursor: pointer;
  margin-left: 20px;
}

.lightbox-body {
  margin-top: 60px; /* offset for fixed header */
  display: flex;
  justify-content: center;
  align-items: center;
}
	
.lightbox-img {
  display: block;
  margin: 0 auto;
  max-width: 125vw;
}

img:not(.lightbox-ignore):hover {cursor: pointer}

.lb-image-wrapper {
  position: relative;
  display: inline-block;
}

.lb-overlay-icon {
  position: absolute;
  bottom: -15px;
  right: -5px;
  width: auto;
  height: auto;
  pointer-events: none;
  opacity: 0.9;
	font-size: 2em;
}
	
/* End Lightbox */
	
/* Hero */
	
.hero {
	/*background: linear-gradient(rgba(255,255,51,0.8), rgba(255,255,51,0.0)),
							url('https://via.placeholder.com/1600x500') center/cover no-repeat;
	*/
	padding: 80px 20px 20px 20px;
	margin-bottom: 40px;
	text-align: center;
}


/* Carousel */
.carousel {
  margin-bottom: 4rem;
}
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

.carousel-item {
  height: auto;
	min-height: 100px;
	overflow: hidden;
}
	
.carousel-control {
	color: #CC3333!important;	
}
	
/* End Carousel */
	
/* Product */
  .scroll-row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .scroll-row .col {
    flex: 0 0 auto;
    width: 80%;
    max-width: 300px;
    margin-right: 1rem;
  }
	
.card-body {
	text-align: center;
	background-color: #EEEEEE;
}
.card-title {
	color: #CC3333;
	text-align: left;
	font-size: 1.4em;
}	
.card-description {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 1em;
	line-height: 1.1em;
	font-weight: 600;
}	
	
.btn-order-skip {
	background-color: #CC3333;
	color: #FFFFFF;
	width:auto;
	min-width: 260px!important;
	margin: 20px auto 20px auto;
	font-size: 1.8em;
	padding: 2px 16px 2px 16px;
}
.btn-order-skip:hover {
	background-color: #CC3333;
	color: #FFFF33;
}
.skip-container {
	width: auto;
	min-width: 200px;
	max-width: 400px;
	height: auto;
	min-height: 300px;
	margin:auto;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
}
	
/*  Skip Pre-Order Modal */
.skip-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(100, 100, 100, 0.8);
  overflow: auto;
}

.skip-modal-card {
	margin: 5vh auto 0 auto;
	width: auto;
	max-width: 600px;
	background-color: #EEEEEE;
}

.skip-modal-card-title {
	color: #CC3333;
	font-size: 1.4em;
	font-weight: 100;
}	
	
.skip-modal-card-header {
  width: 100%;
  background-color:#FFFFFF;
	color: #CC3333;
  padding: 10px;
	overflow: hidden;
	text-align: left;
	font-size: 1.6em;
	font-weight: 700;
}

.skip-modal-card-body {
  padding: 10px;
  align-items: center;
	height: auto;
	min-height: 300px;
	text-align: center;
	overflow: hidden;
}
	
.skip-modal-container {
	width: auto;
	min-width: 200px;
	max-width: 400px;
	height: auto;
	min-height: 400px;
	margin:auto;
}
	
.skip-modal-img {
  display: block;
  margin: 0 auto;
  max-width: 300px;
}
	
.skip-modal-nxt-btn, .skip-modal-nxt-btn:focus {
	background-color: #CC3333;
	color: #FFFFFF;
	width:auto;
	min-width: 160px!important;
	margin: 0px 20px 30px 0;
	font-size: 1.3em;
	padding: 2px 10px 2px 10px;
	float: right!important;
}
.skip-modal-nxt-btn:hover {
	background-color: #CC3333;
	color: #FFFF33;
}
.skip-modal-terms-btn {
	margin: 2px 0px 0px 20px;
	font-size: 1em;
	padding: 5px;
}

.skip-modal-cl-btn {
	float:right!important;
	width: 40px;
	height: 40px;
}
	
/* End Skip Modal */	


	
/*  Terms Modal */
.terms-modal {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(100, 100, 100, 0.8);
  overflow: auto;
}

.terms-modal-card {
	margin: 5vh auto 0 auto;
	width: auto;
	max-width: 900px;
	background-color: #EEEEEE;
}

.terms-modal-card-title {
	font-size: 1.1em;
	line-height: 1.1em;
	text-decoration: underline;
}	
	
.terms-modal-card-header {
  width: 100%;
  padding: 0;
	text-align: left;
	font-size: 1.6em;
	font-weight: 700;
}

.terms-modal-card-body {
  padding: 10px 0 10px 0;
  align-items: center;
	height: auto;
	min-height: 300px;
	text-align: center;
	overflow: hidden;
}
	
.terms-modal-container {
	width: auto;
	min-width: 200px;
	max-width: 400px;
	height: auto;
	min-height: 400px;
	margin:auto;
}
.terms-modal-cl-icon {
	float:right!important;
	width: 40px;
	height: 40px;
}

.terms-modal-cl-btn {
	margin:5px auto 30px auto;
}

/* End Terms Modal */	


/* Testimonials  */
  .testimonial-carousel-wrapper {
    max-width: 600px;
    margin: 0 auto;
  }

  .testimonial-carousel {
    position: relative;
    transition: height 0.5s ease-in-out;
  }

  .testimonial {
    display: none;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
  }

  .testimonial.active {
    display: block;
  }

  .avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto;
  }

  .quote-icon {
    font-size: 4rem;
    color: #CC3333;
    display: block;
    margin: 10px auto;
  }

  blockquote {
    font-style: italic;
    margin: 10px auto;
    max-width: 90%;
  }

  .testimonial-fade-indicator {
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
		border: .25px #CC3333 solid;
    margin: 0 5px;
    cursor: pointer;
  }

  .testimonial-fade-indicator.active {
    background-color: #FFFF33;
  }

  .carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #CC3333;
    background: transparent;
    border: none;
  }

  .carousel-arrow.prev {
    left: -40px;
  }

  .carousel-arrow.next {
    right: -40px;
  }
	
	.carousel-arrow:hover, .bi-chevron-left:hover {
		color: #000000!important;
	}
	
	.bi-chevron-right:hover {
		color: #000000!important;
	}
	
  @media (max-width: 576px) {
    .carousel-arrow.prev,
    .carousel-arrow.next {
      display: none;
    }
  }

	/* END Testimonials */

/*  Documents */
	.doc_icon {
		border-radius: 50%;
		margin:20px;
		width:120px;
	}

.document-wrapper {
  position: relative;
  display: inline-block;
	cursor: pointer;
}

.download-arrow {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -80%); /* Start slightly above */
  opacity: 0;
  transition: all 0.3s ease;
  font-size: 4rem; /* adjust size */
  color: #CC3333;  /* Bootstrap primary color */
  pointer-events: none; /* prevent arrow from blocking clicks */
}

.document-wrapper:hover .download-arrow {
  opacity: 1;
  transform: translate(-50%, -40%); /* Move down slightly */
}
/* END Documents
	
	/* Up Arrow */
	.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 99999;
  display: none;
}

.back-to-top img {
  width: 100%;
  height: auto;
}
	
/* Footer */
	
.divider {
	background-color: #CC3333;
	height: 10px;
	border: none;
	border-radius: 5px;
	width: 80vw;
	margin: 20px auto 30px auto;
}

div#footer-middle {
	line-height: 1.2em;
	font-size: 0.9em; 
	margin: 30px auto;
	text-align: center;
}

div#footer-left {
	line-height: 1.2em; 
	font-size: 0.9em;		
}

div#footer-middle a, div#footer-middle a:visited
{
	text-decoration: none!important;
	color: #000000!important;
	font-weight: normal!important;
}
	
div#footer a:hover {
	text-decoration: underline!important;
	color: #CC3333 !important;
}
	
#footer-right {
	line-height: 1.2em;
	font-size: 0.9em;
	text-align: right;
}
	
#footer-site-link {
	color: #CC3333!important;
	font-size: 1.4em; 
	text-align: right; 
	clear: both; 
	margin-right: 40px;
	text-decoration: none;
}

img#footer-logo-1 {
	width:auto; max-width: 130px; float:left; margin:0px 30px 10px 0px
}
	
img#footer-logo-2 {
	width:auto; max-width: 200px; float:right; margin:-10px 40px 10px 0px
}

	div#footer-copyright {
		text-align: center;
		margin:20px auto 20px auto;
		font-size: 0.8em!important;
	}
/* END Footer */
	
.alert-msg-icon {
	font-size: 2em;
	font-weight: 800;
}
	
@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem
	}
}
	
@media (max-width: 991.98px) { 
	body,nav {
		padding: 0 1vw 0 1vw;
	}
	#top-mask {
		display:none;
	}
	
	section {
		padding-top: 80px;
		scroll-margin-top: 80px; /* offset fixed navbar */
	}

	.navbar {
		margin-left: 5px; 
		margin-right: 5px;
		margin-top: 0px;
		padding-bottom: 6px;
		padding-top: 6px;
		padding-right: 10px;
		/* border-top: 5px #FFFFFF solid; */
		border-radius: 8px;
		border-top-right-radius: 0px; 
		border-top-left-radius: 0px; 
	}

	.navbar-nav .nav-item::after {
		display: none;
	}
	
	.navbar-nav .nav-item:first-child {
		margin-top: 1rem; 
	}
	
	.cms-container {
	font-size: 1.2em
	}

	.lightbox-img {
		max-height: 80vh;
		max-width: none;
	}
		
	.cms-col-left, .cms-col-right, .cms-col {
		padding: 0 1vw 0 1vw;
	}

	.scroll-row {
		flex-wrap: wrap;
		overflow: visible;
	}

	.scroll-row .col {
		width: 100%;
		max-width: none;
	}
	
	.skip-card {
		margin: 0 1vw 0 1vw;
	}
	
	div#footer-left {
		line-height: 1.2em; 
		font-size: 0.9em;
		text-align: center;
	}

	div#footer-middle {
		line-height: 1.4em;
		font-size: 1em; 
		margin: 30px auto;
		text-align: center;
	}

	#footer-right {
		line-height: 1.2em;
		font-size: 0.9em;
		text-align: center;
	}
	
	#footer-site-link, #footer-site-link:hover {
		margin: 0px;
		color: #CC3333;
		font-size: 1.5em; 
		clear: both; 
		text-decoration: none;
	}

	img#footer-logo-1 {
		display: none
	}

	img#footer-logo-2 {
		float: none; 
		width:auto; 
		max-width: 220px; 
		margin:20px auto;
	}
	
  .back-to-top {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }	
	.terms-modal-card {
	width: 98vw;
	}

}
	
