@media only screen and (max-device-width: 480px) {
html { -webkit-text-size-adjust:none; }
}

body {
	background-color: #000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.phone {
	font-family: 'VeggieburgerRegular';
	color: #79de65; 
	font-size: 65px;
	text-shadow: -1px 0 black, 0 1px black,
	      1px 0 black, 0 -1px black, 0.05em 0.05em 0.05em white;
}
.link { 
	font-family: 'VeggieburgerRegular';
	font-size: 24px;
	color: #FFF;
	text-shadow: white 0.05em 0.05em 0.05em;
}

#news { 
	font-family: 'VeggieburgerRegular';
	font-size: 18px;
	color: #FFF;
	padding: 2px;
	border: 1px solid #FFF;
	text-shadow: white 0.05em 0.05em 0.05em;
}

.sub_header { 
	font-family: 'VeggieburgerRegular';
	font-size: 44px;
	color: #79de65;
	text-align:center;
	text-shadow: -1px 0 black, 0 1px black,
	      1px 0 black, 0 -1px black, 0.05em 0.05em 0.05em white;
}
.sub_title { 
	font-family: 'VeggieburgerRegular';
	font-size: 32px;
	color: #79de65;
	text-align:center;
	text-shadow: white 0.05em 0.05em 0.05em;
}
.sub_text { 
	font-family: 'AngleterreBook1Regular';
	font-size: 14px;
	color: #FFFFFF;
}
.sub_text_c { 
	font-family: 'AngleterreBook1Regular';
	font-size: 18px;
	color: #FFFFFF;
	text-align:center;
}
.header {
	font-family: 'AngleterreBook1Regular';
	font-size: 85px;
	color: #a6c5ff; 
	text-shadow: -1px 0 black, 0 1px black,
	      1px 0 black, 0 -1px black, 0.05em 0.05em 0.05em white;
	filter: DropShadow(Color=000000, OffX=3, OffY=3, Positive=true);		
}

.shadow {
	background-color:#000;
	background-color:rgba(0,0,0,0.8);
	-moz-box-shadow: 3px 3px 4px #FFF;
	-webkit-box-shadow: 3px 3px 4px #FFF;
	box-shadow: 3px 3px 4px #FFF;
	-ms-filter:"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	filter:progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	
}

.test {
	font-family: 'VeggieburgerRegular';
	font-size: 16px;
	text-align:right;
	color: #ba7b01;
	
}

.cent {
	text-align:center;
}

.scroll {
	padding: 5px;
	height: 400px; 
	overflow: auto;
}

.dis_back {
	border: 2px solid white;
	position:relative; 
	padding: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color:#000;
	background-color:rgba(0,0,0,0.6);
}

.copy {
	font-family: 'Arial';
	font-size: 12px;
	color: #79de65; 
}