@import url('https://fonts.googleapis.com/css?family=Crimson+Text|Playfair+Display|Libre+Baskerville|Roboto:400,700,900');
* {
margin: 0;
padding: 0;
}
body {
width: 100%;
background-color: #404474;
}
html {
width: 100%;
}

textarea {
resize: none;
}
iframe {
border: none;
}

.wrapper {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1920px;
height: auto;
margin: 0 auto;
background-color: #618730;
}

/* HEADER AREA */

.topBar {
display: block;
clear: both;
overflow: hidden;
width: 100%;
height: auto;
background-color: white;
padding-top: 10px;
}
.headerArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 1400px;
height: auto;
margin: 0 auto;
}
.headerArea a[href^="tel:"] {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
	.phone {
	display: block;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;	
	width: 100%;
	height: auto;
	text-align: right;
	padding-right: 48px;
	font-family: 'Libre Baskerville', serif;
  	font-size: 21px;
  	letter-spacing: 1px;
  	text-decoration: none;
  	color: #404474;
  	font-weight: normal;	
	}
	.phone a[href^="tel:"] {
	font-family: 'Libre Baskerville', serif;
  	font-size: 21px;
  	letter-spacing: 1px;
  	text-decoration: none;
  	color: #404474;
  	font-weight: normal;
	}	
	.logo {
	display: block;
	box-sizing: border-box;
	float: left;
	width: 33%;
	height: auto;
	}	
	.logo:hover {
	opacity: .6;
	cursor: pointer;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
	}
	.phone2 {
	display: none;
	box-sizing: border-box;
	clear: both;
	overflow: hidden;	
	width: 100%;
	height: auto;
	text-align: center;
	padding: 10px 0;
	font-family: 'Libre Baskerville', serif;
  	font-size: 26px;
  	letter-spacing: 1px;
  	text-decoration: none;
  	color: #404474;
  	font-weight: normal;	
	}
	.phone2 a[href^="tel:"] {
	font-family: 'Libre Baskerville', serif;
  	font-size: 26px;
  	letter-spacing: 1px;
  	text-decoration: none;
  	color: #404474;
  	font-weight: normal;
	}		
	.nav {
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	float: right;
	width: 67%;
	height: auto;
	margin-top: 35px;
	padding-left: 12%;
	}
@media screen and (max-width: 1300px) {
	.headerArea {
	width: 100%;
	padding: 0 10px;
	}
}
@media screen and (max-width: 1204px) {
	.nav {
	padding-left: 6%;
	}
}	
@media screen and (max-width: 1137px) {
	.headerArea {
	padding: 0 0;
	}
	.logo {
	float: none;
	width: 100%;
	clear: both;
	text-align: center;
	}	
	.nav {
	float: none;	
	width: 100%;
	padding-left: 0;
	margin-top: 15px;
	}
	.phone {
	display: none;
	}
	.phone2 {
	display: block;
	}
}
@media screen and (max-width: 440px) {
	.logo img {
	width: 100%;
	height: auto;
	}
}


/* FOOTER */
.footerArea {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
border-top: #2b3e12 2px solid;
background-color: #618730;
}
.foot1 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: 30%;
height: auto;
text-align: left;
padding: 20px 20px;
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: white;
text-decoration: none;
font-weight: normal;
}
.foot1 img {
width: 80%;
height: auto;
}
.foot1 a:hover { cursor: pointer; opacity: .6; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; }

.foot1  a:link, .foot1  a:visited {
font-family: 'Roboto', sans-serif;
font-size: 18px;
color: white;
text-decoration: none;
font-weight: normal;
}
.foot1  a:active, .foot1  a:hover {
font-family: 'Roboto', sans-serif;
font-size: 18px;
color: #2b3e12;
text-decoration: none;
font-weight: normal;
}

.foot2 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: 40%;
height: auto;
text-align: left;
padding: 30px 20px;
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 24px;
color: white;
text-decoration: none;
font-weight: normal;
}
.foot2 a[href^="tel:"] {
  color: white;
  font-weight: bold;
  text-decoration: none;
}
.foot3 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: right;
width: 30%;
height: auto;
text-align: left;
padding: 20px 10px;
font-family: 'Roboto', sans-serif;
font-size: 16px;
color: white;
text-decoration: none;
font-weight: normal;
line-height: 32px;
}
.foot3 i.fa {
font-size: 18px;
}

.foot3  a:link, .foot3  a:visited {
font-family: 'Roboto', sans-serif;
font-size: 18px;
color: white;
text-decoration: none;
font-weight: normal;
}
.foot3  a:active, .foot3  a:hover {
font-family: 'Roboto', sans-serif;
font-size: 18px;
color: #2b3e12;
text-decoration: none;
font-weight: normal;
}
@media screen and (max-width: 916px) {
	.foot1 {
	float: none;
	width: 100%;
	}
	.foot1 {
	text-align: center;
	}	
	.foot1 img {
	width: 55%;
	}
	.foot2, .foot3 {
	width: 50%;
	padding: 15px 15px;
	}
	.foot3 {
	padding-left: 55px;
	}
}
@media screen and (max-width: 603px) {
	.foot2, .foot3 {
	float: none;
	width: 100%;
	padding: 15px 45px;
	}
	.foot1 img {
	width: 90%;
	}
}

/* BACK TO TOP */

#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 80%;
	z-index: 1000;
}

#back-top a {
	width: 100px;
	height: auto;
	display: block;
	padding: 3px;
	text-align: center;
	color: #404474;
	background-color: transparent;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:link, #back-top a:visited {
	color: #404474;
}
#back-top a:hover {
	color: #b0b3dc;
}

span.sitestamp {
display: inline-block;
font-family: 'Roboto', sans-serif;
font-size: 10px;
color: #e2dfdf;
text-decoration: none;
font-weight: normal;
margin-right: 40px;
}
span.sitestamp a:link, span.sitestamp a:visited {
font-family: 'Roboto', sans-serif;
font-size: 10px;
color: #e2dfdf;
text-decoration: underline;
font-weight: normal;
}
span.sitestamp a:active, span.sitestamp a:hover {
font-family: 'Roboto', sans-serif;
font-size: 10px;
color: #2b3e12;
text-decoration: underline;
font-weight: normal;
}