html, body{
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-smooth: always;
	font-weight: 400;
	-webkit-backface-visibility:hidden;
	width: 100%;
}

a:hover {
    color: #cc4a4a; /* Lighter shade of red for hover */
}


.col2 a:hover{
	    color: #cc4a4a; /* Lighter shade of red for hover */

}

#logo :hover{
	color: #c0bdbd !important;
}
/*--------------------*/
/*     Navigation     */
/*--------------------*/
.navigation-container{
	max-height: none;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.navigation-inner{
	background-color: #000;
	padding: 8px 0;
}

.nav-list{
	margin: 0 auto;
	max-width: 900px;
	display: flex;
	height: 100%;
}

.nav-left {
	display: flex;
	align-items: center;
	margin-right: 48px;
}

#right{
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}


#login_btn{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	border-radius: 9px;
}

#logo{
	font-size: 26px;
	color: #fff;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}

#logo h1{
	color: #ffffff;
}

#logo a{
	color: #fff;
}

#logo a:hover{
	color: #c0bdbd;

}

.nav-list ul{
	list-style-type: none;
	line-height: 30px;	
}

.nav-list li{
	font-size: 18px;
}

.nav-list li a{
	color: #c0bdbd;
	text-decoration: none;
}

.nav-list li a:hover, .nav-list li a:focus{
	color: #fff;
}

.nav-list li a:active, .nav-list li a.active{
	color: #6a6a6a;
}

.btn{
	color: #fff;
	font-family: 'Lato', sans-serif;
}

.btn-primary{
	background-color:#a30400 !important;
}

.btn-primary:hover{
	background-color:#cc4a4a !important;
	color:white !important;
}

.btn-primary:active{
	background-color:#670705 !important;
}

.nav-list .btn{
	font-size: 17px;
	font-weight: 400;
	padding-top:8px;
	padding-bottom: 10px;
	padding-right:23px;
	padding-left: 23px;
	color: #fff;
}

.nav-list .btn-primary{
	background-color:#a30400;
}
.nav-list .btn-primary:hover, .nav-list .btn-primary:focus{
	background-color:#cc4a4a;
}
.nav-list .btn-primary:active, .nav-list .btn-primary.active{
	background-color:#670705;
}

a#login:hover{
	color: #fff;
}

@media only screen and (max-width: 900px) {
	.navigation-container {
		position: relative;
	}
	
	.nav-list {
		display: block;
	}
	
	.nav-left {
		margin-bottom: 12px;	
	}
	
	.navigation-inner {
		padding: 16px 0;
	}
	
	.page-container {
		padding-top: 0;
	}
}

@media only screen and (max-width: 500px) {
	#right {
		flex-direction: column;
		align-items: flex-start;
	}
	
	#right li {
		margin-bottom: 16px;
	}
	
	#right li#login1 {
		margin-bottom: 0;
	}
	
	.page-container {
		padding-top: 0;
	}
	
	.navigation-container {
		position: relative;
	}
}

/*-----------------------*/
/*     End Navigation    */
/*-----------------------*/


/*--------------------*/
/*     Carousel       */
/*--------------------*/


.content-container{
	background-color: white;
	z-index: 100;
	width: 1000px;
}

.span6{
	margin-left: 27px;
}

.content-container h1{
	font-size: 36px;
	color: #a30400;
	margin-bottom: 10px;
}

.content-container p{
	line-height: 1.4;
}


.carousel-inner{
	      box-shadow: inset 0px 0px 10px 8px black;
	      -webkit-box-shadow: inset 0px 0px 10px 8px black;
}

#myCarousel{
}

