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

@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;}

#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: none; 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*/

/*#headerback {border: 1px solid blue} #header {border: 1px solid green} #header table {border: 1px solid magenta} #headertext {border: 1px solid orange} #headertext h1 {border: 1px solid #666;} #phosoc {border: 1px solid #999;} #phone {border: 1px solid green;} #social {border: 1px solid red}
#logo {border: 1px solid blue} #logo img {border: 1px solid orange} #logo a {border: 1px solid cyan}*/

#headerback {width: 100%;} #header {width: 100%; margin: 0 auto; z-index: 1;}
#header table {position: relative; margin: auto; text-align: center; padding: 0; width: min(calc(90% + 55px),95%); max-width: 1650px;}
#header td {vertical-align: middle;}

#headertext h1 {text-align: center; margin: 0 auto; font-style: italic; font-weight: 400; font-size: 22px; line-height: 1.35; padding: 0 20px 3px 20px;}

#logo {text-align: left;} #logo img {display: block;} #logo a {display: inline-block;}
#phosoc {font-size: 22px; font-weight: 600; white-space: nowrap;} #phosoc a {text-decoration: none;}

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

@media (min-width: 916px) {#headertext h1 {font-size: 20px;} #headertext h1 span {display: block;}}
@media (max-width: 915px) {#headertext {width: 40%;} #headertext h1 {font-size: 18px;}}
@media (min-width: 826px) {#logo, #logo img, #phosoc {width: 214px;} #logo img {height: 105px;}}
@media (max-width: 825px) {#logo, #logo img, #phosoc {width: 190px;} #logo img {height: 93px;}}
@media (max-width: 710px) {#headertext h1 {font-size: 2.6vw;}}
@media (max-width: 580px) {#headertext, #headertext h1 {visibility: hidden; width: 0; padding: 0; font-size: 0;}}
@media (min-width: 371px) {
#logo {padding: 10px 0 5px 0;} #phosoc > div {display: grid; min-height: 100px;}
#phone {align-self: center; justify-self: flex-end; margin: 0 0 5% 0 /*if no social, remove phone margin*/;}
#social {justify-self: flex-end; align-self: flex-end; margin: 5% 0 0 0;}
}
@media (max-width: 370px) {
#header td {display: block;} #logo img {margin: 10px auto 0 auto; padding: 0 15px;}
#logo, #phosoc {width: auto; text-align: center;} #phone {margin: 10px auto; font-size: 24px;}
#logo img {width: 214px; height: 105px;}
#social {position: absolute; bottom: 12px; right: 7px;}
}

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

/*MENU*/

/*.navheader {border: 1px solid #DDD;} .menu {border: 1px solid magenta;} .menu div {border: 1px solid blue;} .menu a {border: 1px solid cyan !important;}
.hamburger {border: 1px solid black;}*/

.navheader {width: 100%; z-index: 1;} #navcheck {display: none;}
.menu, .menu a {-webkit-user-select: none; user-select: none;} .menu .selected {cursor: text;}
.menu a {text-decoration: none; font-size: 20px; line-height: 1.25;}

@media (min-width: 681px) {
.hamburger {display: none;} .menu {display: table; text-align: center; margin: auto;}
.menu div, .menu a {display: table-cell; vertical-align: middle; white-space: nowrap; height: 45px;}
.menu a {padding: 2px 25px 4px 25px; transition: .2s;}
}
@media (max-width: 890px) and (min-width: 681px) {.menu a {padding: 2px 16px 4px 16px;}}
@media (max-width: 770px) and (min-width: 681px) {.menu a {padding: 3px 13px 3px 13px; font-size: 18px;}}

@media (max-width: 680px) {
.menu {margin: auto; text-align: center; visibility: hidden;}
.menu div {height: 0; margin: 0; transition: .25s height ease-out;}
.menu a {display: table-cell; height: 0; width: 1%; vertical-align: middle; font-size: 0; transition: .15s background, .4s font-size; text-decoration: none; opacity: 0;}

#navcheck:checked ~ .menu {visibility: visible;}
#navcheck:checked ~ .menu div {display: inline-block; height: 60px; margin: -2px -2px;}
#navcheck:checked ~ .menu a {font-size: 22px; opacity: 1; height: inherit;}

#navcheck:checked ~ .hamburger > div::before, #navcheck:checked ~ .hamburger > div::after {background: #FFF;}
#navcheck:checked ~ .hamburger > div {width: 0; background: none;}
#navcheck:checked ~ .hamburger > div::before {-webkit-transform: rotateZ(45deg); top: 0;}
#navcheck:checked ~ .hamburger > div::after {-webkit-transform: rotateZ(-45deg); top: 0;}
.hamburger {position: relative; display: table; z-index: 6; height: 30px; width: 45px; margin: auto; text-align: center; padding: 10px;}
.hamburger:hover {cursor: pointer;} .hamburger > div {top: 23px; left: 10px;}
.hamburger > div, .hamburger > div::before, .hamburger > div::after {display: block; content: ""; position: absolute; height: 4px; width: 44px; opacity: 1; background: #FFF; -webkit-transition: -webkit-transform 0.2s ease-out; border-radius: 1px;} .hamburger > div::before {top: -11px;} .hamburger > div::after {top: 11px;}
}
/*if 4 links*/
@media (max-width: 680px) and (min-width: 501px) {
.menu div {width: 49.5%;} .menu div:nth-child(odd) {border-right: 1px solid var(--menuline);}
}
@media (max-width: 500px) {.menu div {width: 100%;}}

/*if 5 links
@media (max-width: 680px) and (min-width: 501px) {.menu div {width: 33.3%;} .menu div:nth-last-of-type(-n+2) {width: 49.5%;}}
@media (max-width: 680px) and (min-width: 346px) {.menu div:nth-child(even) {border-right: 1px solid var(--menuline);}}
@media (max-width: 500px) and (min-width: 346px) {.menu div {width: 49.3%;} .menu div:first-child {width: 98.3%;}}
*/
@media (max-width: 380px) and (min-width: 346px) {#navcheck:checked ~ .menu a {font-size: 20px;}}
@media (max-width: 345px) {.menu div {width: 100%;}}

:root {--menuline: #4f8101;}
.navheader, .menu {background-color: #73A426;} .menu a {color: #FFF;}
.menu .selected {background-color: #007DC9;} .menu a:hover:not(.selected) {background-color: #8abc3c;}
@media (max-width: 680px) {.menu a {border-top: 1px solid var(--menuline);}}

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

/*Big Pic*/

#homepic {position: relative; overflow: hidden; z-index: 0; background-color: #2E3F26;}
#homepic img {width: 500px; height: 300px; width: 100%; height: 48vw; max-height: 460px; object-fit: cover; object-position: 50% 65%; 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 30px;}
.homecap h1 {font-family: 'Archivo Narrow', Arial, Helvetica, sans-serif; font-weight: 600; font-size: 80px; line-height: 1.15; color: #FFF; text-shadow: 1px 1px 2px #000;}

@media (max-width: 1400px) {#homepic img {object-position: 50% 60%;}}
@media (min-width: 1361px) {.homecap h1 {font-size: 80px;}}
@media (max-width: 1360px) {.homecap {margin: 0 5%} .homecap h1 {font-size: 5.7vw;}}
@media (max-width: 1100px) {#homepic img {object-position: 50% 50%;}}
@media (min-width: 951px) {.homecap span {display: block;}}
@media (max-width: 950px) {.homecap h1 {font-size: 7vw;}}
@media (min-width: 501px) {#homepic img {filter: brightness(65%);}}
@media (max-width: 500px) {.homecap h1 {font-size: 9vw;} #homepic img {height: 52vw;}}

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

/*BODY AREA*/

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

.bodyarea {position: relative; padding: 10px 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;}

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

#owner {margin: 30px auto 40px auto;} #owner p {font-style: italic; margin-bottom: 0; font-size: .95em;}
#whyus .heading2 {text-decoration: underline;}

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

/*Right Box*/

#rbbackback {position: relative;} #rbback, #rightbox {padding: 18px 20px 20px 15px;} .rbhead {text-align: center; font-weight: 600;}
#rightbox {border-radius: 6px; background-color: #DDD;} #rightbox ul {margin: 15px 0 0 0; text-align: left; font-size: .9em;}
#rightbox li {padding-bottom: 16px; line-height: 1.45; margin-left: -20px;} #rightbox li:last-child {padding: 0;}

@media (min-width: 756px) {
#rbback {margin: 10px 0 15px 30px; height: 490px; /*border: 1px solid red*/} /*rbback is the only number to adjust*/
#rbback, #rightbox {top: 10px; width: 230px; float: right;}
#rightbox {position: absolute; right: 0;}
}
@media (max-width: 755px) {#rbback {display: none;} #rightbox {display: table; margin: 30px auto;}}

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

/*Page Pics*/

.pagepic img, .twopics img {border-radius: 3px; width: 500px; height: 300px; width: 100%; height: auto; display: block;}
.picwide {max-width: 500px;} .pictall {max-width: 500px;} .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;}}

.twopics {display: table; margin: 40px auto 30px auto;}
.twopics div {display: table-cell; vertical-align: middle;}
.twopics img {width: 100%; display: block; margin: auto; border-radius: 3px;} .tpwide {max-width: 500px;} .tptall {max-width: 350px;}
.twopics p {text-align: center; margin-top: 5px; font-size: .95em;}
@media (min-width: 701px) {.twopics div:first-child {padding-right: 2%;} .twopics div:last-child {padding-left: 2%;}}
@media (max-width: 700px) {.twopics div {display: block;} .twopics div:last-child {padding-top: 30px;}}
/*-----------------------------------------------*/

/*BOTTOM AREA*/

#serving {font-size: 11px; line-height: 1.5; color: #AAA; font-family: Arial, Helvetica, sans-serif;}
#serving a, .nolink, #areas a {color: inherit !important; text-decoration: none !important; cursor: text; white-space: nowrap;}

#bottomarea {font-size: 14px; line-height: 1.6; padding: 25px 25px 22px 25px; text-align: center; clear: both;}
.btmph {font-size: 20px; margin: 5px 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;}
@media (max-width: 470px) {.web a {display: block;} .btmph {margin: 10px auto;}}

#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: 32px; 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;} #headertext {color: inherit;}
#phone, #phone a {color: #333;} .bodyhead, .heading {color: #E60000;} .heading2 {color: #007BC7;}
#bottomarea {background-color: #222;} #bottomarea, #bottomarea a {color: #FFF;} 
