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

/* Global Settings */
:root {
  --site-bg-color: #000000;
  --content-bg-color: #ffffff;
  --content-text-color: #333333;
  --content-text-hover-color: #009145;
  --wrap-bg-color: #222e75;
  --h1-color: #009145;
  --h2-color: #222e75;
  --h3-color: #222e75;
  --h4-color: #222e75;
  --footer-bg-color: #1c1c1c;
  --footer-top-border: #009145;
  --footer-text-color: #ffffff;
  --footer-text-hover-color: #02b255;
}

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

body {
background-color: var(--site-bg-color);
font-family: Roboto, sans-serif;
font-size: 22px;
color: var(--content-text-color);
text-decoration: none;
font-weight: 400;
text-align: left;
}

.hidden {
     opacity:0;
}
.visible {
     opacity:1;
}

.wrapper {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1920px;
width: 100%;
height: auto;
margin: 0 auto;
background-color: var(--wrap-bg-color);
}

/* CONSTANTS */
h1 {
font-family: Roboto, sans-serif;
font-size: 1.5em;
color: var(--h1-color);
text-decoration: none;
font-weight: 900;
margin: 0 0 12px 0;
}
h2 {
font-family: Roboto, sans-serif;
font-size: 1.15em;
color: var(--h2-color);
text-decoration: none;
font-weight: 900;
margin: 20px 0 3px 0;
}
h3 {
font-family: Roboto, sans-serif;
font-size: 1.15em;
color: var(--h3-color);
text-decoration: none;
font-weight: 900;
margin: 20px 0 3px 0;
}
h4 {
font-family: Roboto, sans-serif;
font-size: 1.15em;
color: var(--h4-color);
text-decoration: none;
font-weight: 900;
margin: 20px 0 3px 0;
}
p {
font-family: Roboto, sans-serif;
font-size: 1em;
color: var(--content-text-color);
text-decoration: none;
font-weight: 400;
margin: 8px 0 22px 0;
}
a:link, a:visited {
font-family: Roboto, sans-serif;
font-size: 1em;
color: var(--content-text-color);
text-decoration: underline;
font-weight: 700;
}
a:active, a:hover {
font-family: Roboto, sans-serif;
font-size: 1em;
color: var(--content-text-hover-color);
text-decoration: underline;
font-weight: 700;
transition: all 0.75s;
}
b {
font-family: Roboto, sans-serif;
font-size: 1em;
color: var(--content-text-color);
text-decoration: none;
font-weight: 700;
}
ul {
margin: 10px 0 20px 0;
}
li {
margin: 0 0 15px 40px;
}

textarea { resize: none; }
iframe { width: 100%; height: auto; }


/* TOP OF SITE AREA */
.headerArea {
display: flex;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
background-color: #1c1c1c;
padding: 15px 20px;
align-items: center;
}
    #logoImg {
    display: block;
    box-sizing: border-box;
    overflow: hidden;
    max-width: 500px;
    width: 100%;
    height: auto;
    }
    #logoImg:hover {
    cursor: pointer; opacity: .6; transition: all 0.5s;
    }



/* CONTENT AREA */
.contentArea {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
width: 100%;
height: auto;
padding: 20px 10px 20px 10px;
background-color: var(--content-bg-color);
}
.content {
display: block;
clear: both;
overflow: hidden;
box-sizing: border-box;
max-width: 1400px;
width: 100%;
height: auto;
margin: 0 auto;
padding: 20px;
}
.content a[href^="tel:"] {
  color: #8d060a;
  font-weight: bold;
  text-decoration: none;
}
.pageTopPhoto {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
margin: 0 0 15px 0;
}


