html, body {margin: 0; padding: 0;}

@font-face {font-family: 'OpenSans'; font-style: normal; font-weight: 400; font-display: block;
  src: local(''), url('open-sans-400.woff2') format('woff2'), url('open-sans-400.woff') format('woff');
}
@font-face {font-family: 'OpenSans'; font-style: normal; font-weight: 600; font-display: block;
  src: local(''), url('open-sans-600.woff2') format('woff2'), url('open-sans-600.woff') format('woff');
}

body {font-family: 'OpenSans', Arial, Verdana, Geneva; font-variant-ligatures: none; font-size: 100%;}

#width {position: fixed; top: 0; z-index: 20; padding: 0 3px; font-size: 11px; line-height: 14px; font-family: Arial, Helvetica, sans-serif; background-color: #FF0;}
a, a:visited, a:hover {outline: none; color: #2E3FE1;} a {text-decoration: underline; text-decoration-thickness: 1px; text-decoration-style: dotted; text-underline-offset: .1em; cursor: pointer;}
* {-webkit-tap-highlight-color: transparent; -webkit-tap-highlight-color: transparent; -webkit-touch-callout: none;}
img {border: 0; image-rendering: -webkit-optimize-contrast;} #phone a {white-space: nowrap;}
.phlink {color: inherit !important; text-decoration: none !important; white-space: nowrap;} .phlink:hover {cursor: text;}

/*------------------------------------*/

/*HEADER*/

header {width: 100%; margin: 0 auto;}
header section:first-child {display: table; margin: auto; text-align: center; width: 95%; max-width: 1500px;}
header div {display: table-cell;} header div:not(.navback div) {vertical-align: middle;}

#logo img {display: block; width: 100%;} #phone {font-size: 22px; font-weight: 600;} #phone, #phone a {white-space: nowrap;}

@media (min-width: 501px) {#logo {padding: 15px 0;} #logo a {display: table-cell;} #phone {text-align: right; padding-bottom: 5px;}}
@media (max-width: 500px) {
header {display: flex; flex-direction: column;} header div {display: block;}
header section:first-child {order: 2;} header section:last-child {order: 1;}
#logo {text-align: center; margin: 20px auto 0 auto; padding: 0 10px;} #logo a {display: inline-block;}
#phone {margin: 12px auto; font-size: 24px;}
}

/*if no logo, remove aria-label="home page" in logo area on page, and replace css code here starting at #logo img with:

#logo {text-align: left;} #logo a {font-size: 30px; font-weight: 600; line-height: 1.2; text-decoration: none; color: #E60000 !important;}
#phone {font-size: 22px; font-weight: 600;} #phone, #phone a {white-space: nowrap;}

@media (min-width: 501px) {#logo {padding: 20px 30px 25px 0;} #phone {text-align: right; padding-bottom: 5px;}}
@media (max-width: 500px) {
header {display: flex; flex-direction: column;} header div {display: block;}
header section:first-child {order: 2;} header section:last-child {order: 1;}
#logo {text-align: center; margin: 20px auto 0 auto; padding: 0 10px;} #phone {margin: 12px auto; font-size: 24px;}
}*/

/*-----------------------------------------------*/

/*MENU*/

.navback {z-index: 1;} #navcheck {display: none;} nav, nav a {-webkit-user-select: none; user-select: none;}
nav .selected {cursor: text; pointer-events: none;} nav a {text-decoration: none; font-size: 20px; line-height: 1.3;}

@media (min-width: 501px) {
.ham {display: none;} nav {display: table; text-align: center; margin: auto;}
nav div, nav a {display: table-cell; vertical-align: middle; white-space: nowrap;}
nav a {height: 50px; padding: 2px 22px 4px 22px; transition: .2s;}
}

@media (max-width: 500px) {
nav {text-align: center; visibility: hidden; margin: 0 0 0 -1px; border-bottom: 1px solid #FFF; font-size: 0; line-height: 0;}
nav div {max-height: 0; display: inline-block; width: 100%; transition: .2s ease-in-out; font-size: 0; line-height: 0; padding: 0;}
nav a {width: 1%; height: 0;display: table-cell; vertical-align: middle; opacity: 0; font-size: 0; padding: 0; -webkit-transition: .15s background, .3s font-size ease-out, .2s opacity ease-out, .3s padding ease-out, .25s height; border-top: 1px solid #FFF; border-left: 1px solid #FFF;}

#navcheck:checked ~ nav {visibility: visible;}
#navcheck:checked ~ nav div {max-height: 100px;}
#navcheck:checked ~ nav a {height: 60px; font-size: 20px; opacity: 1; padding: 0 0 1px 0;}

.ham {position: relative; display: table; height: 30px; width: 45px; margin: auto; padding: 10px;} .ham:hover {cursor: pointer;}
.ham div {top: 23px; left: 10px; -webkit-transition: -webkit-transform 0.4s ease-out;}
.ham div, .ham div:before, .ham div:after {position: absolute; display: block; content: ""; height: 4px; width: 44px; opacity: 1; background: #FFF; border-radius: 2px;} .ham div:before {top: -11px;} .ham div:after {top: 11px;}
}

@media (max-width: 500px) {.navback {margin-top: 2px;}} /*always stays 500px*/

:root {--menuback: #B00; --menuhover: #D00; --menuselect: #900}
.navback, nav {background-color: var(--menuback);} nav a {color: #FFF !important;}
nav .selected {background-color: var(--menuselect);} nav a:hover:not(.selected) {background-color: var(--menuhover);}

/*-----------------------------------------------*/

/*Big Pic*/

#homepic {position: relative; overflow: hidden; z-index: 0; background-color: #555;}
#homepic img {width: 500px; height: 300px; width: 100%; height: 40vw; max-height: 420px; max-width: 1500px; object-fit: cover; object-position: 50% 50%; display: block; margin: auto;}

/*-----------------------------------------------*/

/*BODY AREA*/

.bodyarea {position: relative; padding: 30px 0 35px 0; margin: auto; width: 85%; max-width: 1500px;}
.bodyarea, h2 {font-size: 20px; line-height: 1.7; font-weight: 400 !important;}
.bodyhead {padding-bottom: 10px; font-weight: 600 !important; font-size: 1.6em; line-height: 1.25; text-align: center;}
h1, h2, h3 {margin: 0 !important;}

@media (max-width: 800px) {.bodyhead {font-size: 1.5em;}}
@media (max-width: 600px) {.bodyhead {padding-bottom: 0;}}
@media (max-width: 360px) {.bodyarea {width: 88%;} .bodyhead {font-size: 1.45em;}}

.heading, .heading2 {font-weight: 600; line-height: 1.35;} .heading {font-size: 1.3em;} .heading2 {font-size: 1.15em;}

/*-----------------------------------------------*/

/*Page Pics*/

.pagepic img {width: 500px; height: 300px; width: 100%; height: auto; display: block;}
.picwide {max-width: 500px;} .pictall {max-width: 350px;}
.picleft {float: left; margin: 10px 40px 30px 0;} .picright {float: right; margin: 10px 0 30px 40px;}
@media (max-width: 1050px) and (min-width: 871px) {.picwide {max-width: 430px;}}
@media (max-width: 870px) {.picleft, .picright {text-align: center; float: none; margin: 35px auto;} .pictall {max-width: 400px;}}

/*-----------------------------------------------*/

/*BOTTOM AREA*/

#bottomarea {font-size: 14px; line-height: 1.6; padding: 25px 25px 22px 25px; text-align: center;}
#social {margin-top: 10px;} #social img {height: 30px; width: 30px; display: inline-block;}
#bottomarea a {white-space: nowrap;} #btmph {font-size: 20px; margin: 10px auto 15px auto;}
.web, .web a {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #BBB !important;}
.web a {font-style: italic; text-decoration: none;} .web a:hover {text-decoration: underline;}

/*====================================================*/

/*COLORS*/

body {color: #444; background-color: #FFF;}
#phone, #phone a {color: #333;} .bodyhead {color: #E60000;} .heading {color: #000;}
#bottomarea {background-color: #222;} #bottomarea, #bottomarea a {color: #FFF;}
