/*Master CSS File*/
.content {
	width: 100%;
	min-height: 100vh;
	margin: 0;
	background: #FFF;
	font-size: 2em;
}

.site-header {
	width: 100%;
	background: url('../img/patterns/eggshell_scanline.png');
	color: #3F220F;
	padding: 1% 10%;
	vertical-align: middle;
}

.site-menu {
	background: #3F220F;
	color: #F0EAD6;
	padding: 12px 0 12px 10%;
}

.site-menu-link, .site-menu-link:visited, .site-menu-link:active {
	color: #F0EAD6;
	padding-right: 4%;
	font-size: 125%;
	font-family: "Alfa Slab One", Impact, Charcoal, sans-serif;
	text-decoration: none;
}

.site-menu-link:hover {
	color: #D2BF55;
	text-decoration: none;
}

.main-content {
	background: #FFF;
	margin: 0 8%;
	padding: 1% 2% 5% 2%;
}

.footer {
	background: #121619;
	color: #F0EAD6;
	margin: 0;
	padding: 1% 10%;
	font-size: 75%;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-family: "Alfa Slab One", Impact, Charcoal, sans-serif;
}

p {
	margin: 0;
}

.logo {
	max-height: 90px;
}

.fb-logo {
	max-height: 48px;
}

.red-bg {
	background: #9A1212;
	color: #FFF;
	padding: 2% 2% 2% 4%;
}

.white-txt {
	color: #FFF;
}

.toggleLink {
	display: none;
	padding: 2% 2% 2% 10%;
	font-size:100%;
	width: 100%;
}

.smaller-txt {
	font-size: 85%;
}

.bold {
	font-weight:bold;
}

.phoneLink, .phoneLink:visited, .phoneLink:active {
	text-decoration:underline;
	color: #9A1212;
}

.phoneLink:hover {
	color: #ff0000;
}

a:hover, a:visited, a:active, a {
	text-decoration:none;
}

.quote {
	font-style:italic;
	font-size:150%;
}

.showcase {
	margin-bottom:20px;
}