@charset "utf-8";

#facebook{
	height: 35px;
	width: auto;
	border-radius: 3px;
	margin-top: 10px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#facebook:hover{
	opacity: .85;
	transition-duration: .5s;
	height: 35px;
	width: auto;
	border-radius: 3px;
	margin-top: 10px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.25);
}
#logo{
	height: 120px;
	width: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	float: left;
	display: block;
}
#home_img1{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
	animation-name: fadeinleft;
	animation-duration: 1s;
}
#home_img2{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
	animation-name: fadeinright;
	animation-duration: 1s;
}
#home_img3{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
	animation-name: fadeinleft;
	animation-duration: 1s;
}
#home_img4{
	width: 100%;
	height: auto;
	display: block;
	border-radius: 5px;
	margin-top: 10px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
	animation-name: fadeinright;
	animation-duration: 1s;
}
#service_img{
	width: auto;
	height: 575px;
	margin-top: 25px;
	float: right;
	border-radius: 5px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
	animation-name: fadeinright;
	animation-duration: 1s;
}
#about_img{
	width: 100%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	border-radius: 5px;
	box-shadow: 2px 0px 5px 0px rgba(0, 0, 0, 0.5);
	animation-name: fadeinleft;
	animation-duration: 1s;
}
#map{
	width: 250px;
	height: 150px;
	display: block;
	margin: 15px 0;
	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: 120px;
		width: auto;
		padding-top: 15px;
		padding-bottom: 15px;
		margin-top: 0;
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		float: none;
		position: relative;
		display: block;
	}
}