.carousel {
      margin-bottom: 0px;
      background-color: black;
    }

    .carousel .container {
      position: relative;
      z-index: 9;
    }
    
    .pic-container{
    }

    @media only screen and (min-width: 1105px){
    .carousel-control {
      height: 80px;
      margin-top: 0;
      font-size: 120px;
      text-shadow: 0 1px 1px rgba(0,0,0,.4);
      background-color: transparent;
      border: 0;
      z-index: 10;
    }
    }
    
    @media only screen and (max-width: 1105px){
	    .carousel-control{
		    display: none;
	    }
    }

    .carousel .item {
      height: 500px;
      
    }
    .carousel img {
      text-align: center;
      min-width: 1100px;
      height: 500px;
      position: relative;
      display: none;
    }

    .carousel-caption {
      /*display:none;*/
      background-color: transparent;
      position: absolute;
      width:800px;
      bottom: 80px;
      text-align: left;
      text-shadow: none;
      padding-left: 15px !important;
    }

    .carousel-caption h1{
    	font-size: 40px;
    	font-weight: 500;
    }
    
    .carousel-caption#dc{
	    bottom: 130px !important;
    }
    
    .carousel-caption#cf{
	    bottom: 85px !important;
    }

    .carousel-caption h1,
    .carousel-caption .lead {
      width: 480px;
      margin-bottom: 10px;
      line-height: 1.3;
      color: #fff;
      font-weight: 300;
      -webkit-backface-visibility:hidden;
    }
    .carousel-caption .btn-primary {
      margin-top: 10px;
      background-color:#a30400;
		margin-top: 20px;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 15px;
		padding-bottom: 15px;
    }
    
    .item{
	   

    }

	
.carousel-caption .btn-primary:hover, .btn-primary:focus{
	background-color:#cc4a4a;
}
.carousel-caption .btn-primary:active, .btn-primary.active{
	background-color:#670705;
}

    .carousel-control{
    	text-decoration: none;
    }

    .login .btn-primary{
	background-color:#a30400;
	margin-top: 20px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.login .btn-primary:hover, .btn-primary:focus{
	background-color:#cc4a4a;
}
.login .btn-primary:active, .btn-primary.active{
	background-color:#670705;
}

/*-----------------------*/
/*     End Carousel      */
/*-----------------------*/


/*--------------------*/
/*       Body         */
/*--------------------*/
/*
body{
	background: url('../img/classy_fabric.png');
}
*/
/*-----------------------*/
/*     End Body          */
/*-----------------------*/



/*--------------------*/
/*       Login        */
/*--------------------*/



.register a{
	color: #a30400;
	text-decoration: none;
}

.register a:hover{
	color: #cc4a4a;
}

.register a:active{
	color: #cc4a4a;
}



/*-----------------------*/
/*     End Login         */
/*-----------------------*/






/*--------------------*/
/*       Footer       */
/*--------------------*/

#wrap{
	min-height: calc(100vh - 210px);
	padding: 0;
	padding-bottom: 120px;
}

#spread{
	height: 200px;
}

#main{
	overflow: auto;
}

#footer-inner{
	max-width: 1000px;
	margin: 0 auto;
}

#footer-inner a{
	color: #ffffff
}

#footer-inner a:hover{
	color: #d0d0d0
}

#footer-inner li{
	line-height: 2.2;
}


#footer{
	background-color: #000;
	color: #fff;
	clear: both;
}

.footer {
	display: flex;
	align-items: center;
	padding: 24px 0;
}

.footer-left {
	flex: 6;
}

.footer-right {
	display: flex;
	justify-content: space-between;
	flex: 1 0 auto;
	margin-left: 24px;
	margin-right: 16px;
}

.footer-left__list {
	display: flex;
	flex-flow: row wrap;
}

.footer-left__list li {
	margin-left: 16px;
}

.footer-main{
	width:100%;
	display:flex;
	margin-bottom:50px;
}


/*-----------------------*/
/*     End Footer        */
/*-----------------------*/

/*--------------------*/
/*       Forms        */
/*--------------------*/

.login input{
	padding-bottom: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}

#login_head{
	font-size: 50px;
	margin-bottom: 40px;
	color: #000;
}

#login-form{
	/*display:none;*/
	border: 1px solid #ccc;
	width: 400px;
	padding-top: 30px;
	padding-bottom: 30px;
}

#login-form .alert{
	width: 300px;
}


#noaccount{
	color: black;
}

#login1 #noaccount a :hover{
	color: #cc4a4a !important;
}

.login input:focus{
	border-color: #595959;
	background-color: white;
}

.login-form input:focus{
	border-color: #595959;
	background-color: white;
}

#couponSubmit input:focus{
	border-color: #595959;
	background-color: white;
}

