h1, h2, h3 {
	color: #ffffff;
	padding-bottom: 20px;
}

h1 {
	padding: 12% 18%;
	text-align: center;
	font-size: 46px;
	font-weight: 300;
}

h2 {
	font-size: 26px;
	margin-top: 30px;
}
section.banner {
	background-size: cover;
	background-position: center center;
	padding: 50px 0;
}

section .bannerContent {
	max-width: 1080px;
	text-align: center;
	margin: auto;
}

section .bannerContent img {
	max-width: 100%;
	height: auto;
}

section .bannerContent a.button {
	margin-bottom: 30px;
}


.flexslider {
  max-height: 400px;
}
.flexslider .slides > li {
  max-height: 400px;
  background-size: cover;
  background-position: center center;
}
.flexslider .slides img {
  height: auto;
}


@media (max-width: 890px) {
	h1 {
		font-size: 30px;
	}
	section .bannerContent h2 {
		font-size: 22px;
	}
}
