@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700';

/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

/* --------------------
		Standard Styles
-------------------- */

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;	
}

ol, ul {
	list-style-position: inside;
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

em {
	font-style: italic;	
}

p {
	padding-bottom: 1em;	
}

.clear {
	clear: both;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 26px;
	line-height: 33px;
	letter-spacing: 0.02em;
	color: #007649;
}

.wrapper {
	position: relative;
	margin: 0 auto;
	width: 1180px;
}

.header {
	height: 245px;
	text-align: center;
}

.header .logo {
	display: inline-block;
	background-image: url(images/logo.png);
	width: 1067px;
	height: 225px;
	margin: 10px 0;
}

.parallax {
	background-image: url(images/iStock_67970051_XXLARGE.jpg);
	background-position: center center;
	background-size: 100% auto;
	height: 472px;
}

.welcome {
	font-weight: bold;
	font-size: 50px;
	line-height: 74px;
	padding: 16px 0;
	text-align: center;
	color: #007e58;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.underdev {
	font-size: 30px;
	line-height: 38px;
	letter-spacing: 0.02em;
	text-align: center;
	padding: 31px 0;
	color: #fff;
	background-color: #007e58;
}

.main {
	padding: 20px 0;
	text-align: center;
}

.main p {
	max-width: 1100px;
}

.footer {
	background-color: #007e58;
	padding: 60px 0;
	color: #fff;
	text-align: center;
}

.footer .sidebar {
	float: left;
	width: 500px;
	padding-right: 70px;
	color: #fff;
	margin-top: -60px;
}

img { max-width: 100%; }

.footer .sidebar img {
	float: left;
	margin-bottom: 23px;
}

.footer .top {
	padding-bottom: 75px;
	overflow: hidden;
	text-align: left;
}

.footer a {
	color: #fff;
} 

.footer .copyright {
	font-size: 20px;
	line-height: 32px;
}