html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	width: auto;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
	text-decoration: none;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	-webkit-tap-highlight-color: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
strong {
	float: none;
	font-family: inherit;
}
html {
	min-height: 100%;
	height: auto;
	width: 100%;
}
body {
	background: #686974;
	background-attachment: fixed;
	position: relative;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	color: #000;
	min-height: 100%;
	width: 100%;
	overflow-y: scroll;
	float: left;
	font-weight: 500;
	margin: 0;
	padding: 0;
	quotes: '\201c' '\201d';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: background 0s ease 1s;
}
body.dim {
	background: #000;
	transition: background 0s ease 0s;
}
ol, ul, li {
	list-style: none;
}
a {
	transition: .5s;
	color: inherit;
	cursor: pointer;
	outline: none;
	font-family: "Montserrat", sans-serif;
}
a:hover {
	text-decoration: none;
}
p {
	margin-bottom: 15px;
	font-size: 1em;
	font-weight: 400;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	line-height: 150%;
}
h1, h2, h3, h4, h5 {
	font-family: "Montserrat";
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
	padding: 5px;
	float: left;
	width: 100%;
	margin: 10px 0;
	border: none;
}
tr {
	display: table-row;
	vertical-align: inherit;
	border-color: inherit;
	padding: 0 0 5px;
	margin: 0 0 5px;
	border: none;
}
td, th {
	display: table-cell;
	vertical-align: inherit;
	padding: 6px 5px;
	border: 1px solid #ccc;
}
::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 1.125em;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
:-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 1.125em;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
::-moz-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 1.125em;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
	font-size: 1.125em;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}
input, textarea {
	webkit-appearance: none;
	border-radius: 0;
	border: none;
	font-family: "Avenir", "Montserrat", sans-serif;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
.desktop {
	display: block;
}
.mobile {
	display: none;
}
a.popSearch {
	display: none;
}
/* main styles */
#wrapper {
	margin: 0;
	padding: 0;
	height: auto;
	overflow: hidden;
	position: relative;
	transition: opacity 1.5s ease 0s;
	opacity: 0;
	width: 100%;
}
#wrapper.active {
	opacity: 1;
}
body.dim #wrapper.active {
	opacity: .6;
}
header {
	background: transparent;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0px;
	transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1) 0s;
	z-index: 101;
}


section {
	float: left;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

div#holding {
	float: left;
	width: 100%;
	height: 100vh;
	text-align: center;
}
#holding img {
	display: table;
	width: 600px;
	margin: 20% auto 40px;
	transition: all 1s ease .5s;
	opacity: 0
}
.active #holding img {
	width: 400px;
	opacity: 1;
}
#holding h1 {
	display: table;
	width: auto;
	margin: 0 auto 40px;
	color: #fff;
	font-size: 2em;
	border-top: 1px solid #fff;
	padding: 20px 0 0;
	opacity: 0;
	font-weight: 300;
	transition: all 1s ease 2s;
}
#holding h2 {
	margin: 0 auto;
	color: #fff;
	font-size: 2em;
	text-transform: uppercase;
	opacity: 0;
	font-weight: 300;
	transition: all 1s ease 2.5s;
}
.active #holding h1 {
	opacity: 1;
	padding: 40px 0 0;
}
.active #holding h2 {
	opacity: 1;
}
footer {
	float: left;
	width: 100%;
	padding: 0;
}

/*************** non hd desktop Styles *****************/
@media screen and (max-width: 1700px) {
	body {
		font-size: 14px;
	}
	
}
/*************** smaller display Styles *****************/
@media screen and (max-width: 1500px) {
	body {
		font-size: 14px;
	}
	
}
/*************** tablet landscape display Styles *****************/
@media screen and (max-width: 1100px) {
	body {
		font-size: 12px;
	}
	
}
/*************** tablet portrait Styles *****************/
@media screen and (max-width: 900px) {
	body {
		background-size: 30% auto;
		font-size: 12px;
	}
	.desktop {
		display: none;
	}
	.mobile {
		display: block;
	}
	#holding img {
		margin: 45% auto 40px;
	}
	
}
/***************** Mobile Portrait Styles *****************/
@media screen and (max-width: 900px) and (max-height: 800px) {
	body {
		font-size: 12px;
		background-size: 20% auto;
	}
	#holding img {
		width: 360px;
		margin: 45% auto 40px;
	}
	.active #holding img {
		width: 260px;
		opacity: 1;
	}
	#holding h1 {
		font-size: 1em;
	}
	#holding h2 {
		font-size: 1.6em;
	}
}


/***************** little mobile phone Styles *****************/
@media screen and (max-width: 320px) and (max-height: 520px) {
	body {
		font-size: 10px;
	}
}
