@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700,800|Francois+One|Black+Han+Sans');

body {
font-family: 'Open Sans', sans-serif;
font-size: 20px;
color: #313131;
text-decoration: none;
font-weight: 400;
width: 100%;
background: black;
}

html {
width: 100%;
}

* {
margin: 0;
padding: 0;
}
textarea {
resize: none;
}

/* DEFAULTS */

h1 {
font-family: 'Francois One', sans-serif;
font-size: 36px;
color: black;
text-decoration: none;
font-weight: 400;
margin: 15px 0;
}
h2 {
font-family: 'Francois One', sans-serif;
font-size: 24px;
color: black;
text-decoration: none;
font-weight: 700;
margin: 15px 0;
}

a:link, a:visited {
font-family: 'Open Sans', sans-serif;
font-size: 20px;
color: black;
text-decoration: underline;
font-weight: 700;
}
a:active, a:hover {
font-family: 'Open Sans', sans-serif;
font-size: 20px;
color: #d9bb13;
text-decoration: underline;
font-weight: 700;
}

p {
font-family: 'Open Sans', sans-serif;
font-size: 20px;
color: #313131;
text-decoration: none;
font-weight: 400;
margin-bottom: 15px;
}

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

.foot2 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: 40%;
height: auto;
text-align: left;
padding: 30px 20px;
font-family: 'Open Sans', sans-serif;
font-size: 16px;
line-height: 24px;
color: white;
text-decoration: none;
font-weight: 400;
}
.foot2 a[href^="tel:"] {
  color: white;
  font-weight: 700;
  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: 'Open Sans', sans-serif;
font-size: 16px;
color: white;
text-decoration: none;
font-weight: 400;
line-height: 32px;
}
.foot3 i.fa {
font-size: 18px;
}
.foot3  a:link, .foot3  a:visited {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: white;
text-decoration: none;
font-weight: 400;
}
.foot3  a:active, .foot3  a:hover {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #cca417;
text-decoration: none;
font-weight: 400;
-moz-transition: all 0.5s;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
}
@media screen and (max-width: 916px) {
	.foot1 {
	float: none;
	width: 100%;
	}
	.foot1 {
	text-align: center;
	}
	.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 20px;
	}
}

/* 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: black;
	background-color: transparent;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:link, #back-top a:visited {
	color: #f9b868;
}
#back-top a:hover {
	color: #565656;
}

span.sitestamp {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 10px;
color: #5c5c5c;
text-decoration: none;
font-weight: 400;
}
span.sitestamp a:link, span.sitestamp a:visited {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 10px;
color: #5c5c5c;
text-decoration: underline;
font-weight: 400;
}
span.sitestamp a:active, span.sitestamp a:hover {
font-family: 'Open Sans', Helvetica, sans-serif;
font-size: 10px;
color: white;
text-decoration: underline;
font-weight: 400;
}