﻿body{
	background-image:none;
	background-color:#B51019
}

.upper_shadow, .lower_shadow{
	opacity:0.5;
}

.footer_container{
}

.top_nav_wrapper{
	display:none;
}
.mobile_phone_wrapper {
	background-size: 40px;
	background-position: 5px center;
	border-radius: 30px;
	border: 2px solid #FFFFFF;
	width: auto;
	height: 45px;
	display: block;
	margin: 10px 15px 10px 15px;
	background-image: url('staticImg/phone.png' );
	background-repeat: no-repeat;
	font-family: vinegar;
	font-size: 30px;
	color: #FFFFFF;
	text-align:center;
	padding-top: 8px;
	text-decoration: none;
}

.main_img_wrapper{
	height:10px;
}

.top_nav_phone{
	display:none;
}

.masthead_wrapper{
	width: auto;
	max-height: 200px;
	height: 140px;
	padding-bottom: 5px;
}
.main_logo{
	width: 100%;
	background-position: center center;
}
.mobile_menu_button {
	background-position: center top;
	border-radius: 30px;
	border: 1px solid #FFFFFF;
	width: auto;
	height: 25px;
	display: block;
	margin: 10px 15px 10px 15px;
	background-repeat: repeat-x;
	font-family: "segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: large;
	color: #000000;
	padding-top: 10px;
	text-decoration: none;
	background-color: #FFFFFF;
	padding-bottom: 5px;
	text-align: center;
	background-image: url('staticImg/mobile_button_bg.png');
}

.mobile_menu_button:active{
	background-position:center bottom;
}

.footer_wrapper{
	width:auto;
}
.footer_copy{
	display:none;
}

.footer_fb_wrapper{
	display:none;
}

.mobile_footer_copy{
	display:block;
	margin: 0px 10px 0px 10px;
	
}