/* basics:start*/
body{
	font-family: 'Fira Sans', sans-serif;
	background: #FFFFFF;
	font-weight: 400;	
}

p{
	font-size:16px;
	color:#0a0a0a;
	line-height: 1.7em;
}
a{
	text-decoration:none;
}
h1{
	font-size: 51px;
	line-height: 1.3em;
	letter-spacing: 0px;
	font-weight: 600;	
}
h2{
	color:#3F3E47;
	font-size: 50px;
	line-height:1.1em;
	letter-spacing: -1px;
	font-weight: 600;
}

h3{
	font-weight: 600;
	line-height:1em;
	letter-spacing: 0.5px;
}
h4{
	font-size: 24px;
	font-weight: 600;
	line-height:1em;
}
/* basics:end*/


.homepage_promotion{
	max-width: 600px;
	padding: 30px;
	background: #1b1b1b;
	margin: auto;
	margin-bottom: 50px;
	border-radius: 15px;
}

.homepage_promotion h2{
	color: #FFFFFF;
	font-size: 30px;
	line-height: 1.5em;
	text-align: center;
}


/* landing_page:start*/
.landing_page_2{
}
.landing_page_2_body{
}


.graphic_warning_banner{
	width: 100%;
	display: flex;
	background-color: #FFFFFF;
}
.graphic_warning_banner img{
	margin: 111px auto auto auto; 
}
/*section_1:start*/
.landing_page_2_section_1{
	min-height: 300px;
}

.landing_page_2_section_1_body{
	margin: 0 auto;
	padding: 60px 60px 60px 60px;	
	max-width: 800px;
	text-align: center;
}
.landing_page_2_section_1_body h1{
	color:#1b1b1b;
	animation: toggleDown 900ms ease-in-out alternate;	
}
.landing_page_2_section_1_body h3{
	animation: toggleDown 900ms ease-in-out alternate;	
	color: #1b1b1b;
	line-height: 1.8em;
	font-size: 20px;
}
.landing_page_2_section_1_body .cta_container{
	display: flex;
	justify-content: center;
	padding: 35px 0;
	text-align: center;
}
.landing_page_2_section_1_body .cta_container a{
	margin: 7px;
	border: none;
	border-radius: 5px;
	padding: 12px 20px;
	width: 200px;
}
.landing_page_2_section_1_body .cta_container .cta_btn_1{
	background: #1633bb;
	color: #FFFFFF;
}
.landing_page_2_section_1_body .cta_container .cta_btn_2{
	background: #FFFFFF;
	color: #404040;
	border: 1px solid white;
}
.landing_page_2_section_1_body .cta_container .cta_btn_1:hover{
		background: #404040;
}
.landing_page_2_section_1_body .cta_container .cta_btn_2:hover{
	background-color: transparent;
	border: 1px solid white;
	color: white;
}




/*section_1:end*/







