html, body{
	height: 100%;
	width: 100%;
	font-family: 'Gill Sans', 'Gill Sans MT', Calibri, sans-serif;
}

body{
	background-image: url('../images/cover.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;	
	height: 100%;
}

#overlay{
	opacity: 0;
	position: fixed;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: -1;
}

#container, #main{
	height: 100%;
}

.contentpage{
	min-height: 100%;
	background-color: rgba(0,0,0,0.7);
	padding-bottom: 25px;
	
}

.section{
	width: 100%;
	color: #FFF;	
}

#landing{
	position: absolute;
	width: 100%;
	min-height: 100%;
	background-color: rgba(0,0,0,0.6);

}

h1, h2{
	font-family: trajan;
	text-align: justify;
}



#landing #logo h1{
	font-size: 46pt;
	margin-bottom: 8px;
}

#header #logo{
	top: 33px;
	float: left;
}

#header #logo h1{
	font-size: 30pt;
	cursor: pointer;
}

#logo {
	font-family: trajan;	
	left: 22%;
	text-align: justify;
	display: inline;
	position: relative;
}

#landing #logo{
	font-size: 14pt;
	top: 30%;
	position: absolute;
}

#logo:after{
  content: "";
  display: inline-block;
  width: 100%;
}

.clear{
	clear: both;
}

#navcont{
	position: fixed;
	z-index: 1000;
	top: 0px;
	right: 0px;
	color: #FFF;
}

.hamburger{
	float: right;
	clear: both;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color: #FFF;
}

.hamburger:focus{
	outline: none;
}

.hamburger-label {
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    text-transform: uppercase
}

.hamburger-label-hidden {
    display: none
}

#navigationOuter{
	padding-right: 15px;	
	clear: both;
}

#navigation{
	text-align: right;
	display: none;
	text-shadow: 2px 2px 4px #444;
}

#navigation a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.4em;

}

#navigation a:hover{
	color: #ccc;
}

.page{
	margin-left: 22%;
	margin-top: 50px;
	width: 70%;
	background-color: rgba(221,221,221,0.9);
	color: #000;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14pt;
	line-height: 20pt;
}

.page a{
	color: #666;
}

.page p{
	margin-bottom: 1em;
}

h2{
	font-size: 20pt;
	margin-bottom: .5em;
}

h3{
	font-size: 16pt;
	margin-bottom: .5em;
}

h4{
	font-size: 16pt;
	margin-bottom: 0.5em;
	display: inline-block;
}

#works h3{
	margin-top: 1em;
}

.pageimg{
	float: right; 
	width: 50%;
	max-width: 300px; 
	margin-left: 25px;
}

.videoWrapperWrapper{
	width: 60%;
	margin-bottom: 2em;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.22%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (max-width:900px){
	body{
		background-position: center right;		
	}
	
	#logo{
		left: 15px;
	}
	
	#header #logo h1{
		font-size: 20pt;
	}
	
	#header #logo{
		top: 15px;
		font-size: 7pt;
		margin-bottom: 25px;
	}
	
	
	#landing #logo{
		left: 15px;
		font-size: 8pt;
		top: 50%;
	}
	
	#landing #logo h1{
		font-size: 25pt!important;
	}
	
	.page{
		margin: 0px;
		margin-left: 1%;
		padding: 15px;
		width: 98%;
		box-sizing: border-box;
	}
	
	.videoWrapperWrapper{
		width: 100%;
	}
}
