@charset "UTF-8";
/* CSS Document */
.cover {
	background-image:url(/images/cover.png);
	overflow:hidden;
	background-size: cover;
	background-position:center;
    background-repeat: no-repeat;
	
}
.cover>h1 {
	font-family: Futura;
	font-size: 5vw;
	color:#FFF;
	text-align:center;
	text-shadow: 2px 2px #000;
	margin: 25%;
	margin-top:15%;
	margin-bottom: 10%;
	padding: 2%;
}
.cover>h2 {
	font-family:helvetica;
	font-size: 2vw;
	font-weight:100;
	color:#FFF;
	text-shadow:1px 1px #000;
	text-align:center;
	margin-bottom:3%;
}
.info {
	background-image:url(/images/background.png);
	overflow: hidden;
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}
.info>h1 {
	font-family: Futura;
	font-size: 3.5vw;
	color: #FFF;
	text-align:center;
	text-shadow: 2px 2px #000;
	Margin-top: 10%;
	margin-bottom:10%;
}
.info>h2 {
	font-family:Futura;
	font-size: 2.5vw;
	color: #FFF;
	text-align:center;
	text-shadow: 1px 1px #000;
}
.info>ul {
	font-family:Arial, Helvetica, sans-serif;
	color: #f1f1f1;
	font-size: 2vw;
	text-align:center;
	list-style-type: none;
	display:inline;
	margin-bottom: 5%;
}
.services {
	margin-left:20%;
	margin-right:20%;
}
.services>h1 {
	font-family: futura;
	font-size: 4vw;
	color: #000;
	text-align:center;
}
.shop {
	background-image:url(/images/shop.png);
	overflow: hidden;
	background-size: cover;
	background-position:center;
	background-repeat:no-repeat;
}
.shop>h1 {
	font-family: futura;
	font-size: 5vw;
	color: #FFF;
	text-align:center;
	text-shadow: 1px 1px #000;
	Margin-top: 10%;
	margin-bottom:10%;
}
.shop>h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2vw;
	color: #FFF;
	text-align:center;
	text-shadow: 1px 1px #000;
	margin-bottom:10%;
}