/*Section_2:start*/
.landing_page_2_section_2{
	background: white;
}
.landing_page_2_section_2_body{
	max-width: 1100px;
	padding: 60px 20px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.landing_page_2_section_2_col{
	width: 50%;
	text-align: center;
	padding: 0px 40px;
}
.landing_page_2_section_2_col i{
	color: #383838;
	font-size: 45px;
	margin-bottom: 20px;
}
.landing_page_2_section_2_col img{
	color: #383838;
	height: 45px;
	margin-bottom: 20px;
}
.landing_page_2_section_2_col p{
	color: #787787;
	font-size: 16px;
	line-height: 25px;
}
.landing_page_2_section_2_col a{
	font-weight: 600;
	color: black;
}
.landing_page_2_section_2_col a:hover{
	text-decoration: underline;
}
/*Section_2:end*/





/*Section_3:start*/

.landing_page_2_section_3{
	padding: 60px 30px 50px 30px;
	background-color: #EFEFEF;
}
.landing_page_2_section_3 h2{
	margin-bottom: 40px;		
	text-align: center;
}
.landing_page_2_section_3_body{
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
.landing_page_2_section_3_body_col{
	width: 30%;
	text-align: center;
	border-radius: 10px;
	padding: 20px 35px;
	background-color: white;
	filter: drop-shadow(0px 3px 3px #dcdee0);
}
.landing_page_2_section_3_body_col h3{
	margin-bottom: 15px;
	text-transform: uppercase;
	color: black;
}
.landing_page_2_section_3_body_col p{
	line-height: 25px;
	color: #787787;
}
.landing_page_2_section_3_body_col:hover{
	background: #1F2321;	
}
.landing_page_2_section_3_body_col:hover h3{
	color: white;
}
.landing_page_2_section_3_body_col:hover p{
	color: white;
}

/*Section_3:end*/



/*Section_4:start*/
.landing_page_2_section_4{
	padding: 60px 30px 50px 30px;
	background: white;
}
.landing_page_2_section_4 h2{
	text-align: center;	
}
.landing_page_2_section_4_body{
	max-width: 1200px;
	margin: auto;
	display: flex;
	flex-direction: column;
	text-align: center;
}
.landing_page_2_section_4_body_col_all{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.landing_page_2_section_4_body_col{
	width: 250px;
	text-align: center;
	margin: 30px;
}
.landing_page_2_section_4_body_col img{
	width: 250px;height: 200px;
	object-fit: cover;
	border-radius: 20px;
}
.landing_page_2_section_4_body_col button{
	width: 250px;
	height: 35px;
	background-color: white;
	border: 1px solid grey;
	border-radius: 5px;
	cursor: pointer;
	font-weight: 600;
	margin: 10px 0px 5px 0px;
	text-transform: uppercase;
}
.landing_page_2_section_4_body_col button:hover{
	background-color: #1F2321;
	border: 1px solid #1F2321;
	color: white;
}
.landing_page_2_section_4_body_col h3{
	padding: 15px 0px 10px 0px;
	min-height: 65px;
}
.landing_page_2_section_4_body_col h4{
}
.tax_statement{
	padding-bottom: 30px;
}
.see_all_products_button{
	height: 35px;
	width: 250px;
	background-color: black;
	color: white;
	border-radius: 5px;
	cursor: pointer;
	border: none;
	justify-content: center;
	margin: auto;
}
.see_all_products_button:hover{
	background-color: #404040;
}
/*Section_4:end*/


/*I don't know if we need this??????:start*/
.landing_page_7_section_1{
	min-height: 300px;
	display: flex;
	flex-direction: row;
	background: #FFFFFF;
}

.landing_page_7_section_1_body{
	width: 100%;
	padding: 180px 60px 60px 60px;	
	max-width: 800px;
	margin: auto;
}

.landing_page_7_section_1_body h1{
	color: #1f2321;
	animation: toggleDown 900ms ease-in-out alternate;	
}

.landing_page_7_section_1_body p{
	animation: toggleDown 900ms ease-in-out alternate;	
	color: #1f2321;
	line-height: 1.8em;
	font-size: 20px;
}
/*I don't know if we need this??????:end*/





/* landing_page:end*/







/* animation:start*/
@keyframes toggleUp{
	
	from{
		opacity: 0;
		transform: translateY(5%);
	}
	to{
		opacity: 1;
		transform: translateY(0%);
	}	
}

@keyframes toggleDown{
	
	from{
		opacity: 0;
		transform: translateY(-5%);
	}
	to{
		opacity: 1;
		transform: translateY(0%);
	}	
}
/* animation:end*/


@media (max-width:640px){
	
	
/* basics:start*/
    h1{
        font-size: 45px;
        letter-spacing: -2px;
    }
	p{
		font-size: 18px;
		line-height: 1.6em;
	}	
/* basics:end*/
	
/* landing_page:start*/	
	.graphic_warning_banner img{
	margin: 162px auto auto auto; 
	max-width: 100%;
	}
    .landing_page_2_section_1{
        display: block;
    }	
	
    .landing_page_2_section_1_img, .landing_page_2_section_1_body{
        width: 100%;
    }	
	
	.landing_page_2_section_1_body{
		padding: 40px 30px 40px 30px;
	}
	
	.landing_page_2_section_1_body .cta_container{
		flex-direction: column;
        padding: 35px 0;
	}
	
    .landing_page_2_section_1_body .cta_container a{
        width: 100%;
		margin: 0 0 15px 0;
    }	
	
	 .landing_page_2_section_2_body{
        display: flex;
        justify-content:center;
		flex-direction: column;
    }

    .landing_page_2_section_2_col{
        width: 100%;
		margin: 20px 0;
    }
	
	.landing_page_2_section_3_body{
		flex-direction: column;
		margin: 0 auto;
	}
	.landing_page_2_section_3_body_col{
		width: 100%;
		margin-bottom: 20px;
	}
	
	.landing_page_2_section_4_body_col{
		width: 100%;
		margin-bottom: 0px;
	}
	.landing_page_2_section_4_body_col button{
		width: 100%;
	}
	.landing_page_2_section_4_body_col h3{
		min-height: 0px;
	}
/* landing_page:end*/	
	
	
}
