﻿body {
	background-size: cover;
	background-position: center center;
	background-image: url('staticImg/1.jpg');
	margin: 0px;
	width: 100%;
	height: 100%;
	position: relative;
}
.masthead_wrapper {
	width: 900px;
	height: 140px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-height: 140px;
}
.main_logo {
	background-position: center center;
	position: relative;
	display: block;
	float: left;
	width: 320px;
	height: 100%;
	background-image: url('staticImg/flower_logo130.png');
	background-repeat: no-repeat;
}
.main_img_wrapper {
	width: 100%;
	height: 70%;
	position: relative;
	background-size: cover;
	background-position: center center;
}
html {
	width: 100%;
	height: 100%;
}
.upper_shadow {
	background-image: url('staticImg/shadow.png');
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 0px;
}
.lower_shadow {
	background-image: url('staticImg/shadow.png');
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 20px;
	position: absolute;
	top: -20px;
}
.top_nav_wrapper {
	width: 400px;
	position: absolute;
	float: right;
	font-family: Vinegar;
	bottom: 0px;
	right: 0px;
}

@font-face {
	font-family: Vinegar;
	src: url(font_embed/Vinegar-Regular.otf);
}
.nav_tile {
	position: relative;
	float: right;
	display: block;
	padding: 2px 5px 10px 5px;
	margin-right: 5px;
	margin-left: 5px;
	font-size: x-large;
	text-decoration: none;
	color: #000000;
}

.nav_tile:hover{
	color:#B51019;
	cursor:pointer;
}
.footer_wrapper {
	width: 900px;
	height: 100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url('staticImg/footer_logo.png');
	background-repeat: no-repeat;
	background-position: right center;
	font-family: "segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	padding-top: 10px;
	min-height: 80px;
	font-size: small;
	position: relative;
	bottom: 0px;
}
.masthead_container {
	background-image: url('staticImg/wood_pattern.png');
	width: 100%;
}
.footer_container {
	background-image: url('staticImg/wood_pattern.png');
	width: 100%;
	position: fixed;
	bottom: 0px;
}
.footer_copy {
	position: relative;
	float: left;
	width: 600px;
}
.footer_fb_wrapper {
	height: 50px;
	width: 450px;
	margin-top: 10px;
	text-align: left;
	position: relative;
	float: left;
}
.sc_logo {
	position: absolute;
	width: 30px;
	height: 30px;
	background-image: url('staticImg/scwd_logo_tfg30.png');
	background-repeat: no-repeat;
	bottom: 10px;
	right: 10px;
}
.top_nav_phone {
	width: 400px;
	position: absolute;
	float: right;
	font-family: Vinegar;
	font-size: xx-large;
	right: 10px;
	top: 10px;
	color: #B51019;
	text-align: right;
}
.phone_text {
	font-size: x-large;
	color: #000000;
}
.mobile_phone_wrapper {
	display: none;
}

.mobile_menu_button{
	display:none;
}

.mobile_footer_copy{
	display:none;
}