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

/* logo */
.navbar {
	margin-bottom:0px;
	padding-bottom:15px;
}
/* services page img */
.services-img {
	margin:5px;
}
.services-img:hover {
	margin:0px;
	border:solid 5px #f05c00;
}
/* 404 */
.404_text h2 {
	margin:0 0 0 0;
	padding-top:45px;
	display:block;
	font-family:'WalkwayBlackRegular', 'Open Sans', sans-serif;
	font-weight:400;
	font-size:50px;
	color:#f05c00;
	text-align:left;
	line-height:55px;
}
.404_text h2 span {
	font-family:'WalkwaySemiBoldRegular';
}
.404_text h3 {
	margin:0 0 0 0;
	padding-top:20px;
	padding-bottom:10px;
	font-family:'WalkwaySemiBoldRegular', 'Open Sans', sans-serif;
	font-weight:400;
	font-size:20px;
	color:#ffffff;
	text-align:left;
	line-height:20px;
}