@import 'https://fonts.googleapis.com/css?family=Old+Standard+TT|Open+Sans:400,700,800';

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}

body {
  background-color: #01240c;   
}

.wrapper {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1920px;
height: auto;
margin: 0 auto;
background: url(images/bg-main.jpg);
background-position: top center;  
background-repeat: no-repeat;
background-attachment: fixed;  
background-size: cover;
background-color: #01240c;
}

textarea {
  resize: none;
}

h1 {
font-family: 'Old Standard TT', serif;
font-size: 30px;
color: #d9ac51;
text-decoration: none;
font-weight: 700;
margin: 16px 0 12px 0;
}
h2 {
font-family: 'Old Standard TT', serif;
font-size: 24px;
color: #d9ac51;
text-decoration: none;
font-weight: 700;
margin: 16px 0 12px 0;
}
h3 {
font-family: 'Old Standard TT', serif;
font-size: 26px;
color: white;
text-decoration: none;
font-weight: 700;
}

p {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #e1e1e1;
text-decoration: none;
font-weight: normal;
margin-bottom: 13px;
}
ul {
margin-left: 40px;
}
li {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
color: #e1e1e1;
text-decoration: none;
font-weight: normal;
margin-bottom: 5px;
}

.header {
  width: 100%;
  display: block;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;  
  height: auto;
  background-color: #01240c;
  border-bottom: white 1px solid;
}
.headerCont {
max-width: 1400px;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: center;
}
.logoDesktop {
display: block;
float: left;
}
.logoMobile {
display: none;
}
.socials {
float: right;
font-family: 'Old Standard TT', serif;
font-size: 32px;
color: white;
text-decoration: none;
font-weight: 700;
padding-top: 25px;
}
.socials i {
font-size: 40px;
color: white;
}
.socials a:hover { cursor: pointer; opacity: .6; -moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s; }
.socials a[href^="tel:"] {
font-family: 'Old Standard TT', serif;
font-size: 32px;
color: white;
text-decoration: none;
font-weight: 700;
}

@media screen and (max-width: 988px) {
  .headerCont {
    max-width: initial;
    width: 100%;
  }
  .logoDesktop {
    float: none;
    text-align: center;
  } 
  .socials {
    float: none;
    text-align: center;
    padding: 5px;
  }   
}
@media screen and (max-width: 742px) {
  .logoDesktop img {   
  width: 100%;
  height: auto;
  }
}
@media screen and (max-width: 550px) {
  .logoDesktop {
  display: none;
  }
  .logoMobile {
  display: block;
  text-align: center;
  }
  .logoMobile img {
  width: 100%;
  height: auto;
  }  
}

.footer {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #01240c;
border-top: white 1px solid;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #e1e1e1;
text-decoration: none;
font-weight: normal;
text-align: center;
padding: 5px;
}

.footer a:link, .footer a:visited {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #e1e1e1;
  text-decoration: underline;
  font-weight: normal;
}

.footer a:active, .footer a:hover {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #b99345;
  text-decoration: underline;
  font-weight: normal;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;  
}

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

#back-top a {
	width: 100px;
	height: auto;
	display: block;
	padding: 3px;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #b99345;
	text-decoration: none;
	font-weight: bold;
	background-color: transparent;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:link, #back-top a:visited {
	font-family: 'Open Sans', sans-serif;
	font-size: 36px;
	color: #b99345;
	text-decoration: none;
	font-weight: bold;
}
#back-top a:hover {
	color: white;
}