@charset "UTF-8";
header {
	height: 400px;
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: white;
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
section {
	background-color: white;
	width:90%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;

	border-radius: 10px 8px 5px 12px;
	box-shadow: 5px 5px 5px #999;
	}

@media only screen and (max-width: 481px) {
	header {
	height: 200px;
	}
	section {
	width: 96%;
	height: auto;
	margin-left: auto;
	margin-right:auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px 8px 5px 12px;
	box-shadow: 5px
	}
}
@media only screen and (max-width: 769px) {
	header {
		height: 300px;
	}
	section {
	width: 96%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 1%;
	padding-right: 1%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 10px 8px 5px 12px;
	box-shadow: 5px 5px 5px #999;
	}
}