*{
	-webkit-box-sizing:border-box;
	        box-sizing:border-box
}html{
	height:100%
}body{
	line-height:1;min-height:100%;position:relative
}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{
	margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0
}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block
}ul{
	list-style:none
}blockquote,q{
	quotes:none
}blockquote:after,blockquote:before,q:after,q:before{
	content:'';content:none
}a{
	margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0;text-decoration:none
}table{
	border-collapse:collapse;border-spacing:0
}hr{
	display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0
}input,select{
	vertical-align:middle
}
body{
	position: relative;
	background: #000;
	width: 100%; height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #999;

}

body:before{
	content:"";
	position: absolute;
	inset: 0;
	background: url('../bg.jpg') center;
	background-size: cover;
	opacity: .2;
}


#wrapper{
	position: relative;
	text-align: center;
	z-index: 2;
}

.logo{
	width: 200px;
	height: auto;
	display: inline-block;
}

h1{
	margin-top: 40px;
	font-size: 18px;
	font-family: "Lato";
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: .2em;
}


.maillink{
	display: inline-block;
	margin-top: 20px;
	font-size: 13px;
	font-family: "Lato";
	font-weight: 300;
	color: currentColor;
	letter-spacing: .2em;
	text-decoration: underline;
	text-underline-position: under;
}

.maillink:hover{
	color: #fff;
}
