:link,:visited{text-decoration:none;}ul,ol{list-style:none;}h1,h2,h3,h4,h5,h6,pre,code,p{font-size:1em;}ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{margin:0;padding:0;}a img,:link img,:visited img{border:none;}address{font-style:normal;}figure, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video{margin:0;padding:0;background:transparent;}

select,input,textarea{font-size:99%;}form{margin:0;padding:0;}img{border:0;}.inside{position:relative;text-align:left;}.block{overflow:hidden;}.clear,#clear{height:0.1px;font-size:0.1px;line-height:0.1px;clear:both;}.invisible{width:0;height:0;left:-1000px;top:-1000px;position:absolute;overflow:hidden;display:inline;}.custom{display:block;text-align:left;}.custom:after{content:".";display:block;height:0;clear:both;visibility:hidden;}*+html #main{position:static;}header,footer,nav,section,aside,article,figure,figcaption{display:block;}

svg:not(:root) {overflow: hidden;}

table, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;}
table {border-collapse:collapse;border-spacing:0;}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato-black-webfont.woff2') format('woff2'),
		 url('../fonts/lato-black-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;

}

@font-face {
	font-family: 'Lato';
	src: url('../fonts/lato-regular-webfont.woff2') format('woff2'),
		 url('../fonts/lato-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal; 
}

body {
	height: 100%;
	background: #000;
	font: 1.2rem/1.2rem 'Lato', sans-serif;
	margin:0;
	padding:0;
	color: #fff;
}



#header,
#main {
	padding: 1rem 0;
}

#header {
	position: absolute;
	z-index: 10;
	width: 100%;
	
}

#main {
	padding: 7rem 0 3rem;
}

#footer {
	padding: 3rem 0;
	background: #000;
	color: #fff;
	font-size: 1.75rem;
}

#footer a {
	color: #fff;
	padding: 0.5rem;
}

#logo {
	display: block; 
	width: 200px; 
	height: 200px; 
	text-indent: -999em; 
	background: url(../img/logo.png) center no-repeat; 
	background-size: contain;
	margin: 0 auto;
	padding: 10px;
}

@media only screen and (max-width: 40em) {

	#logo {
		width: 85px; 
		height: 85px; 

	}
	
	#main {
		padding: 4rem 0 3rem;
	}
}

#main .cell {
	position: relative;
}

.claim {
	position: absolute;
	z-index: 10;
	width: 100%;
	text-align: center;
	margin-top: -4rem;
}

h1 {
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
}

.deko {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1;
	padding: 0.5rem;
	text-transform: uppercase;
}

#main p:first-of-type {
	margin-top: 4rem;
}

#main p {
	margin-bottom: 1rem;
}

@media only screen and (max-width: 50em) {
		
	.deko {
		font-size: 3rem;
	}
}

@media only screen and (max-width: 40em) {
	.claim {
		margin-top: -3rem;
	}
	
	.deko {
		font-size: 2.5rem;
	}
}
