@font-face {
	font-family: 'ArchivoBlack';
	src: url('fonts/ArchivoBlack-Regular.eot');
	src: url('fonts/ArchivoBlack-Regular.eot?iefix') format('eot'),
		url('fonts/ArchivoBlack-Regular.woff') format('woff'),
		url('fonts/ArchivoBlack-Regular.ttf') format('truetype'),
		url('fonts/ArchivoBlack-Regular.svg#ArchivoBlack-Regular') format('svg');
}
@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 {
	background-color: #dddddd;
	margin: 0px;
}

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

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

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

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

header {
	background-color: #ffcc00;
	border-top: 10px solid #ff6600;
	/*border-bottom: 10px solid #ff6600;*/
}
.masthead {
	max-width: 880px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
}
.masthead a.site-name {
	font-family: 'ArchivoBlack';
	color: #ff6600;
	text-decoration: none;
	font-size: 35px;
}

#menu-icon {
	position: absolute;
	top: 30px;
	right: 20px;
	cursor: pointer;
	/* By default, make it invisible: */
	display: none;
}

#menu {
	position: absolute;
	right: 0;
	bottom: 15px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	float: left;
}
#menu ul li a {
	margin: 0 5px;
	padding: 5px 20px;
	border: 2px solid #ff6600;
	text-decoration: none;
}
#menu ul li span.current-page {
	margin: 0 5px;
	padding: 5px 20px;
	background-color: #ffe785;
	font-weight: bold;
}
#menu ul li a:hover {
	color: #ffffff;
	background-color: #ff6600;
}

main {
	background-color: #ffffff;
}
.wide-stretch {
	background-color: #999999;
}
.wide-image {
	position: relative;
	max-width: 1920px;
	min-height: 320px;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
	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: #fff3c1;*/
	background-color: #000000;
	opacity: 0.1;
    filter: alpha(opacity=10); /* For IE8 and earlier */
}

.wide-image .page-title-box {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 20;
}
.wide-image .page-title {
	max-width: 900px;
	margin: 0 auto;
	padding: 0 10px;
	color: #ffffff;
	font-family: OpenSans;
	font-weight: normal;
	font-size: 25px;
	text-transform: uppercase;
	/*text-shadow: 1px 1px 2px black;*/
}

section.text {
	max-width: 880px;
	margin: 0 auto;
	padding: 70px 20px;
	background-color: #ffffff;
	font-size: 18px;
	line-height: 150%;
}

.flexbox {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	margin-top: 20px;
}
div.col-left {
	width: 150px;
	text-align: right;
	padding-right: 20px;
}
div.col-right {
	width: calc(100% - 150px);
}

.grey-bg {
	background-color: #eeeeee;
}

footer {
	background-color: #ff6600;
	border-bottom: 10px solid #ff6600;
}
div.footer {
	max-width: 880px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
}





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

input#sendButton {
	width: 120px;
}
.alert {
	color: red;
	font-weight: bold;
}




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

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

	/* Adjust the menu ------ */
	#menu {
		position: static;
		display: none;
		margin-top: 20px;
	}
	#menu ul li {
		float: none;
		font-size: 20px;
	}
	#menu ul li a, #menu ul li span.current-page {
		display: block;
		margin: 10px 0;
	}
	/* ---------------------- */

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

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

}

@media only screen and (max-width: 800px) {
	form.contact input, form.contact textarea {
		width: 90%;
	}
}

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

	#home-title {
		font-size: 5vw;
	}

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

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

	.wide-image .page-title {
		font-size: 10vw;
	}

	div.flexbox {
		display: block;
	}
	div.col-left {
		width: 100%;
		text-align: left;
	}
	div.col-right {
		width: 100%;
	}
	div.col-right > h2 {
		margin-top: 20px;
	}

}

@media only screen and (max-width: 350px) {
	.masthead a.site-name {
		font-size: 8vw;
	}
}