@charset "utf-8";

#banner_about{
	background-image: url(../images/about_banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#banner_career{
	background-image: url(../images/career_banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#banner_contact{
	background-image: url(../images/contact_banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#banner_home{
	background-image: url(../images/home_banner2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
#banner_referrals{
	background-image: url(../images/referrals_banner.jpeg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
#banner_services{
	background-image: url(../images/service_banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.fa-bars{
	color: #2492cf;
	font-size: 30px;
    margin-left: 10px;
}
.footer_logo{
	height: 90px;
	width: auto;
	margin: auto;
	position: relative;
	display: block;
}
.flex_map{
	flex: 1;
	padding-right: 3em;
}
.home_welcome{
	width: 80%;
	padding: 0 10%;
	height: auto;
	display: block;
	position: relative;
	bottom: 0;
}
.home_map{
	width: 100%;
	height: auto;
	display: block;
}
.logo{
	height: 100px;
	width: auto;
}
#map{
	height: 300px;
	width: 100%;
	display: block;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.250);
}
#mobile_phone{display: none}
.underline{
	width: 150px;
	height: auto;
	position: relative;
	display: block;
	margin: 15px auto;
}
.underline_left{
	width: 100px;
	height: auto;
	position: relative;
	display: block;
	margin-top: 15px;
}
.service_icon{
    height: 100px;
    width: auto;
    padding-bottom: 10px;
    position: relative;
    display: block;
    margin: auto;
}
.fa-phone-square {
    color: #ed2623;
}
