main {
	padding-top: 60px;
}
.banner{
	width: 100%;
	background-color: #006498;
	box-sizing:border-box;
	background: url(../images/aboutbanner.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page{
	padding: 60px 30px;
	max-width: 950px;
	margin: auto;
}

.banner-content{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 70px;
	margin-left: -150px;
	margin-top: -25px;
	text-align: center;
	font-size: 32px;
	color: white;
}
.banner-container{
	position: relative;
	height: 100%;
}

@media (max-width: 767px){
	main {
		padding-top: 50px;
	}
}
@media (max-width: 767px) and (min-width: 480px){
	.banner-content{
		font-size: 28px;
	}
}

@media (max-width: 479px){
	.banner-content {
		font-size: 24px;
	}
}