@charset "UTF-8";
/* CSS Document */
* {
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	color: #777
}

html, body {
	margin:0;
	padding:0;
	height: 100%;
	weight: 100%;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 200%;
	font-weight: 700;
	color: #2C2C2C;
	text-align: center;
	text-decoration: underline;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #2C2C2C;
	font-size: 120%;
	line-height: 180%;
	text-align: left;
	font-weight: 300;
}

img {
	text-align: center;
	max-width: 100%;
	height: auto;
	width: auto;
	float: right;
}

.intro {
	height: 50%;
	width: 100%;
	margin: auto;
	background: url(assets/images/IMG_0616.JPG);
	background-size: cover;
	padding-bottom: 30px;
	display: table;
	top: 0;
}

.intro .inner {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	max-width: none;
}

.content {
	max-width: 600px;
	margin: auto;
}

h1 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 240%;
	font-weight: 500;
	color: #FFF;
	text-align: center;
	padding: 2%;
	text-shadow: 3px 3px 10px #000000;
}

.content p {
	color: #FFF;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-shadow: 2px 2px 4px #000000;
}

.inner {
	max-width: 600px;
	margin: auto;
	font-size: 170%;
	line-height: 1.6;
	padding: 10px;
}

nav {
	float: left;
	padding: 5% 5% 0 0;
	height: 50%;
}

nav ul {
	list-style: none;
	float: left;
}

nav ul li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
}

nav ul li a {
	color: #FFF;
	text-decoration: none;
	text-shadow: 2px 2px 3px #000000;
}

nav ul li a:hover {
	text-decoration: underline;
	text-shadow: 2px 2px 3px #000000;
}

nav ul, nav:active ul {
	display: none;
	padding: 8px 0;
	left: 45px;
	top: 60px;
	width: 20%;
	z-index: 1000;
}

nav li {
	width: 100%;
	padding: 8px 0 10px 7px;
	margin: 0;
}

nav:hover ul {
	display: block;
	position: absolute;
}

#menu-icon {
	width: 50px;
	height: 50px;
	background: url(assets/graphics/HomeMenu.png) center;
	display: inline-block;
	margin: 20px 0 0 50px;
}

.left-column {
	width: 60%;
	float: left;
	margin: 4% 0 4% 4%;
	
}

.sidebar {
	width: 26%;
	float: left;
	margin: 4%;
}

.one-third-port {
	width: 30%;
	padding: 2%;
	float: left;
	clear: right;
	margin-left: 0px;
}

.one-third-port img:hover {
	opacity: .6;
}

.contact p {
	text-align: center;
	letter-spacing: 5px;
}

.contact a {
	color: #2C2C2C;
}

.break {
	display: none;
}

.clearfix {
	clear: both;
	height: 3%;
}

.parallax {
	background: url(assets/images/IMG_0656.jpg) repeat fixed 100%;
	opacity: .5;
}

.parallax-inner {
	padding-top: 30%;
}

.social {
	list-style-type: none;
	text-align: center;
}

social li {
	display: inline;
}

.social i {
	font-size: 270%;
	margin: 1% 5% 7% 4%;
	color: #2C2C2C;
}

social i:hover {
	color: #606060;
}

footer.second {
	background-color: #2C2C2C;
}

footer.second p {
	color: #FFF;
	text-align: center;
	padding: 5%;
}
