@charset "utf-8";
/* CSS Document */
#indexphoto {
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	width: 90%;
	background-image: url(Images/Banners/banner1a.jpg);
}
@media only screen and (min-width: 481px) {
#indexphoto {
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	width: 90%;
	background-image: url(Images/Banners/banner1b.jpg);
}

}

@media only screen and (min-width: 769px) {
#indexphoto {
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 5%;
	margin-right: 5%;
	margin-bottom: 5%;
	margin-left: 5%;
	width: 90%;
	background-image: url(Images/Banners/banner1b.jpg);
}

}