/*-----------------------*/
/*     End Forms         */
/*-----------------------*/


/*-----------------------*/
/*         Buy           */
/*-----------------------*/

.products{
	padding-top: 75px;
	width: 1000px;
	/*display:none */;
}

.product-container .brief-name {
	text-align: left;
	font-size: 22px;
}

.product-container .brief-description {
	text-align: left;
}

.product-container .brief-price{
	font-size: 22px;
	text-align: left;
}

.brief-strike-price{

	text-decoration:line-through;
	color:#5c5c5c !important;
}

#products-container{
	padding-top: 80px;
}

#products-container h1{
	font-size: 44px;
}

#cb-logo{
	height: 260px;
}

#cf-logo{
	width: 100%;
}

#products-body{
	width: 1000px;
	color: black;
	line-height: 1.4;
	padding-bottom: 100px;
}

#products-body h2{
	font-size: 32px;
}

#products-body p{
	text-align: left;
}

.product-inner{
	width: 1000px;
}

.row{
	width: 1000px;
	padding-bottom: 30px;
	float: center;
}

.row p{
	float:center;
}

hr{
	padding-bottom: 30px;
}

.body-buy{
		background-color: #fff;
		width: 100%;
}

#select-event a{
	font-size: 26px;
}

.products h1{
	font-size: 50px;
	margin-top: 10px;
	color: #000;
}

.my-account-module {
	border: 1px solid #e3e0e0;
	height: 300px;
	padding: 16px 16px 0 16px;
	box-sizing: border-box;
	width: 30%;
}

.my-account-module h2{
	font-size: 24px;
}

.my-account-row {
	display: flex;
	justify-content: center;
}

.my-account-inner {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	max-width: 600px;
	flex: 1;
}
.my-account-container {
	max-width: 600px;
	padding: 0 16px;
}

.my-account-actions-heading {
	font-size: 18px;
	padding-bottom: 8px;
	border-bottom: 1px solid #ccc;
}

.my-account-list-item {
	display: flex;
	flex-flow: row wrap;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid #ccc;
}

.my-account-actions {
	display: flex;
}

.logout {
	margin-left: 8px;
}

.my-account-list-item h2 {
	font-size: 18px;
	flex: 1;
	text-align: left;
	margin-right: 16px;
}

.product .btn-primary {
      background-color:#a30400 !important;
	  padding-top: 20px;
      padding-bottom: 20px;
	  width: 160px;
	  float: right;
	  border-radius: 8px;
    }


.product h2, .product p{
	float: left;
}
	
.btn-primary:hover, .btn-primary:focus{
	background-color:#cc4a4a !important;
}
.btn-primary:active, .btn-primary.active{
	background-color:#670705 !important;
}


.featurette-divider {
      margin: 0px 0;
      width: 100%;
      /* Space out the Bootstrap <hr> more */
    }
    
    .featurette {
       /* Vertically center images part 1: add padding above and below text. */
      overflow: hidden; /* Vertically center images part 2: clear their floats. */
      padding-bottom: 60px;
      padding-top: 60px;
    }
    .featurette-image {
      margin-top: -120px; /* Vertically center images part 3: negative margin up the image the same amount of the padding to center it. */
    }

    /* Give some space on the sides of the floated elements so text doesn't run right into it. */
    .featurette-image.pull-left {
      margin-right: 40px;
    }
    .featurette-image.pull-right {
      margin-left: 40px;
    }

    /* Thin out the marketing headings */
    .featurette-heading {
      font-size: 50px;
      font-weight: 300;
      line-height: 1;
      letter-spacing: -1px;
      color: #000;
    }
    
    
    .featurette p{
	    color: #9d9a9a;
	    
    }
    
    
    .greeting, .product-display-container{
	    padding-top: 80px;
    }
    
    .greeting, .product-display-container h1{
	    font-size: 50px;
	    color: black;
	    -webkit-backface-visibility: hidden;
    }    
    
    .row{
	    padding-top: 20px;
	    -webkit-backface-visibility:hidden;
    }
    
    .store-nav-and-body {
	    display: flex;
	    justify-content: center;
	    flex-flow: row wrap;
	    padding: 24px;
    }
    
    .store-nav,
    .store-body {
	    border: 1px solid #e3e0e0;
    }
    
    .store-nav {
	    padding: 24px;
		margin: 0 24px 24px;
	    align-self: flex-start;
	    width: 280px;
    }
    
    @media only screen and (max-width: 1275px) {
		.store-body{
			order: 1;
		}
		.store-nav {
			order: 2;
			margin: 24px;
			width:100%;
			max-width: 800px;
			padding: 24px;
		}
		.isd-ad-store{
			order:3;
		}
	}

    
    .store-body {
	    max-width: 800px;
	    padding: 24px;
    }
    