/* FOOTER AREA */
.footerArea {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
height: auto;
padding: 25px 0;
background-image: url("images/bg-footer.webp");
background-color: var(--footer-bg-color);
border-top: #009145 4px solid;
border-bottom: #009145 4px solid;
}
#footlogo {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
max-width: 500px;
width: 100%;
height: auto;
margin: 0 auto;
}
.footCol {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 45%;
height: auto;
margin: 0 auto;
padding: 10px 0;
}
.foot1 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: 50%;
height: auto;
text-align: left;
padding: 15px 0 15px 40px;
font-family: Roboto, sans-serif;
font-size: .8em;
color: var(--footer-text-color);
text-decoration: none;
font-weight: 400;
line-height: 26px;
}
.foot1 b {
font-family: Roboto, sans-serif;
color: #fcb313;
font-weight: 400;
}
.foot1 a[href^="tel:"] {
  font-family: Roboto, sans-serif;
  color: #fcb313;
  font-weight: 700;
  text-decoration: none;
}
.foot1  a[href^="tel:"]:active, .foot1  a[href^="tel:"]:hover {
color: var(--footer-text-hover-color);
transition: all 0.75s;
}

.foot2 {
display: block;
box-sizing: border-box;
overflow: hidden;
float: left;
width: 50%;
height: auto;
text-align: left;
padding: 15px 0 15px 250px;
font-family: Roboto, sans-serif;
font-size: .9em;
color: var(--footer-text-color);
text-decoration: none;
font-weight: 400;
line-height: 35px;
}
.foot2 i.fa {
font-size: .8em;
}
.foot2  a:link, .foot2  a:visited {
font-family: Roboto, sans-serif;
font-size: .9em;
color: var(--footer-text-color);
text-decoration: none;
font-weight: 400;
}
.foot2  a:active, .foot2  a:hover {
color: var(--footer-text-hover-color);
transition: all 0.75s;
}


.sitestamp {
display: block;
box-sizing: border-box;
overflow: hidden;
clear: both;
width: 100%;
font-family: FrankMedCond, sans-serif;
font-size: .6em;
color: #aaa9a9;
text-decoration: none;
font-weight: 400;
margin: 0 auto;
text-align: center;
}
.sitestamp a:link, .sitestamp a:visited {
font-family: FrankMedCond, sans-serif;
font-size: 1em;
color: #aaa9a9;
text-decoration: underline;
font-weight: 400;
}
.sitestamp a:active, .sitestamp a:hover {
color: var(--footer-text-hover-color);
}


/* BACK TO TOP */
#back-top {
	position: fixed;
	bottom: 30px;
	margin-left: 70%;
	z-index: 1000;
}

#back-top a {
	width: 100px;
	height: auto;
	display: block;
	padding: 3px;
	text-align: center;
	color: #008f22;
  font-weight: 900;
	background-color: transparent;
	transition: all 0.75s;
}
#back-top a:link, #back-top a:visited {
	color: #008f22;
}
#back-top a:hover {
	color: #fcb313;
	transition: all 0.75s;
}


/* MEDIA QUERIES */

@media screen and (max-width: 1753px) {
  .foot2 {
  padding: 15px 0 15px 100px;
  }
}
@media screen and (max-width: 1109px) {
  body {
  font-size: 20px;
  }
  .headerArea {
  display: block;
  }
  #logoImg {
  width: 65%;
  max-height: none;
  height: auto;
  margin: 0 auto;
  }
  .contentArea {
  padding: 10px;
  }
  .content {
  padding: 5px 10px;
  }
  .foot1 {
  float: none;
  clear: both;
  width: 100%;
  text-align: center;
  padding: 0 0 10px 0;
  line-height: 19px;
  }
  .foot2 {
  width: 50%;
  padding: 0;
  line-height: 25px;
  }
}
@media screen and (max-width: 699px) {
  .headerArea {
  padding: 10px;
  }
  #logoImg {
  width: 75%;
  }
  #footlogo {
  max-width: none;
  width: 75%;
  }
}
@media screen and (max-width: 650px) {
  body {
  font-size: 18px;
  }
}
@media screen and (max-width: 603px) {
  #logoImg {
  width: 85%;
  }
  .foot2 {
  float: none;
  clear: both;
  width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .pageTopPhoto {
  width: 100%;
  height: 185px;
  object-fit: cover;
  }
}