@font-face {
  font-family: "FrankMedCond";
  src: url("fonts/FrankGothMedCond.ttf");
  font-display: swap;
}
@font-face {
  font-family: "PTSans";
  src: url("fonts/PTSans-Regular.ttf");
  font-display: swap;
}

* { margin: 0; padding: 0; }

html, body {
  width: 100%;
  height: 100%;
}

body {
background: #29323c;
font-family: FrankMedCond, sans-serif;
font-size: 24px;
color: #3a4856;
text-decoration: none;
font-weight: 400;
text-align: left;
}

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

h1 {
font-family: PTSans, sans-serif;
font-size: 1.2em;
color: #018ecc;
text-decoration: none;
font-weight: bold;
text-align: left;
margin-bottom: 8px;
}
h2 {
font-family: PTSans, sans-serif;
font-size: 1em;
color: #4ea291;
text-decoration: none;
font-weight: 900;
text-align: left;
margin: 25px 0 8px 0;
}
h3 {
font-family: PTSans, sans-serif;
font-size: 1.2em;
color: #018ecc;
text-decoration: none;
font-weight: bold;
text-align: left;
margin: 5px 0;
}

p {
font-family: PTSans, sans-serif;
font-size: 1em;
color: #3a4856;
text-decoration: none;
font-weight: 400;
margin: 12px 0;
}
a:link, a:visited {
font-family: PTSans, sans-serif;
font-size: 1em;
color: #3a4856;
text-decoration: none;
font-weight: bold;
text-decoration-line: underline;
}
a:active, a:hover {
color: #0486c6;
}
input, textarea {
box-sizing: border-box;
margin-bottom: 12px;
outline: none;
}
textarea {
    resize: none;
}
.hidden{
  opacity: 0;
}
.visible{
  opacity: 1;
}

.headerArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #9d7c59;
padding: 1.2% .75%;
border-bottom: white 1px solid;
}
  .headcol1 {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  width: 27.5%;
  height: auto;
  float: left;
  }
    .headcol1 img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    }
    .headcol1 img:hover {
    cursor: pointer; opacity: .6; transition: all 0.5s;
    }
  .headcol2 {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  width: 72.5%;
  height: auto;
  float: right;
  font-family: FrankMedCond, sans-serif;
  font-size: 1em;
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  text-align: right;
  }
  .contactinfo {
  display: block;
  box-sizing: border-box;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin: 40px 0 0 0;
  }

    .headcol2 a[href^="tel:"] {
      display: inline-flex;
      font-family: FrankMedCond, sans-serif;
      font-size: 1.2em;
      color: #ffffff;
      text-decoration: none;
  		font-weight: 400;
    }
    .headcol2 a[href^="tel:"]:hover {
    cursor: pointer; opacity: .6; transition: all 0.5s;
    }
    .headcol2 a img.phone {
    width: auto;
    height: 28px;
    margin: 4px 4px 0 0;
    }
    .headcol2 a[href^="tel:"]:hover {
    cursor: pointer; opacity: .6; transition: all 0.5s;
    }
    .headcol2 a img.mail {
    width: auto;
    height: 32px;
    margin: 2px 10px 0 20px;
    }
    .headcol2 a img.mail:hover {
    cursor: pointer; opacity: .6; transition: all 0.5s;
    }
    .headcol2 a img.map {
    width: auto;
    height: 28px;
    margin: 2px 10px 0 10px;
    }
    .headcol2 a img.map:hover {
    cursor: pointer; opacity: .6; transition: all 0.5s;
    }
    .headcol2 a img.facebook {
    width: auto;
    height: 32px;
    margin: 2px 0 0 10px;
    }
    .headcol2 a img.facebook:hover {
    cursor: pointer; opacity: .6; transition: all 0.5s;
    }

.pagePhoto {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
}
  .pagePhoto img {
  display: block;
  width: 100%;
  height: auto;
  }

/* CONTENT AREA */

.mainArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #f5f5f5;
padding: 25px 15px;
border-top: #018ecc 3px solid;
}
.contentArea {
display: block;
box-sizing: border-box;
clear: both;
overflow: hidden;
max-width: 1800px;
width: 100%;
height: auto;
margin: 0 auto;
}


/* FOOTER */
.footerArea {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
padding: 20px 0;
border-top: #018ecc 3px solid;
}
.foot1 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: 30%;
height: auto;
text-align: left;
padding-left: 35px;
font-family: FrankMedCond, sans-serif;
font-size: .8em;
color: white;
text-decoration: none;
font-weight: 400;
line-height: 26px;
}
.foot1 img {
display: block;
width: 45%;
height: auto;
}
.foot1 a:hover {
cursor: pointer;
opacity: .6;
transition:all 0.5s;
}
.foot1 a[href^="tel:"] {
  font-family: FrankMedCond, sans-serif;
  color: white;
  font-weight: 700;
  text-decoration: none;
}
.foot1  a[href^="tel:"]:active, .foot1  a[href^="tel:"]:hover {
color: #0486c6;
opacity: 1;
}

.foot2 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: 30%;
height: auto;
text-align: left;
padding: 0 15px;
font-family: FrankMedCond, sans-serif;
font-size: .9em;
color: white;
text-decoration: none;
font-weight: 400;
line-height: 22px;
}
.foot2 i.fa {
font-size: .9em;
}
.foot2  a:link, .foot2  a:visited {
font-family: FrankMedCond, sans-serif;
font-size: .9em;
color: white;
text-decoration: none;
font-weight: 400;
}
.foot2  a:active, .foot2  a:hover {
color: #0486c6;
}
.foot3 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: right;
width: 40%;
height: auto;
text-align: left;
padding-right: 35px;
font-family: FrankMedCond, sans-serif;
font-size: .9em;
color: white;
text-decoration: none;
font-weight: 400;
line-height: 26px;
}
.foot3  a:link, .foot3  a:visited {
font-family: FrankMedCond, sans-serif;
font-size: .9em;
color: white;
text-decoration: none;
font-weight: 400;
}
.foot3  a:active, .foot3  a:hover {
color: #0486c6;
}

#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: #0486c6;
  font-size: 18px;
  background-color: transparent;
  transition: 1s;
}
#back-top a:link, #back-top a:visited {
  color: #0486c6;
}
#back-top a:hover {
  color: #4ea291;
}

span.sitestamp {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
font-family: FrankMedCond, sans-serif;
font-size: .6em;
color: white;
text-decoration: none;
font-weight: 400;
margin: 25px 10px 0 0;
}
span.sitestamp a:link, span.sitestamp a:visited {
font-family: FrankMedCond, sans-serif;
font-size: 1em;
color: white;
text-decoration: underline;
font-weight: 400;
}
span.sitestamp a:active, span.sitestamp a:hover {
color: #0486c6;
}


/* MEDIA QUERIES */

@media screen and (max-width: 1021px) {
  .headcol1, .headcol2 {
  width: 50%;
  }
}
@media screen and (max-width: 915px) {
  .foot1 {
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 0;
  }
  .foot1 img {
  width: 35%;
  margin: 0 auto;
  }
  .foot2, .foot3 {
  width: 50%;
  padding: 8px;
  }
}
@media screen and (max-width: 900px) {
  body {
  font-size: 19px;
}
@media screen and (max-width: 775px) {
  .headcol1, .headcol2 {
  clear: both;
  float: none;
  width: 100%;
  }
    .headcol1 img {
    width: 50%;
    }
  .contactinfo {
  clear: both;
  width: 100%;
  height: auto;
  text-align: center;
  margin: 5px 0 20px 0;
  }
  .pagePhoto {
  height: 210px;
  }
  .pagePhoto img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  }

}
@media screen and (max-width: 603px) {
  .foot2, .foot3 {
  float: none;
  clear: both;
  width: 100%;
  }
  .foot1 img {
  width: 50%;
  }
}
@media screen and (max-width: 476px) {
  .headcol1 img {
  width: 60%;
  }
}