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

@font-face {font-family: 'RFDewi'; font-style: normal; font-weight: 400; font-display: block;
  src: local(''), url('fonts/rfdewi-400.woff2') format('woff2'), url('fonts/rfdewi-400.woff') format('woff');
}
@font-face {font-family: 'RFDewi'; font-style: normal; font-weight: 500; font-display: block;
  src: local(''), url('fonts/rfdewi-500.woff2') format('woff2'), url('fonts/rfdewi-500.woff') format('woff');
}

body {font-family: 'RFDewi', Arial, Verdana, Geneva; font-variant-ligatures: none; letter-spacing: .3px;}

#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;}
a, .ham {-webkit-tap-highlight-color: transparent);}
img {border: 0;} #phone a {white-space: nowrap;}
.phlink {color: inherit !important; text-decoration: none !important; white-space: nowrap;} .phlink:hover {cursor: text;}
.ham, .ham * {-webkit-touch-callout: none; -webkit-user-select: none; user-select: none; touch-action: manipulation;}

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

/*HEADER*/

/*header {border: 1px solid blue;} #logo {border: 1px solid red} #logo img {border: 1px solid magenta} #phone {border: 2px solid green} #social, #social img {border: 1px solid orange}*/

#headtopback, #headtop {height: 40px;} #headtop, header {display: table; width: 100%; margin: auto; z-index: 2;}
header {box-shadow: 0 3px 7px -5px #000; text-align: center; box-sizing: border-box;}

#logo {margin: 15px 0 13px 0;} #logo img {display: block;} #logo, #logo img {width: 170px; height: 87px;}

@media (min-width: 2156px) {#headtop, header, .navheader {padding: 0 15%;}}
@media (max-width: 2155px) {#headtop, header, .navheader {padding: 0 12%;}}
@media (max-width: 1980px) {#headtop, header, .navheader {padding: 0 8%;}}
@media (max-width: 1490px) {#headtop, header, .navheader {padding: 0 3%;}}
@media (max-width: 1010px) {#headtop, header, .navheader {padding: 0;} #social {padding-left: 3%;} #logo {margin-left: 15px;} #phone {padding-right: 3%;}}

#phone {display: block; font-size: 20px; line-height: 1; right: 0; padding-top: 8px; text-align: right; white-space: nowrap;}
#phone, #phone a {font-weight: 500;} #phone span {font-size: .9em; font-weight: 400; margin: 0 5px;}

@media (min-width: 501px) {#headtop, header {position: fixed;} #headerback, header {height: 115px;}}
@media (max-width: 500px) {#logo, #logo img {width: 155px; height: 80px;}  #headerback, header {height: 108px;}}
@media (max-width: 320px) {#phone span {display: none;}}

#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 (max-width: 180px) {#social {display: none;}}

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

/*MENU*/

/*.navheader {border: 1px solid orange} nav {border: 1px solid red} nav div {border: 1px solid cyan} nav a {border: 1px solid blue}*/

a, .ham {-webkit-tap-highlight-color: transparent);} #navcheck {display: none;}
nav a.selected {cursor: text; pointer-events: none; -webkit-user-select: none; -webkit-touch-callout: none;}

nav a {display: block; position: relative; text-decoration: none; cursor: pointer; line-height: 1.25; font-weight: 400; vertical-align: middle; -webkit-transition: background .2s, font-size .3s;}
nav a.selected {cursor: text;}

@media (min-width: 1141px) {.navheader {top: 44px;}}
@media (max-width: 1140px) and (min-width: 1011px) {.navheader {top: 33px;} nav span {display: block;}}

@media (min-width: 1011px) {
.ham {display: none;} .navheader {position: absolute; right: 0;}
nav {display:inline-block;} nav div {display: inline-block; vertical-align: middle; white-space: nowrap;}
nav a {font-size: 17px; padding: 3px 11px; display: table-cell; text-align: center; color: #000 !important;}
nav .selected, nav a:hover {color: var(--menuback) !important;} nav a:hover {text-decoration: underline !important;}
}
@media (max-width: 1010px) {
.navheader {left: 0; right: 0;}
nav {position: relative; text-align: center; transition: .15s; height: 0; font-size: 0; box-sizing: border-box; z-index: -1; /*top: 0;*/ background-color: var(--menuback);}
nav div {display: inline-block; text-align: center; left: 0; right: 0; margin: 0 -2px; font-size: 0; height: 0; opacity: 0; transition: .15s; border: 1px solid transparent;}
nav a {text-align: center; font-size: 0; opacity: 0; height: 0; white-space: nowrap; padding: 1px 8px; border: 1px solid var(--menuline); pointer-events: none; background-color: var(--menuback); color: #FFF !important;}
nav .selected {background-color: var(--menuselect) !important;}
nav a:hover:not(.selected) {background-color: var(--menuhover);}

#navcheck:checked ~ nav {height: 100%; z-index: 2; box-shadow: 0 8px 10px -2px #000;}
#navcheck:checked ~ nav div {opacity: 1; height: 65px;}
#navcheck:checked ~ nav a {font-size: 20px; opacity: 1; pointer-events: auto; height: 65px; vertical-align: middle;}

.ham {position: absolute; z-index: 600; height: 35px; width: 45px; top: 30px; right: 20px; margin: auto; text-align: center; padding: 0 10px 10px 10px;}
.ham:hover {cursor: pointer;} .ham > div {top: 18px; left: 10px;}
.ham:after {content: "MENU"; position: absolute; line-height: 1; top: 39px; bottom: 0; left: -2px; right: 0; font-size: 15px; text-align: center; font-weight: 400; color: #000}
.ham > div, .ham > div::before, .ham > div::after {display: block; content: ""; position: absolute; height: 4px; width: 44px; opacity: 1; background: #000; -webkit-transition: 0.15s ease-in-out; transition: 0.15s ease-in-out; -webkit-transition: transform 0.15s ease-out; -webkit-transition: -webkit-transform 0.15s ease-out; border-radius: 2px;}
.ham > div::before {top: -11px;} .ham > div::after {top: 11px;}
#navcheck:checked ~ .ham > div {width: 0; background: rgba(18, 18, 18, 0);}
#navcheck:checked ~ .ham > div::before {-webkit-transform: rotateZ(38deg); transform: rotateZ(38deg); top: 0;}
#navcheck:checked ~ .ham > div::after {-webkit-transform: rotateZ(-38deg); transform: rotateZ(-38deg); top: 0;}
}

@media (max-width: 1010px) {nav div {width: 25%;} #navcheck:checked ~ nav a {display: table-cell; width: 1%;}}
@media (max-width: 1010px) and (min-width: 601px) {
.navheader {margin: 0 -2px;}
#navcheck:checked ~ nav div:nth-child(-n+4) a {border-top: none;}
#navcheck:checked ~ nav div:nth-child(1) a, #navcheck:checked ~ nav div:nth-child(5) a {border-left: none;}
#navcheck:checked ~ nav div:nth-child(4) a, #navcheck:checked ~ nav div:nth-child(8) a {border-right: none;}
}
@media (max-width: 720px) and (min-width: 601px) {nav span {display: block;} #navcheck:checked ~ nav div, #navcheck:checked ~ nav a {height: 72px;}}
@media (max-width: 600px) {
nav div {width: 50%;}
#navcheck:checked ~ nav div:nth-child(-n+2) a {border-top: none;}
#navcheck:checked ~ nav div:nth-child(odd) a {border-left: none;} #navcheck:checked ~ nav div:nth-child(even) a {border-right: none;}
}
@media (max-width: 500px) {.ham {top: 64px;} .navheader {width: 100%;}}
@media (max-width: 370px) {.ham {right: 13px;} nav span {display: block;} #navcheck:checked ~ nav div, #navcheck:checked ~ nav a {height: 72px;}}

:root {--menuline: #FFF; --menuback: #009543; --menuhover: #C85200; --menuselect: #006D31;}

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

/*BODY AREA*/

#bread {font-size: 14px; line-height: 1.4; margin: 4px 0 18px 0;}

.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: 500 !important; font-size: 1.6em; line-height: 1.25; text-align: center;}
h1, h2, h3, h4, h5 {margin: 0;}

@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.38em;}}

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

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

/*Section shading on services pages*/
.divide:nth-child(odd) {background-color: #EEE;} .divide .bodyarea {padding: 40px 0 25px 0;}
.divide:last-of-type {padding-bottom: 20px;}

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

/*Big Pic*/

#toppic {position: relative; height: 40vw; max-height: 360px; overflow: hidden; background-color: #555;}
#toppic img {width: 500px; height: 300px; width: 100%; height: 40vw; max-height: 420px; max-width: 1900px; margin: auto; object-fit: cover; display: block;}

@media (max-width: 500px) {#toppic {height: 55vw;} #toppic img {height: 55vw;}}

#toppic.tpch img {background-color: #AD7F4B; object-position: 50% 60%;}
#toppic.tpha img {background-color: #A18B76; object-position: 50% 60%;}
#toppic.tpma img {background-color: #813B2C; object-position: 50% 60%;}
#toppic.tppa img {background-color: #947A69; object-position: 50% 70%;}
#toppic.tpdk img {background-color: #6B8238; object-position: 50% 60%;}
#toppic.tphr img {background-color: #836F54; object-position: 50% 70%;}

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

/*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: 35px auto;} .pictall {max-width: 400px;}}

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

/*BOTTOM AREA*/

/*.btmarea section {background-color: green; border: 1px solid red} .btmarea section * {border: 1px solid yellow}*/

.btmareaback {background-color: #2E2E2E;} .btmarea, .btmarea a {color: #FFF;}
.btmarea {display: grid; justify-content: center; justify-items: center; padding: 50px 0; margin: auto; max-width: 1100px;}
.btmarea .btmlogo p {font-size: 13px;}
.btmarea .btmhrs tr:first-child td {font-size: 1.1em; font-weight: 500;} .btmarea .btmhrs td {white-space: nowrap;}
.btmarea .btmlogo img {display: block; width: 250px; height: 128px; width: 100%; max-width: 250px; height: auto; margin: 0 auto 20px auto;}
.btmarea #btmtxt {line-height: 1.4;}
.btmarea .btmlinks ul {margin-left: -20px;} .btmarea .btmlinks a {text-decoration: none; white-space: nowrap;}
.btmarea .btmlinks a:hover {text-decoration: underline;}
.btmarea .btmlinks li:not(.btmlinks li:last-child) {padding-bottom: 11px;} .btmarea .btmlinks ul {margin-bottom: 0;}
.btmarea .btmhead {display: block; font-size: 1.7em; font-weight: 500; color: #F7833C;}
.btmarea .btmcont {font-size: 15px; line-height: 1.45;} .btmarea .btmcont * {white-space: nowrap;}
.btmarea .btmicons {margin: 20px 0 15px 0;} .btmarea .btmicons img {margin: 2px 8px 15px 0; vertical-align: top;} .btmicons span {font-size: 1.2em;}
.btmarea .btmsoc {margin-top: 20px;} .btmarea .btmsoc img {width: 32px; height: 32px; margin: 0 3px;}
@keyframes shake {20% {-webkit-transform: rotateZ(-8deg);} 80% {-webkit-transform: rotateZ(8deg);}}
.btmarea .btmsoc img:hover {-webkit-animation: shake .16s 5;}
@media (max-width: 1170px) and (min-width: 941px) {.btmarea {max-width: 950px;}}
@media (min-width: 1001px) {
.btmarea {grid-template-columns: 33% 43% 18%;}
.btmarea .btmlogo {grid-column: 1 / 1;} .btmarea .btmlinks {grid-column: 2 / 2;} .btmarea .btmcont {grid-column: 3 / 3;}
}
@media (max-width: 1000px) {#btmtxt {text-align: center;}}
@media (max-width: 1000px) and (min-width: 521px) {
.btmarea section {margin: 0 40px;} .btmarea {max-width: 700px;}
.btmarea .btmlogo {grid-column: 1 / 3; grid-row: 1 / 1; margin-bottom: 30px;}
.btmarea .btmlinks {grid-column: 1 / 1; grid-row: 2 / 2; padding-left: 30px;}
.btmarea .btmcont {grid-column: 2 / 2; grid-row: 2 / 2; padding-right: 30px;}
}
@media (max-width: 520px) {.btmarea {width: 85%; padding: 20px 0;} .btmarea section {grid-column: 2 / 2; margin: 20px 0;}}

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

/*Bottom*/

#serving {font-size: 11px; line-height: 1.4; color: #BBB; font-family: Arial, Helvetica, sans-serif;}
#serving a, .nolink {color: inherit !important; text-decoration: none !important; cursor: text;}

footer {font-size: 14px; line-height: 1.6; padding: 25px 25px 22px 25px; text-align: center; background-color: #111;}
footer, footer a {color: #FFF;} #lic {font-size: .95em; color: #DDD;}
.web, .web a {font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: #BBB !important;}
.web a {font-style: italic; text-decoration: none; white-space: nowrap;} .web a:hover {text-decoration: underline;}


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

/*COLORS*/

body, header {background-color: #FFF;} #headtop {background-color: #555;}
body {color: #444;} #phone, #phone a {color: #FFF;} .bodyhead {color: #C85200;}
.heading {color: #009543;} .heading2 {color: #222;}