.store-featured-products {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.store-featured-item {
    flex: 0 1 calc(50% - 32px);
    padding: 16px;
    min-width: 160px;
    position: relative;
    overflow: hidden;
}

.featured-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.featured-link .featured-content {
    transition: transform 0.3s ease;
}

.featured-link:hover .featured-content {
    transform: translateY(-5px);
}

.featured-link h2 {
    color: inherit;
    transition: color 0.3s ease;
}

.featured-link:hover h2 {
    color: #cc4a4a;
}


.featured-content {
    transition: transform 0.3s ease;
}

.store-featured-item:hover .featured-content {
    transform: translateY(-5px);

    
}

.store-featured-item :hover{
	color: #cc4a4a !important;
}

    
    .pdp-stage{
	   
	    border: 1px solid #e3e0e0;
	    color: black;
	    -webkit-backface-visibility:hidden;
	    padding-top: 5px;
	    
	    height: 50%;
	    padding-top: 27px;
	    padding-bottom: 27px;
    }
    
    .pdp-stage.span8{
	    text-align: left;
	    padding-top: 10px !important;
    }

    
    .pdp-stage.span8 h2{
	    margin-left: 0px;
	    font-size: 22px;
    }
    
    .pdp-stage img{
	    margin: 0 auto;
    }
    
    .pdp-details{
    	text-align: left;
    	padding-left: 10px;
    	padding-top: 5px;
	    height: 400px;
	    color: black;
	    font-weight: 400;
	    -webkit-backface-visibility:hidden;
	    font-size: 18px;
	    border: 1px solid #e3e0e0;
    }
    
    .pdp-details h2{
    	font-size: 24px;
    }
    
    .pdp-details hr{
	    margin-right: 10px;
    }
    
   #staff-container{
	   padding-top: 40px;
	   height: 100%;
	   color: #a30400;
	   font-size: 50px;
	   width: 100%;
   }
   
   #events hr{
	   width: 900px;
   }
   
   #events h1{
	   color: black;
	   font-size: 44px;
   }
   
   #events a{
	   color: #a30400;
	   font-weight: 100;
	   text-decoration: none;
	   font-size: 20px;
   }
   
   #events a:hover{
	   color: #4a0303;
   }
   
   #events a:active{
	   color: black;
   }
   
   #events h2{
	   color: black;
	   line-height: 0.8;
	   font-weight: 400;
   }
   
   .staff h2{
   	font-size: 24px !important;
   }
   
   .popover-title{
	   padding: 0;
	   background-color: white;
	   border-bottom: none;
   }
   
   .popover-content{
	   color: black;
	   font-size: 14px;
	   line-height: 1.2;
	   font-weight: 100;
   }
   
   .popover{
	   width: 260px;
   }
   
   .staff{
	   height: 200px;
   }
   
   #staff-inner{
	   height: 100%;
	   width: 100%;

   }
   
   .staff img{
	   height: 150px;
	   border-radius: 50%;
	   cursor: pointer;
   }
   
   .popup{
	   height: 200px;
	   position:absolute;
	   width: 150px;
	   border: 1px solid #ccc;
	   box-shadow: 0px 0px 4px #232222;
	   -webkit-box-shadow: 0px 0px 4px #232222;
	   -moz-box-shadow: 0px 0px 4px #232222;
	   background-color: white;
	   left: 20px;
   }

   h1, h2, p{
	   color: black;
   }

   #login-coming-soon h1{
	   font-size: 50px;
	   line-height: 1.5;
   }
   
   #login-coming-soon p{
	   font-size: 24px;
	   line-height: 1.2;
   }
   
   #login-coming-soon{
	   width: 500px;
	   line-height: 1.2;
   }
   
   #faq-container{
	   padding-top: 80px;
	   width: 95%;
	   max-width: 900px;
	   text-align: left;
	   height: 100%;
   }
   
   #terms{
	   width: 95%;
	   max-width: 900px;
	   padding-top: 85px;
	   padding-bottom: 100px;
   }
   
   #terms hr{
	   padding-bottom: 20px;
   }
   
   #terms p{
	   text-align: left;
	   list-style-type: decimal !important;
	   color: black;
	   overflow-wrap: break-word;
   }
   
   #terms li{
	   line-height: 1.4;
	   margin-bottom: 15px;
   }
   
   #terms h1{
	   font-size: 42px;
   }
   
   #terms p{
   		
	   text-align: left;
	   padding-bottom: 20px;
   }
   
   
   #faq-container h1{
	   font-size: 30px;
	   margin-bottom: 5px;
	   cursor: default;
   }
   
   .qa{
	   margin-bottom: 20px;
   }
   
   .qa p{
	   display: none;
	   font-size: 20px;
	   line-height:30px;
   }
   
   .qa h1:hover{
	   color: #cc4a4a;
	   cursor: pointer !important;
   }
   
   .email_form{
	   font-size: 20px;
   }
   
   .email_form_h:hover{
	   cursor:default;
   }
   
   .email_form input{
	   width: 50%;
	   font-size: 16px;
   }
   
   .email_form textarea{
	   width: 50%;
	   font-size: 16px;
   }
 
    .email_form input[type=submit]{
	   width: 25%;
	   height: 35px;
   }
   
   
   .testi_form{
	   display: none;
   }
   
   #faq-container h1#title{
	   font-size: 45px;
	   text-align: center;
	   margin-bottom: 30px;
	   cursor: default;
   }
   
   #faq-container a{
	   color: #a30400;
	   text-decoration: none;
   }
   
   #faq-container a:hover{
	   color: #610202;
   }
   
   #faq-container a:active{color: #000;}
   
   .list-head ul{
	   display: none;
   }
   
   .list-head{
	   list-style-type: none;
   }
   
   .list-head h2{
	   cursor: pointer;
	   font-size: 20px;
   }
   
   .unowned-brief-link{
	   color: #a30400;
	   font-size: 18px;
   }
   
   .unowned-brief-link:hover{
	   color: #610202;
   }
   
   #brief-list li{
	   margin-bottom: 10px;
	   padding-right: 10px;
	   padding-left: 10px;
   }
   #brief-list a{
	   text-decoration: none;
	   	color: #a30400;
   }
   
   #brief-list a:hover{
	   	color: #cc4a4a;
	   text-decoration: none;

   }

   
   .brief-link{
	   font-weight: bold;
	   font-size: 18px;
   }
   
   
   #brief-list-sep{
	   padding-bottom: 0px !important;
   }
   
   #featured_column_1{
