@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Lato', sans-serif;
	color: white;
	background-color: black;
}

#masthead {
	width:100%;
	height: 100px;
	overflow: hidden;
	position: fixed;
	top:0;
	left:0;
	border-bottom: 1px solid white;
	background-image: url(../img/logo.png);
	background-color: black;
	background-size: 100px 56px;
	background-repeat: no-repeat;
	background-position: center 23px ;
	z-index: 500;
}
#masthead button.hamburger {
	display: none;
}
#masthead.closed {
	height: 100px;	
}
	
.slide {
	width:100%;
	padding: 60px 0 ;
	box-sizing: border-box;
	position:relative; 
	text-align: center;
}
#bg {
	background-image: url(../img/bg.jpg);
	background-color: black;
	background-size: cover;
	background-repeat: no-repeat;
	position:fixed;
	height: 100vh;
}
#home {min-height: 100vh;}
#home div {
	width:100%;
	height: 190px;
	position:absolute;
	top:50%;
	left: 0;
	margin: -85px auto 0;
	text-align: center;
}
#home div img {
	width: 24px;
	height:25px;
	margin: 40px auto;
	}
img.arrow {
	width: 9px;
	height: 7px;
	margin: 20px auto;
	display: block;
}	
.slide div.third {
	display: inline-block;
	vertical-align: top;
	width: 33%;
	max-width: 300px;
	text-align: center;
	margin-top: 15px;
}
.slide div.third p {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	}
.slide div.half {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	max-width: 420px;
	text-align: center;
	margin-top: 15px;
}	
.slide div.half img {
	width: 98%;
	height: auto;
	margin: 0 auto 60px;
	}
.slide div.half p {
	max-width: 300px;
	margin: 10px auto 0;
	}	
	
h1 {
	font-weight: 900;
	text-transform: uppercase;
	width: 90%;
	max-width: 500px;
	margin: 0 auto;
	font-size: 36px;
	text-align: center;
	margin: 0 auto 30px;
}
h2 {
	font-weight: 400;
	text-transform: uppercase;
	width: 80%;
	max-width: 560px;
	margin: 0 auto;
	font-size: 20px;
	text-align: center;
}
h2 a, h2 a:link, h2 a:visited {
	color: white;
	text-decoration: none;
}
#home h2 {
	max-width: 460px;
	}
#contact h2 {
	margin-bottom: 10px;
	}	
p {
	font-weight: 400;
	font-size: 15px;
	line-height: 1.4em;
}
.white {
	color: black;
	background-color: white;
}
.black {
	color: white;
	background-color: black;
}
nav {
	width: 100%;
	text-align: center;
	margin: 57px auto 0;
	position: relative;
}
a {outline: none}
nav a, nav a:link, nav a:visited {
	font-weight: 400;
	font-size: 15px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	margin: 10px;
	vertical-align: top;
	position: relative;
	top: -4px;
}
nav a.home:link {
	width: 100px;
	height: 56px;
	display: inline-block;
	position: relative;
	top: -34px;
	margin: 0 138px 0 108px;
}
p a, p a:link, p a:visited {
	color: white;
	text-decoration: none;
	}
nav a:hover, nav a:active {
	cursor: pointer;	
	}
p a:hover, p a:active, h2 a:hover, h2 a:active {
	cursor: pointer;
	text-decoration: underline;
}	
	hr {
		width:20px;
		margin: 0 auto 30px;
		border: 0;
		padding: 0;
		height: 1px;
		background-color: #5F5F5F;
		display: none;
	
	}
/* < 768 */
@media only screen and (max-width: 767px) {

#masthead button.hamburger { display: block;}
#masthead {
	height: 250px;
	transition: height linear 0.3s;
}
#masthead.closed {
	height: 100px;	
}	
	nav {
	width: 100%;
	text-align: center;
	margin: 100px auto 0;
	position: relative;
	border-top: 1px solid white; 
}
nav a, nav a:link, nav a:visited { 
		padding:12px 0 10px; 
		width: 100%;
		text-align: center;
		border-bottom: 1px solid white; 
		display: block; 
		margin: 0; 
		line-height: 1.0em; 
		background-color:#5F5F5F  ;
		vertical-align: baseline;
		position: relative;
		top:0;
	}
	#masthead a.home {
		position: absolute;
		left:50%
		top:0;
		margin: -50px 0 0 -50px;
		border-bottom: none;
		background-color: transparent;
	}
	.slide div.half, .slide div.third {
		display: block;
		width:90%;
		max-width: 400px;
		margin: 40px auto;
	}
	hr { display: block }
	.slide div.half img { margin: 60px auto; }
}
/* < 400 */
@media only screen and (max-width: 399px) {
	h1 { font-size: 30px;}
}
