@font-face {
	font-family: 'OpenSans';
	src: url('fonts/OpenSans-Regular-webfont.eot');
	src: url('fonts/OpenSans-Regular-webfont.eot?iefix') format('eot'),
		url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
		url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
		url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
}

body, p, div, td, li {
	font-family: OpenSans, arial, helvetica, sans-serif;
	font-size: 12pt;
}

h1,h2,h3,h4,h5,h6 {
	font-family: OpenSans, arial, helvetica, sans-serif;
}
h1 {
	margin-top: 0px;
}

img-responsive {
	max-width: 100%;
    height: auto;
}

body {
	margin: 0px;
}

a:link
{ color: #C60000; }
a:visited
{ color: #C60000; }
a:hover
{ text-decoration: none; }
a:active
{ color: #ff0000; }

.masthead {
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 0;
}
.masthead img.logo {
	margin: 0 10px;
	max-width: calc(100% - 20px);
    height: auto;
}

img#menu-icon {
	/* Hamburger icon */
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
	/* By default, make it invisible: */
	display: none;
}
.menu {
	float: right;
	margin-top: 43px;
}
.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu ul li {
	float: left;
}
.menu ul li a {
	text-decoration: none;
	color: #555555;
	padding: 10px 20px;
}
.menu ul li a:hover {
	color: #C60000;
	background-color: #eeeeee;
}


.wide-stretch {
	background-color: #aaaaaa;
}
.wide-image {
	position: relative;
	max-width: 1920px;
	min-height: 500px;
	margin: 0 auto;
	font-size: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.wide-image .overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.25;
    filter: alpha(opacity=25); /* For IE8 and earlier */
}
.wide-image .tagline {
	position: absolute;
	width: 100%;
	text-align: center;
	text-shadow: 2px 2px 5px black;
	z-index: 20;
}
.wide-image .tagline-inner {
	margin: 0 auto;
	padding: 0 10%;
	max-width: 900px;
	color: white;
	font-weight: bold;
	line-height: 150%;
	font-size: 30px;
	font-style: italic;
}
.wide-image .tagline.top {
	top: 25%;
}
.wide-image .tagline.bottom {
	bottom: 20%;
}

.wide-image .page-title {
	position: absolute;
	top: 20%;
	width: 100%;
	z-index: 20;
}
.wide-image .page-title-inner {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	color: white;
	font-weight: bold;
	font-size: 40px;
}

.text {
	max-width: 700px;
	margin: 0 auto;
	padding: 70px 5%;
	font-size: 18px;
	text-align: center;
	line-height: 150%;
}
.text .col-right {
	overflow: auto;
}
img.kenneth {
	float: left;
	margin-right: 20px;
	max-width: 90%;
    height: auto;
	border: 2px solid #C60000;
	border-radius: 50%;
}
.grey-bg {
	background-color: #eee;
}

.footer {
	max-width: 800px;
	margin: 0 auto;
	padding: 70px 5%;
	font-size: 18px;
}
div.contact-cta {
	text-align: center;
}
div.contact-cta a {
	background-color: #41ad48;
	padding: 10px 20px;
	border-radius: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
	transition: background-color 0.3s;
}
div.contact-cta a:hover {
	background-color: #C60000;
}
.footer-address {
	text-align: center;
	margin-top: 50px;
}





/* Contact form --------------------------------- */

section.contact-us {
	max-width: 700px;
	margin: 0 auto;
	padding: 40px 5%;
}
table.contact td {
	font-size: 15px;
	text-align: left;
}
form.contact div.field {
	margin-bottom: 20px;
}





@media only screen and (max-width: 800px) {

	section.text {
		padding: 5vw 20px;
	}

	img.kenneth {
		float: none;
		margin: 0;
	}

	.wide-image {
		min-height: 50vw;
	}

	.wide-image .tagline-inner {
		font-size: 4vw;
	}

}

@media only screen and (max-width: 500px) {

	.wide-image .tagline-inner {
		font-size: 18px;
	}

	.wide-image {
		min-height: 180px;
	}

	.wide-image .tagline.top {
		top: 10%;
	}

	img#menu-icon {
		/* Show hamburger menu: */
		display: inline;
	}

	/* Adjust the menu*/
	#menu {
		position: static;
		display: none;
			/* Don't show the menu by default unless hamburger is clicked */
		float: none;
		margin-top: 20px;
		border-top: 1px solid #aaaaaa;
	}
	#menu ul li {
		float: none;
		text-align: center;
		font-size: 20px;
	}
	#menu ul li a {
		display: block;
	}

}
