body {
	margin: 0vw;
	padding: 0vw;
	background-color: #ffffff;
	font-family: 'Michroma';
}
.banner {
	width: 100%;
	height: 9vw;
	background-color: #014b7c;
	position: fixed;
	top: 0;
	left: 0;
}
.banner img {
	width: 30vw;
	float: left;
	margin-left: 35vw;
	padding-top: 1vw;
	padding-bottom: 1vw;
}
.contactButton {
	position: fixed;
	top: 2vw;
	right: 0vw;
	z-index: 2;
	margin-right: 3vw;
	width: 18vw;
	text-align: center;
	font-size: 1vw;
	color: #ffffff;
	padding: .5vw;
	border: solid medium white;
	border-radius: 1vw;
}
.contactButton a {
	text-decoration: none;
	color: #ffffff;
}
.contactButton a:visited {
	text-decoration: none;
	color: #ffffff;
}
.callButton {
	position: fixed;
	top: 2vw;
	left: 0vw;
	z-index: 3;
	margin-left: 2vw;
	width: 18vw;
	text-align: center;
	font-size: 1vw;
	color: #ffffff;
	padding: .5vw;
	border: solid medium white;
	border-radius: 1vw;
}
.callButton a {
	text-decoration: none;
	color: #ffffff;
}
.callButton a:visited {
	text-decoration: none;
	color: #ffffff;
}
.mainOne {
	margin-top: 9vw;
	background-image: url(images/mainOne.jpg);
	background-size: cover;
	width: 100%;
	height: 49vw;
}
.mainTwo {
	width: 80vw;
	margin-left: 10vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
	font-size: 1vw;
}
.mainThree {
	width: 100%;
	height: 35vw;
	padding-top: 7vw;
	background-color: #014b7c;
	margin-top: 5vw;
	text-align: center;
	color: #ffffff;
}
.social {
	width: 30vw;
	display: inline;
}
.social img {
	width: 5vw;
	margin-top: 2vw;
	margin-right:5vw;
	margin-left: 5vw;
}
@media screen and (max-width: 500px) {
	.banner {
		width: 100%;
		height: 40vw;
		background-color: #014b7c;
		position: fixed;
		top: 0;
		left: 0;
	}
	.banner img {
		width: 90vw;
		float: left;
		margin-left: 5vw;
		padding-top: 1vw;
		padding-bottom: 1vw;
	}
	.contactButton {
		position: fixed;
		top: 20vw;
		right: 1vw;
		z-index: 2;
		width: 90vw;
		text-align: center;
		font-size: 3vw;
		color: #ffffff;
		padding: .5vw;
		border: solid medium white;
		border-radius: 1vw;
	}
	.callButton {
		position: fixed;
		top: 30vw;
		left: 1vw;
		z-index: 3;
		margin-left: 2.8vw;
		width: 90vw;
		text-align: center;
		font-size: 3vw;
		color: #ffffff;
		padding: .5vw;
		border: solid medium white;
		border-radius: 1vw;
	}
	.mainOne {
		margin-top: 40vw;
		background-image: url(images/mainOneMobile.jpg);
		background-size: cover;
		width: 100%;
		height: 113vw;
	}
	.mainTwo {
		width: 80vw;
		margin-left: 10vw;
		padding-top: 5vw;
		padding-bottom: 5vw;
		font-size: 3vw;
	}
	.mainThree {
		width: 80vw;
		height: 130vw;
		padding-top: 7vw;
		background-color: #014b7c;
		margin-top: 5vw;
		padding-left: 10vw;
		padding-right: 10vw;
		text-align: center;
		color: #ffffff;
		font-size: 3vw;
	}
	.social {
		width: 80vw;
		display: inline;
	}
	.social img {
		width: 15vw;
		margin-top: 2vw;
		margin-right:5vw;
		margin-left: 5vw;
	}
}