@font-face {font-family:"Colophon DBZ";src:url("../fonts/Colophon-DBZ.eot?") format("eot"),url("../fonts/Colophon-DBZ.woff") format("woff"),url("../fonts/Colophon-DBZ.ttf") format("truetype"),url("../fonts/Colophon-DBZ.svg#ColophonDBZ") format("svg");font-weight:normal;font-style:normal;}
a, a:active, a:focus {
outline: none;
}
.menuitem
{
	margin-top:20px;
	font-family: 'Colophon DBZ';
	font-size:50px;
	text-decoration:none;
	
}
.white
{
	color:#fff;
}
.menuitem a{
	color:#000;
	text-decoration:none;
	
}
.menuitem a:hover{color:#fff;
	text-decoration:none;}

body { 
background: url(../siteimages/splash-bottles3.png) no-repeat center center fixed; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
/*background-size: 80% 80%;*/
/*background-position: center 0;*/
}
.vertical-center {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}

/*iphone 6*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 	

img {
	width:90%;
	height:auto;

 }
.menuitem
{
	font-size:40px;
	
}

}


@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) {	img {
	width:40%;
	height:auto;
	}
}

/*iphone5*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) { 
img {
	width:60%;
	height:auto;

 }
.menuitem
{
	font-size:40px;
	
}
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 
img {
	width:70%;
	height:auto;

 }
.menuitem
{
	font-size:32px;
	
}
}



