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

/* ABOUT SECTION */
#section-about-stripe {
	background-color: #00a5ce;
}
#section-about-stripe #wrap {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
#section-about-stripe #wrap #headline {
	padding-top: 25.0px;
}
#section-about-stripe #wrap #headline h2 {
	color: #ffffff;
	font-size: 27px;
	font-family: "Fira Sans", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.00em;
	text-align: center;
	margin:0;
	padding:0;
	line-height: 100%;
}
#section-about-stripe #wrap #about-text {
	color: #ffffff;
	font-size: 16px;
	font-family: "Bitter", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.025em;
	text-align: center;
	margin: 0;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	line-height: 150%
}

/* BUILDING MATERIALS SECTION*/
#section-materials {
	background-color: #dadada;
}
#section-materials #wrap {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
}
#section-materials #wrap #headline {
	padding-top: 20px;
	padding-bottom: 10px;
	color: #003159;
	font-size: 24px;
	font-family: "Fira Sans", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.025em;
	text-align: center;
}
#section-materials #wrap #box {
	padding-bottom: 10px;
	width:480px;
	margin-left:auto;
	margin-right:auto;
}
#section-materials #wrap #box #category-module {
	float: left;
}
#section-materials #wrap #box #category-module #image {
	background-color: #000;
	margin: 8px;
	height: 140px;
	width: 140px;
	border: 2px solid #999;
}
#section-materials #wrap #box #category-module #label {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #003159;
	font-size: 18px;
	font-family: "Fira Sans", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.025em;
	text-align: center;
	
}
#section-materials #wrap #box #category-module #label a {
	text-decoration: none;
	color: #003159;
}
#section-materials #wrap #box #category-module #label a:hover {
	text-decoration: none;
	color: #00a5ce;
	transition: all 0.62s ease;
	transition: all 0.62s ease-out;
}
#section-materials #wrap #box #clear {
	clear: both;
}

/*SECTION CALLOUT*/
#section-callout {
	background-color: #FFF;
}
#section-callout #wrap {
	width: 480px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
#section-callout #wrap #box {
	width: 450px;
	margin: 10px;
	float: left;
	border: 5px solid #d3d3d3;	
}
#section-callout #wrap #box #image {
	width: 450px;
	height: 200px;
}
#section-callout #wrap #box #caption {
	width: 450px;
}
#section-callout #wrap #box #caption #headline {
	font-size: 18px;
	font-weight: 700;
	color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: -5px;
}
#section-callout #wrap #box #caption #headline a {
	color: #FFFFFF;
	text-decoration: none;
}
#section-callout #wrap #box #caption #headline a:hover {
	color: #CCCCCC;
	text-decoration: none;
	transition: all 0.62s ease;
	transition: all 0.62s ease-out;
}
#section-callout #wrap #box #caption #text {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#section-callout #wrap #box #caption #text a {
	color: #FFFFFF;
	text-decoration: none;
}
#section-callout #wrap #box #caption #text a:hover {
	color: #CCCCCC;
	text-decoration: none;
	transition: all 0.62s ease;
	transition: all 0.62s ease-out;
}
#section-callout #wrap #box #caption #button-box {
	width: 40px;
	height:40px;
	margin-left: 410px;
	margin-top: 0px;
}

#section-callout #wrap #box #caption .callout-button {
	background-color: #ffffff;
	width:40px;
	height:40px;
	margin-left: auto;
}

#section-callout #wrap #clear {
	clear:both;
}

/*HERO IMAGE SECTION*/
#section-hero #image {
	height: 280px;
	background-attachment: scroll;
	background-image: url(../-assets/homepage/sample-hero.jpg);
	background-repeat: no-repeat;
	background-position: 50% 30%;
	background-size: cover;
	z-index: -100;
}
#see-all-btn {
	color: #003159;
	font-size: 24px;
	font-family: "Fira Sans", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	letter-spacing: -0.025em;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
	transition: all 0.62s ease;
	transition: all 0.62s ease-out;
}
#see-all-btn a {
	text-decoration: none;
}
#see-all-btn a:hover {
	text-decoration: none;
	transition: all 0.62s ease;
	transition: all 0.62s ease-out;
}