@charset "UTF-8";
/* CSS Document */

/* main styles below */

body{background: rgba(255,255,255,1.00);
	margin: 0px;
	padding: 0px;
}

#home_banner{width: 100%;
	height: 250px;
	background: rgba(55,55,55,1.00);
	padding-top:50px;
}

	h2, h3, h4, h5, p{
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

h6{
font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
	font-size: 18px;
	color: rgba(255,255,255,1.00);
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
	
	h1{
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
	color: rgba(255,255,255,1.00);
	font-size: 40px;
    font-style: normal;
    font-variation-settings: "wdth" 100;
}

p1{
    font-family: "IBM Plex Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
	color: rgba(255,255,255,1.00);
    font-style: normal;
    font-variation-settings: "wdth" 100;
}
	
#home_container{width: 1100px;
height: 500px;
background: rgba(235,154,11,0.00);
color: rgba(255,255,255,1.00);
margin: 0px auto;
padding-top: 50px;
}



#seasonal_features{width: 1200px;
	height: 400px;
	margin: 25px auto;
	background: rgba(122,122,122,1.00);
}

.product{width: 500px;
height: 10px;
background:rgba(0,0,0,1.00) ;
float: right;
}


.product a:link{color: rgba(255,255,255,1.00);
text-decoration: none;
}
.product a:visited{color: rgba(255,255,255,1.00);}
.product a:hover{color: rgba(123,116,117,1.00);}
.product a:active{color: rgba(255,255,255,1.00);}

.socials{margin-right: 10px;}


.clearfloats{clear:both;}

.page-desc{width:1200px;
	margin: 200px auto;
}


footer{width: 100%;
	height: 180px;
	padding-top: 60px;
	background:rgba(0,0,0,1.00);
	text-align: center;
}



footer a:link{color: rgba(255,255,255,1.00);
			text-decoration: none;
}
footer a:visited{color:rgba(255,255,255,1.00);}
footer a:hover{color:rgba(172,172,172,1.00);}
footer a:active{color: rgba(255,255,255,1.00);}
