body{
	background-color:#242520;
	color:#fff;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif; 
	font-weight:bold;
	text-transform: uppercase;
}
a{
	color:#fff;
	text-decoration:none;
}



#container{
	
}

.pane{
	min-height:100vh;
	text-align:center;
}

header{
	padding-top:15px;
	padding-bottom:15px;
	font-size:24px;
}
header nav.socials{
	float:left;
	margin-left:15px;
}

header nav.socials a{
	display:inline-block;
	margin-right:3px;
}

.pane1{
	display:flex;
	flex-direction: column;
}

.pane1 header{
	height:25px;
}
.pane1 .home{
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pane1 .home div{
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:55px;
}

.pane2{
	display:flex;
	flex-direction: column;
}
.pane2 footer{
	height:25px;
	font-weight:bold;
	text-transform: uppercase;
	font-size:9px;
}
.pane2 .home{
	flex:1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight:bold;
	text-transform: uppercase;
}
.pane2 .home div{
	padding-top:30px;
	padding-bottom:30px;
	margin-bottom:55px;
	width: 90%;
	max-width: 800px;
    margin: auto;
}

#nwsl{
	float: right;
    margin-right: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
#nwsl span {
    font-size: 14px;
    position: relative;
    top: -4px;
}

h1{
	width:90%;
	max-width:400px;
	margin: auto;
}
h1 img{
	width:100%;
}


h4{
	font-weight:bold;
	text-transform: uppercase;
	width:90%;
	font-size:20px;
	max-width:500px;
	margin: auto;
	margin-bottom:8px;
}
h6{
	font-weight:bold;
	text-transform: uppercase;
	width:90%;
	font-size:17px;
	max-width:500px;
	margin: auto;
	margin-bottom:12px;
}

a.button{
	border:3px solid white;
	display:inline-block;
	border-radius:3px;
	padding:8px;
	padding-left:15px;
	padding-right:15px;
	font-weight: bold;
	font-size:25px;
}
a.button:hover{
	background-color:#fff;
	transition: all 0.3s;
	color:#242520;
}
sup{
	font-size: 50%;
    top: -6px;
    position: relative;
}
#preloader {
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #242520;
    z-index: 999999;
}

#preloaderInner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 100%;
    background-image: url(../gfx/preloader.gif);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center;
}