@charset "utf-8";
/* CSS Document */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
.wrapper {
	width: 960px;
	height: auto;
	margin: auto;
	margin-top: 0px;
}
header {
	width: 960px;
	margin: auto;
	position: relative;
}
#contact {
	display: inline-block;
	width: 200px;
	position: absolute;
	right: 5px;
	top: 56px;
}
#social {
	display: inline-block;
	position: absolute;
	right: 5px;
	top: 25px;
}
.hero {
	position: relative;
	background-image: url(../img/hero.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 450px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
}
#logo {
	display: inline-block;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 10px;
	width: 220px;
	height: 90px;
	margin-bottom: 10px;
}
#button {
	background-color: #f26522;
	border: none;
	color: white;
	padding: 12px 28px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: normal;
	font-size: 20px;
	margin: 4px 2px;
	cursor: pointer;
}
#button:hover{
		background:#109b97;
	}
#button2 {
	display: block;
	width: 320px;
	background-color: #ef6d25;
	border: none;
	color: white;
	padding: 18px;
	text-align: center;
	text-decoration: none;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: normal;
	font-size: 20px;
	cursor: pointer;
	margin: auto;
}
#button2:hover{
		background:#109b97;
	}
h1 {
	color: #109b97;
	margin-top: 20px;
	line-height: 46px;
}
h2 {
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: lighter;
	font-size: 38px;
	margin-bottom: -30px;
}
h3 {
	color: white;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: lighter;
	font-size: 38px;
}
h4 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: normal;
	text-align: center;
	color: #4d4d4d;
}
h5 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-weight: normal;
	color: #ffffff;
	font-size: 16px;
}
p#about {
	font-size: 30px;
	color: #f26522;
	padding-left: 20px;
	margin-top: 0px;
	text-align: center;
}
#quote {
	font-size: 30px;
	color: #109b97;
}
p {
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, " sans-serif";
	font-size: 20px;
	line-height: 30px;
	color: #4d4d4d;
}
ol {
	font-family: Segoe, Segoe UI, DejaVu Sans, Trebuchet MS, Verdana, " sans-serif";
	font-size: 20px;
	line-height: 30px;
	color: #4d4d4d;
}
li {
	color: #4d4d4d;
}
#photo {
	float: left;
	margin: 10px 30px 0px 0px;
}
.box {
	display: inline-block;
	width: 47%;
	margin: auto;
	margin-top: 0;
	padding-bottom: 20px;
}
.bgcolor {
	width: 100%;
	margin: auto;
	background-color: #2c2932;
	padding-top: 20px;
	padding-bottom: 20px;
}
.bgcolor2 {
	width: 100%;
	background-color: #eaeaea;
	padding-bottom: 20px;
	padding-top: 20px;
	margin-top: 40px;
}
#text {
	position: absolute;
	top: 40px;
	width: 80%;
}
footer {
	width: 100%;
	margin: auto;
}
.clear{
	clear: both;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
	.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	#box1{
		display: inline-block;
		width: 60%;
		vertical-align:top;
		margin: auto;
	}
	#box2{
		display: inline-block;
		width: 33%;
		vertical-align:top;
		margin: auto;
	}
