html, body {margin: 0; padding: 0;} html {font-size: 18px;}

@font-face {font-family: 'OpenSans'; font-style: normal; font-weight: 400; font-display: block;
  src: local(''), url('fonts/open-sans-400.woff2') format('woff2'), url('fonts/open-sans-400.woff') format('woff');
}
@font-face {font-family: 'OpenSans'; font-style: normal; font-weight: 600; font-display: block;
  src: local(''), url('fonts/open-sans-600.woff2') format('woff2'), url('fonts/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: .13em; cursor: pointer;}

img {border: 0;} #phone a {white-space: nowrap;}
.phlink {color: inherit !important; text-decoration: none !important; white-space: nowrap;} .phlink:hover {cursor: text;}
a:focus-visible {outline: 2px solid var(--focus, #66AFE9); outline-offset: 2px;}
.ham, .ham * {-webkit-touch-callout: none; -webkit-user-select: none; user-select: none; touch-action: manipulation;}

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

/*HEADER*/

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

#headtext h1 {text-align: center; margin: 0 auto; font-style: italic; font-weight: 400; line-height: 1.4; padding: 0 20px 0 20px;}
#logo img {display: block;} #phone {font-size: 1.23rem; font-weight: 600;} #phone, #social {white-space: nowrap;}

#social img {height: 26px; width: 26px; display: inline-block; margin: 0 1px -5px 1px;}
@keyframes shake {20% {-webkit-transform: rotateZ(-8deg);} 80% {-webkit-transform: rotateZ(8deg);}}
#social img:hover {-webkit-animation: shake .16s 5;}

@media (min-width: 761px) {#headtext h1 span {display: block;}}
@media (min-width: 641px) {#headtext h1 {font-size: 1.1rem;}}
@media (max-width: 640px) {#headtext h1 {font-size: 3vw;} header section:first-child {width: 93%;}}
@media (max-width: 540px) {#headtext, #headtext h1 {visibility: hidden; width: 0; padding: 0; font-size: 0;}}
@media (min-width: 501px) {
header section:first-child {padding: 0; overflow: hidden;} #logo {padding: 10px 0;} #logo a {display: table-cell;}
#phosoc > div {display: table; height: 100%; width: 100%; margin-left: 0; box-sizing: border-box;}
#phone {position: absolute; right: 0; padding-top: 13px;}
#social {display: table-cell; text-align: right; height: 50%; padding-bottom: 8px; vertical-align: bottom;}
#logo, #logo img, #phosoc {width: 140px;} #logo img {height: 109px;}
}
@media (max-width: 500px) {
header {-webkit-display: flex; display: flex; -webkit-flex-direction: column; flex-direction: column; border-bottom: 6px solid var(--menuback);}
header section:first-child {-webkit-order: 2; order: 2;} header section:last-child {-webkit-order: 1; order: 1;}
header div {display: block;} #logo img {margin: 20px auto 0 auto; padding: 0 15px;}
#logo, #phosoc {width: auto; text-align: center;} #logo a {display: inline-block;} #phone {margin: 15px auto; font-size: 1.45rem;}
#social {position: absolute; right: 0; bottom: 17px;} /*#social {margin: 20px auto 10px auto;}*/
}

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

/*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: 1.1rem; line-height: 1.3;}

@media (min-width: 771px) {
.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 (min-width: 1281px) {nav a {height: 50px;}}
@media (max-width: 1280px) {nav span {display: block;}}
@media (max-width: 1280px) and (min-width: 771px) {nav a {height: 60px; font-size: 1rem;}}

@media (max-width: 860px) and (min-width: 771px) {nav a {padding: 2px 15px 4px 15px;}}

@media (max-width: 770px) {
nav {text-align: center; visibility: hidden; margin: 0 0 0 -1px; border-bottom: 1px solid var(--menuline); font-size: 0; line-height: 0;}
nav div {max-height: 0; display: inline-block; width: 33.33%; 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 var(--menuline); border-left: 1px solid var(--menuline);}

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

#navcheck:checked ~ .ham div {width: 0; transform: rotateX(180deg); transition-timing-function: ease;}
#navcheck:checked ~ .ham div:before {-webkit-transform: rotateZ(37deg); top: 0;}
#navcheck:checked ~ .ham div:after {-webkit-transform: rotateZ(-37deg); top: 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: #FFC20A; border-radius: 2px;} .ham div:before {top: -11px;} .ham div:after {top: 11px;}
}

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

:root {--menuline: #FFC20A; --menuback: #18439D; --menuhover: #3463C6; --menuselect: #0C2760}
.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: #827D6E;}
#homepic img {width: 500px; height: 300px; width: 100%; height: 40vw; max-height: 420px; object-fit: cover; object-position: 50% 50%; display: block;}

.homecap {position: absolute; display: table-cell; left: 0; right: 0; text-align: center; top: 47%; -webkit-transform: translateY(-47%); -ms-transform: translateY(-47%); transform: translateY(-47%); z-index: 1; margin: 0 50px;}
.homecap h1 {font-family: 'Archivo Narrow', Arial, Helvetica, sans-serif; font-weight: 700; font-size: 4.4rem; line-height: 1.15; color: #FFF; text-shadow: 1px 1px 2px #000;}

@media (max-width: 1340px) {.homecap {margin: 0 3%} .homecap h1 {font-size: 5.9vw;}}
@media (min-width: 1851px) {.homecap span {display: block;}}
@media (max-width: 850px) {.homecap h1 {font-size: 7.2vw;} #homepic img {height: 50vw;}}
@media (min-width: 501px) {#homepic img {filter: brightness(70%);}}
@media (max-width: 500px) {.homecap h1 {font-size: 8.5vw;} #homepic img {height: 60vw;}}

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

/*BODY AREA*/

#bread {font-size: .78rem; line-height: 1.4; margin-bottom: 20px;}

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

@media (max-width: 800px) {.bodyhead {font-size: 1.82rem;}}
@media (max-width: 600px) {.bahome {padding-top: 0;} .bodyarea, h2 {font-size: 1.08rem;}}
@media (max-width: 360px) {.bodyarea {width: 88%;}}

.heading, .heading2 {font-weight: 600; line-height: 1.35; display: table;} .heading {font-size: 1.55rem;} .heading2 {font-size: 1.45rem;}

ul {margin-left: -15px;} ul li:not(ul li:last-child) {padding-bottom: 15px;} ul span {font-weight: 600;}

.divide:nth-child(odd) {background-color: #EEE;} .divide .bodyarea {padding: 40px 0 25px 0;}

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

/*Page Pics*/

.pagepic img {border-radius: 3px; 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: 15px auto 40px auto;} .picmarg {margin: 35px auto;}
.pictall {max-width: 400px;}}

/*photo albums*/
#album {margin: 40px auto 20px auto !important;} #album div {border-radius: 5px;}

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

/*Ready*/

#ready {text-align: center; padding: 40px 20px; background-color: var(--menuback);}
#ready a {display: inline-block; color: #FFF; background-color: var(--menuselect); padding: 8px 13px 9px 13px; font-size: 1.22rem; text-decoration: none; transition: .25s; border-radius: 7px; box-shadow: 0 0 1.5px 1.2px rgba(255,255,255,1);}
#ready a:hover {background-color: var(--menuhover);}

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

/*BOTTOM AREA*/

#bottomarea {font-size: .9rem; line-height: 1.6; padding: 25px 25px 22px 25px; text-align: center;}
#bottomarea a {white-space: nowrap;} .btmph {font-size: 1.3em; margin: 5px auto 7px auto;}
.web, .web a {font-size: .84em; font-family: Arial, Helvetica, sans-serif; color: #CCC !important;}
.web a {font-size: 1em; font-style: italic; text-decoration: none;} .web a:hover {text-decoration: underline;}

#totop {position: fixed; height: 18px; width: 18px; right: 14px; bottom: 12px; z-index: 100; padding: 8px 9px 8px 10px; border: 2px solid rgba(155, 155, 155, .4); background-color: rgba(80, 80, 80, 0.45); border-radius: 4px;}
#totop div {font-family: Arial, Helvetica, sans-serif; display: inline-block; -webkit-transform: rotate(90deg); transform: rotate(90deg); font-size: 1.78rem; line-height: 18px; color: #FFF;}
#totop:hover {-webkit-transform: scale(1.05);}
@media (min-width: 481px) {#totop {-webkit-transition: .15s;}}

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

/*COLORS*/

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