/*
	   width: 50%;
	   float: left;
	   margin: 0px;
	   white-space: pre-line;
	   line-height: 50px;
*/
   }
   
   #featured_column_1 h2{
	   font-size: 20px;
	   text-align: center;
	   color: #a30400;
	   
   }
   
   #featured_column_1 a{
	   color: #a30400;
	   text-decoration: none;
   }
   
   #featured_column_1 a:hover{
	   color: #cc4a4a;
	   text-decoration: none;
	   
   }
   
   #featured_column_2{
/*
	   width: 50%;
	   float: left;
	   margin: 0px;
	   white-space: pre;
	   line-height: 20px;
*/


   }
   
   #featured_column_2 h2{
	   font-size: 20px;
	   text-align: center;
	   color: #a30400;
	   }
	   
   #featured_column_2 a{
	   color: #a30400;
	   text-decoration: none;
   }
   
   #featured_column_2 a:hover{
	   color: #cc4a4a;
	   text-decoration: none;
	   
   }
   
   #featured_column_3{
	   width: 100%;
	   float: left;
	   margin: 0px;
	   white-space: pre-line;
	   line-height: 50px;

	   
   }
   
   #featured_column_3 h2{
	   font-size: 20px;
	   text-align: center;
	   color: #a30400;
	   
   }
   
   #featured_column_3 a{
	   color: #a30400;
	   text-decoration: none;
   }
   
   #featured_column_3 a:hover{
	   color: #cc4a4a;
	   text-decoration: none;
	   
   }

   
   #fname, #lname{
	   width: 120px;
   }
   
   .login input{
	   width: 250px;
   }
   
   #school{
	   width: 178px;
   }
   
   #school-state{
	   width: 70px;
	   height: 40px;
   }
   
   #coach{
	   width: 10px;
   }
   
   .spaceout{
	   letter-spacing: 2px;
   }
   
   

   
   
