.aside_img {
	width: 100%;
	height: auto;
	box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, .25);
}
#background_about{
	background-image: url(../images/about.jpeg);
	background-position: top left;
	background-size: cover;
}
#background_contact{
	background-image: url(../images/contact.jpeg);
	background-position: top left;
	background-size: cover;
}
#background_careers{
	background-image: url(../images/careers.jpeg);
	background-position: top center;
	background-size: cover;
}
#background_services{
	background-image: url(../images/services2.jpg);
	background-position: top center;
	background-size: cover;
}
#fb {
    font-size: 2.5em;
    color: #3b5998;
    padding-right: 15px
}
#twitter {
    font-size: 2.5em;
    color: #0084b4;
    padding-right: 15px;
}
#instagram {
    font-size: 2.5em;
    color: #dd2a7b;
    padding-right: 15px;
}
#map{
	width: 100%;
	height: 300px;
}
.footer_logo {
    height: 175px;
    width: auto;
}
.home_career_img {
	width: 500px;
	height: auto;
	flex:auto;
	margin: auto;
	padding-top: 50px;
	position: relative;
}
.logo {
    height: 125px;
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.third_img {
    flex-grow: 1;
    height: inherit;
    width: auto;
}
