@charset "utf-8";

.logo{
	height: 130px;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 50px;
	margin-right: auto;
	position: relative;
	display: block;
	float: left
}
.home_icon{
	height: 100px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}
#service_img{
	width: 100%;
	height: auto;
	border-radius: 5px;
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.5);
}
#map{
	width: 100%;
	height: 300px;
	display: block;
	border-radius: 5px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
#map2{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width : 600px){
	.logo{
		height: 130px;
		width: auto;
		margin-top: 15px;
		margin-bottom: 15px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
		display: block;
		float: none;
	}
}