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

#section-hero #image {
	height: 120px;
	width: 100%;
}
#section-hero #image #page-title {
	width: 100%;
	padding-top: 35px;
	margin-left:auto;
	margin-right:auto;
}
#section-hero #image #page-title h1 {
	margin: 0px;
	padding: 0px;
	color: #ffffff;
	font-size: 27px;
	font-family: "Fira Sans", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.033em;
	text-align: center;
	text-transform:uppercase;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
}
#section-main {
}
#section-main #wrap {
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
#section-main #wrap #main {
	width: 100%;
}
#section-main #wrap #sidebar {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
#section-main #wrap #sidebar #logo-label {
	font-family: "Bitter", Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	letter-spacing: 0.21em;
	text-align: center;
	font-size:19px;
	text-transform:uppercase;
	padding-bottom: 20px;
	padding-top: 10px;
	color: #999999;
}
#section-main #wrap #clear {
	clear: both;	
}
/* BUILDING MATERIALS SECTION*/
#section-materials {
	background-color: #dadada;
}
#section-materials #wrap {
	width: 320px;
	margin-right: auto;
	margin-left: auto;
}
#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: 320px;
	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: #000000;
	transition: all 0.62s ease;
	transition: all 0.62s ease-out;
}
#section-materials #wrap #box #clear {
	clear: both;
}

#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;
}
#see-all-btn a {
	text-decoration: none;
	color: #003159;
}
#see-all-btn a:hover {
	text-decoration: none;
	color: #00a5ce;
	transition: all 0.62s ease;
	transition: all 0.62s ease-out;
}