html, body, h1, ul, li, p, strong, input {
	margin: 0;
	padding: 0;
	font-weight: 300;
	font-style: normal;
}
body {
	width: 100%;
	background: #000;
	-webkit-text-size-adjust: none;
	font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 400;
  color:#2e2e2f;
}


/* Main Site Container */
main {
	position: relative;
  	width: 100%;
	-moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* Body Height */
html, body, .photos, main {
	height: 100%;
	min-height: 800px;
}


/* Photos Carousel */
.photos {
	width: 100%;
	list-style: none;
	position: absolute;
	z-index: -1;
}
.photos li {
	position: absolute;
	opacity: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.photos li.active {
	opacity: 1;
}
.caveat {
	text-transform: uppercase;
	color: #2e2e2f;
	font-size: 9px;
	padding-left:25px;
	padding-top:20px;
	padding-bottom:20px;
}

/* Main Section */
section {
	display: table;
	width: 100%;
	height: 100%;
}
h1, h2 {
	display: table-cell;
	vertical-align: middle;
	line-height: 125%;
	letter-spacing: .2em;
	font-weight: inherit;
	font-size: 16px;
	color: #2e2e2f;
	padding-top:30px;
	padding-left:25px;
	padding-bottom:30px;
}
h2 {
	padding-top:20px;
	padding-bottom:5px;
}
p {
	padding-left:25px;
	padding-right:25px;
	font-size:11px;
	padding-bottom:30px;
	line-height:170%;	
}
.contact {
	background-color:rgba(99, 113, 128, 0.3);
	border-bottom:1px solid #ffffff;
}
.hello {
	font-size:13px;
	letter-spacing:1px;
	margin-bottom:10px;
}
.hello a {
	text-decoration:none;
	color:#637180;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	
}
.hello a:hover {
	color:#2e2e2f;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/* content */
.content, .contactWrapper {
	margin-left: 60px;
	z-index: 10;
	background-color: rgba(255, 255, 255, .9);
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 14px;
	position:relative;
	width: 360px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.contactWrapper {
	margin-top:0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.logoWrapper {
	width:360px;
	height:104px;
	background:url('/static/images/logoBG.png');
	background-size:360px 104px;
	background-repeat:no-repeat;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.logo {
	width: 151px;
	padding-top:24px;
	padding-left:25px;
	height:64px;
}
.instagram {
	width:22px;
	height:22px;
	float:right;
	margin-top:24px;
	margin-right:25px;
}
.instagram a{
	width:22px;
	height:22px;
	background:url('/static/images/instagram.png');
	background-size:22px 22px;
	background-repeat:no-repeat;
	display:block;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.instagram a:hover{
	background:url('/static/images/instagramHover.png');
	background-size:22px 22px;
	background-repeat:no-repeat;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



/* Mailchimp */
#mc_embed_signup p, .contact p {
	margin-top:10px;
	padding-bottom:5px;
} 
#mc_embed_signup form {
	text-align:center; 
	padding:10px 0 10px 0;
}
.mc-field-group { 
	display: inline-block; 
} 
/* positions input field horizontally */
#mc_embed_signup input.email {
	font-family: 'Open Sans', sans-serif; 
	font-size: 11px; 
	border: 1px solid #ffffff;  
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	color: #343434; 
	background-color: #fff; 
	box-sizing:border-box; 
	height:32px; 
	padding: 0px 0.4em; 
	display: inline-block; 
	margin: 0; 
	width:350px; 
	vertical-align:top;
}
#mc_embed_signup label {
	display:block; 
	font-size:16px; 
	padding-bottom:10px; 
	font-weight:bold;
}
#mc_embed_signup .clear {
	display: inline-block;
} 
/* positions button horizontally in line with input */
#mc_embed_signup .button {
	font-size: 11px; 
	border: none; 
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px; 
	border-radius: 3px; 
	letter-spacing: .03em; 
	color: #fff; 
	background-color: #aaa; 
	box-sizing:border-box; 
	height:32px; 
	line-height:32px; 
	padding:0 18px; 
	display: inline-block; 
	margin: 0; 
	transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .button:hover {
	background-color:#637180; 
	cursor:pointer;
	color:#ffffff;
}
#mc_embed_signup div#mce-responses {
	float:left; 
	top:-1.4em; 
	padding:0em .5em 0em .5em; 
	overflow:hidden; 
	width:90%;
	margin: 0 5%; 
	clear: both;
}
#mc_embed_signup div.response {
	margin:1em 0; 
	padding:1em .5em .5em 0; 
	font-weight:bold; 
	float:left; 
	top:-1.5em; 
	z-index:1; 
	width:80%;
}
#mc_embed_signup #mce-error-response {
	display:none;
}
#mc_embed_signup #mce-success-response {
	color:#529214; 
	display:none;
}
#mc_embed_signup label.error {
	display:block; 
	float:none; 
	width:auto; 
	margin-left:1.05em; 
	text-align:left; 
	padding:.5em 0;
}
#mc_embed_signup input.email {
		width:100%; 
		margin-bottom:5px;}
    #mc_embed_signup .button {
		width: 100%; 
		margin:0; 
	}

	
#mc_embed_signup input.email {
	width:208px !important;
}
#mc_embed_signup {
	background-color:rgba(99, 113, 128, 0.3);
}
#mc_embed_signup .button {
	background-color:#ffffff;
	color:#999999;
	width:105px;
}
#mc_embed_signup .clear {
	width:auto !important;
}


/* Responsive */
@media screen and (max-width: 1200px) {
	main {
		padding: 0;
	}	
}
@media screen and (max-width: 768px) {
		
}
@media screen and (max-width: 420px) {
	html, body, .photos, main {
	min-height: 1120px;
}
	.content, .contactWrapper {
		margin:auto;	
		width:280px;
		-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	}
	.contactWrapper {
		margin-top:160px;
		-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
	.logoWrapper {
		width:280px;
		background-position:right;
		-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	}
	.hello {
		letter-spacing:0;
	}
	#mc_embed_signup form {
		text-align:left;
		margin-left:25px;	
	}
	#mc_embed_signup input.email {
		width:230px !important;	
	}
}
