/* 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;
}

body{
	background: rgb(0,0,0) url("../mobile_lite/images/background.jpg");
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
	color: rgb(255,255,255);
	font-family: 'Montserrat', sans-serif;
}

b {
	font-weight: bold;
	text-transform: uppercase;
}

.box_second a {
	color: rgb(255,255,255);
}

.box#cork {
	background: rgb(0,0,0) url("../mobile_lite/images/cork.jpg");
	background-size: cover;
}
.box#wallpaper {
}

	.box a {
		padding: 6vw 0vw 0vw 0vw;
		display: block;
		width: auto;
		height: 58vw;
	}
		.box a#shop {
			margin: 0 17vw;
			height: 68vw;	
			background: url(../mobile_lite/images/shop.png);
			background-repeat: no-repeat;
			background-size: contain;
		}
		.box a#instagram {
			margin: 0 17vw;
			height: 68vw;	
			background: url(../mobile_lite/images/instagram.png);
			background-repeat: no-repeat;
			background-size: contain;
		}
		.box a#podcast {
			margin: 0 17vw;
			height: 83vw;	
			background: url(../mobile_lite/images/podcast.png);
			background-repeat: no-repeat;
			background-size: contain;
		}
		.box a#tiktok {
			margin: 0 17vw;
			height: 65vw;	
			background: url(../mobile_lite/images/tiktok.png);
			background-repeat: no-repeat;
			background-size: contain;
		}
		.box a#twitch {
			margin: 0 17vw;
			height: 73vw;	
			background: url(../mobile_lite/images/twitch.png);
			background-repeat: no-repeat;
			background-size: contain;
		}
		.box a#twitter {
			margin: 0 17vw;
			height: 67vw;	
			background: url(../mobile_lite/images/twitter.png);
			background-repeat: no-repeat;
			background-size: contain;
		}
		.box a#youtube {
			margin: 0 17vw;
			height: 73vw;	
			background: url(../mobile_lite/images/youtube.png);
			background-repeat: no-repeat;
			background-size: contain;
		}
		.box a#wikipedia {
			margin: 0 17vw;
			height: 73vw;	
			background: url(../mobile_lite/images/wikipedia.png);
			background-repeat: no-repeat;
			background-size: contain;
		}

	@media screen and (max-width: 600px) {
		body.mobile{
			margin-top: 20vw;
		}
		
		.box_second {
			margin: 5vw;
			font-size: 5vw;
		}
		
		.links a{
			padding: 5vw;
			color: rgb(255,255,255);
			display: block;
			text-align: center;
			font-size: 5vw;
			text-decoration: none;
		}
	}

	@media screen and (min-width: 600px) {
		body.mobile{
			margin-top: 10vw;
		}
		
		.box a#shop {
			margin: 0 37vw;
			height: 21vw;	
		}	
		.box a#instagram {
			margin: 0 37vw;
			height: 21vw;	
		}	
		.box a#podcast {
			margin: 0 37vw;
			height: 27vw;	
		}
		.box a#tiktok {
			margin: 0 37vw;
			height: 20vw;	
		}
		.box a#twitch {
			margin: 0 37vw;
			height: 24vw;	
		}
		.box a#twitter {
			margin: 0 37vw;
			height: 22vw;	
		}
		.box a#youtube {
			margin: 0 37vw;
			height: 21vw;	
		}
		.box a#wikipedia {
			margin: 0 37vw;
			height: 21vw;	
		}
		
		.box_second {
			margin: 5vw;
			font-size: 2vw;
		}
		
		.links a{
			padding: 3vw;
			color: rgb(255,255,255);
			display: block;
			text-align: center;
			font-size: 3vw;
			text-decoration: none;
		}
	}