/*-----------------------*/
/*     End Buy           */
/*-----------------------*/


/*-----------------------*/
/*     Blog	             */
/*-----------------------*/

#blog-container{
	white-space: pre-wrap;
	padding-top: 80px;
	width: 90%;
	text-align: left;
	height: 100%;
}

#blog-container h1{
	font-size: 44px;
}

#blog-container h2{
	font-size: 25px;
}

#blog-container p{
	line-height: 30px;
}

#blog-container p2{
	line-height: 30px;
	padding-left: 100px;
	padding-right: 100px;
}

#blog-container ol{
	list-style-type: decimal;
	color: #000000;
	margin-left: 50px;
}

#blog-container li{
	color: #000000;
	line-height: 30px;
}

#blog-container blockquote{
	color: #000000;
	line-height: 30px;
	margin-left: 100px;
}

#fb-like{
	float: center;
}

#blog-list{
	float: center;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 50px !important;
	white-space: pre-wrap;
	
	}
	
#blog-list hr{
	padding-bottom: 0px !important;
}

#blog-list h1{
	font-size: 45px;
	color: #000000;
	padding-top: 10px;
	text-align: center;
	white-space: pre-wrap;
}

#blog-list-box{
	border: 0px solid #ccc;
	width: 85%;
	padding-bottom: 20px;
	white-space: pre-wrap;
	text-align: left;
	border-radius: 5px;
	
}

#blog-list-box h2{
	font-size: 36px;
	color: #000000;
	padding: 10px;
	text-align: center;
	line-height: 15px;
}

#blog-list-box h3{
	font-size: 24px;
	color: #000000;
	padding: 0px;
	text-align: center;
	line-height: 25px;
}

#blog-list-box h4{
	font-size: 20px;
	color: #a30400;
	padding: 0px;
	line-height: 5px;
	text-align: right;
	font-weight:bold;
}

#blog-list-box p{
	line-height: 25px;
}

#blog-list-box a{
	color: #000000;
	text-decoration: none;
	
}

#blog-list-box a:hover{
	color: #cc4a4a;
}

a.post-title{
	line-height: 1.1;
}

.icon-bar{
	width: 20px;
	height: 3px;
	border-radius: 20px;
	background-color: white;
	margin: 0 auto;
	position: relative;
}

.btn-hamburger{
	width: 25px;
	height: 30px;
	margin: 0 auto;
	line-height: 0.1;
	text-align: center;
	position: relative;
	display: none;
}

.hamburger{
	margin: 0 auto;
	position: absolute;
	width: 25px;
	left: 11.5px;
	line-height: 1%;
	top: 4px;
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }

