/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, i, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* fonts */

@font-face {
    font-family: 'gill_sanssemibold';
    src: url('gillsans-semibold-webfont.eot');
    src: url('gillsans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('gillsans-semibold-webfont.woff2') format('woff2'),
         url('gillsans-semibold-webfont.woff') format('woff'),
         url('gillsans-semibold-webfont.ttf') format('truetype'),
         url('gillsans-semibold-webfont.svg#gill_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* styles */

html {
	height: 100%;
	width: 100%;
}

body {
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: 'gill_sanssemibold', sans-serif;
	font-size: 18px;
	font-weight: normal;
	color: #000066;
	letter-spacing: 1px;
}

a {
	color: inherit;
	text-decoration: none;
}

h1 {
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -70px;
	display: block;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #000066;
	text-align: center;
	z-index: 30;
}

header a {
	position: absolute;
	bottom: 30px;
	z-index: 30;
}

.navcontact {
	left: 30px;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #000066;
}

.navfollow {
	right: 30px;
	padding: 0 0 2px 0;
	border-bottom: 2px solid #000066;
}

#cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	z-index: 20;
	background-color: white;
}

#wrapper {
	width: 85%;
	height: 80%;
	top:50%;
	left: 50%;
	text-align: center;
	transform:translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	position: absolute;
	z-index: 0;
}


#wrapper img {
	height: 100%;
	margin: 0 auto;
	display: block;
}

#loader {
	width: 50px;
	height: 50px;
	background-color: #fff;
	position: absolute;
	top:50%;
	left: 50%;
	z-index: 0;
}

#contactwrapper {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	z-index: 10000;
}

#whiteout {
	height: 100%;
	width: 100%;
	background-color: white;
	opacity: 0.6;
	cursor: pointer;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

#contacttext {
	width: 300px;
	height: 75px;
	position: absolute;
	top:50%;
	left: 50%;
	margin-top:-75px;
	margin-left: -165px;
	padding-top: 35px;
	background-color: white;
	z-index: 10000;
	text-align: center;
	line-height: 35px;
	font-size: 15px;
}