.rating { 
  border: none;
  float: right;
  margin-right: 20px;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin: 2px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #ddd; 
 float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #a30400;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #c87f7c;  } 


.downloading{
	   margin-top: 50px;
   }
   
.faq-about p{
	font-size:20px;
	line-height:30px;
}

.about-title {
    display: flex;
    justify-content: center; /* Center the content horizontally */
    width: 95%;
    padding-top: 80px;
    max-width: 900px;
    text-align: center; /* Center the text */
    height: 100%;
}

.about-container {
    display: flex;
    align-items: flex-start;
    width: 95%;
    max-width: 900px;
    text-align: left;
    height: 100%;
    flex-wrap: nowrap; /* Prevent wrapping on larger screens */
}

.about-profile-pic {
    margin-right: 20px;
    flex: 1 1 auto;
    text-align: center;
}

.about-profile-pic img {
    border-radius: 50%;
    width: 600px; /* Restored original width */
    height: auto;
}

.about-content-flex {
    flex: 2 1 auto;
}

.about-content-full {
    width: 95%;
    max-width: 900px;
    text-align: left;
    margin-top: 20px;
}

.about-content-flex h2 {
    font-size: 38px;
    padding-bottom: 20px;
}

.about-content-flex p, .about-content-full p {
    font-size: 1.1em;
    line-height: 1.6;
}

.about-title h1 {
    font-size: 45px;
}

.about-container h2{
	font-size: 38px;
	padding-bottom:20px;
}

.about-content-full h2{
	font-size: 38px;
	padding-bottom:20px;
}


.about-buttons {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.btn-custom {
    background-color: transparent;
    border: 2px solid #a30400;
    border-radius: 10px;
    padding: 10px 20px;
    color: #a30400;
    text-decoration: none;
    font-size: 1em;
    transition: background-color 0.3s, color 0.3s;
    font-size:18px;
}

.btn-custom:hover {
    background-color: #a30400;
    color: white !important;
}

/* Add media query to stack image and text vertically on smaller screens */
@media (max-width: 768px) {
    .about-container {
        flex-wrap: wrap;
    }

    .about-profile-pic {
        flex: 1 1 100%;
        max-width:50%;
        margin: auto;
    }

    .about-content-flex {
        flex: 1 1 100%;
    }
}

.about-us-section {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap; /* Ensures responsive layout */
}

.about-us-image {
    width: 100%;
    max-width: 250px; /* Adjust as needed */
    border-radius: 20px;
}

.about-us-content {
    flex: 1;
}

@media (max-width: 768px) {
    .about-us-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .about-us-image {
        max-width: 50%;
    }
}

#blog-preview-container {
    text-align: left;
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.blog-list-box {
    flex: 1 1 25%;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.blog-list-box h3{
    font-size:18px;
    line-height:22px;
    padding-bottom:10px;
    text-decoration: underline;
}

.blog-list-box:hover {
    transform: translateY(-5px);
}

.read-more {
    color: #a30400 !important;
    text-decoration: none;
    font-weight: bold;
}

.blog-list-box-link{
	text-decoration:none;
}

@media (max-width: 768px) {
    .blog-list {
        flex-direction: column;
        align-items: center;
    }

    .blog-list-box {
        width: 90%;
        margin-bottom: 20px;
    }
}

//ARCHIVE//

#archive-wrapper {
}

#archive-contain {
    width: 95%;
    max-width: 900px;
    text-align: left;
    height: 100%;
    padding-top: 80px;
}

#archive-contain h1 {
    font-size: 45px;
    justify-content: center;
}

#archive-preview-container {
    text-align: left;
    width: 100%;
}

.archive-filters {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    justify-content: center;
}

.archive-filters select{
	height:40px;
}

.archive-briefs-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.archive-product-link {
    text-decoration: none;
    color: inherit;
    display: inline-block;
    width: 100%;
    max-width: calc(33.333% - 20px);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 20px;
    transition: transform 0.3s ease;
}

.archive-product-link:hover {
    transform: translateY(-5px);
    
}

.archive-product-name:hover{
	color: #cc4a4a !important;
}

.archive-product-name {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
    text-decoration: none;
    color: #a30400;
    text-align: center;
}

@media (max-width: 768px) {
    .archive-briefs-container {
        flex-direction: column;
        align-items: center;
    }

    .archive-product-link {
        width: 90%;
        margin-bottom: 20px;
    }
}

.home-detail-link{
	color:#a30400;
	font-size:30px; 
	text-decoration: underline; 
	text-decoration-color: #a30400;
}

.home-detail-link :hover{
	text-decoration:underline;
	}
	
.order-prompt{
	font-size:18px;
	line-height:22px;
	padding-top:15px;
}

.order-prompt :hover{
	text-decoration:underline;
}

.ul-checks{
	margin-top:15px;
  margin-bottom:15px;
}
.ul-checks li{
	font-size: 1.1em;
  line-height: 1.6;
  margin-left:20px;
  color: black;
  
}

.ul-checks ul {
  list-style: none;
  
  
}

.ul-checks li:before {
  content: '✓  ';
}