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 {color: #2E3FE1;} a {text-decoration: underline; text-decoration-thickness: 1px; text-decoration-style: dotted; text-underline-offset: .13em; cursor: pointer;}
a:focus-visible {outline: 2px solid var(--focus, #66AFE9); outline-offset: 2px;}
a, .ham {-webkit-tap-highlight-color: transparent);} img {border: 0;}
.phlink {color: inherit !important; text-decoration: none !important; white-space: nowrap;} .phlink:hover {cursor: text;}

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

/*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 img {display: block;}

@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 (min-width: 931px) {
#headerback, header {height: 85px;} #logo {margin: 18px 0 18px 5px;} #logo, #logo img {width: 300px;} #logo img {height: 59px;}}

@media (max-width: 930px) {
#headtop, header {padding: 0;} #headerback, header {height: 85px;} #social {padding-left: 3%; white-space: nowrap;} #phone {padding-right: 3%;}
#logo {margin: 18px 0 18px 25px;} #logo, #logo img {width: 240px;} #logo img {height: 47px;}
}
@media (max-width: 770px) {#headtop, header, .navheader {padding: 0}}

#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;}}
@media (max-width: 500px) {#headerback, header {height: 85px;}}
@media (max-width: 400px) {#phone span {display: none;}}
@media (max-width: 380px) {#headerback, header {height: 130px;} #logo {width: auto;} #logo {margin: 20px auto;} #logo img {margin: 0 auto;}}

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

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

/*MENU*/

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

a, *:hover {-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: 931px) {.navheader {top: 26px;} nav a {font-size: 18px; padding: 0 15px;}}
@media (max-width: 930px) and (min-width: 771px) {.navheader {top: 20px; padding-right: 2%;} nav a {font-size: 17px; padding: 0 10px;}}
@media (min-width: 771px) {
.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 {display: table-cell; text-align: center; height: 45px; border-radius: 5px;}
}
@media (max-width: 770px) {
.navheader {left: 0; right: 0; margin: 0 -2px;}
nav {position: relative; text-align: center; transition: .15s; height: 0; font-size: 0; box-sizing: border-box; z-index: -1; top: 2px;}
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;}

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

.ham, .ham * {-webkit-touch-callout: none; -webkit-user-select: none; user-select: none; touch-action: manipulation;}
.ham {position: absolute; z-index: 600; height: 35px; width: 45px; top: 15px; 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: 770px) and (min-width: 641px) {
nav div {width: 25.1%; white-space: nowrap;}
#navcheck:checked ~ nav div:nth-child(-n+4) a {border-top: none;}
#navcheck:checked ~ nav div:nth-child(1) a {border-left: none;}
#navcheck:checked ~ nav div:nth-child(4) a {border-right: none;}
}
@media (max-width: 640px) {
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) {
.navheader {margin: 0;} .ham {top: 54px;}
nav {top: 1px; padding-bottom: 5px; background-color: var(--menunavback);} /*removes 1px gap on left and right side of menu*/
}
@media (max-width: 380px) {
.ham {left: 20px; top: 120px; padding-bottom: 5px;} nav {top: 42px;}
nav div:nth-last-child(2) span {display: block;} .ham:after {content: ""; height: 0; width: 0;}
}
@media (max-width: 320px) {#navcheck:checked ~ nav a {font-size: 19px;}}

:root {--menuline: #FFF; --menunavback: #FBB040; --menuhover: #FFD247; --menuselect: #E48902;}

nav a {color: #000 !important; background-color: var(--menunavback);}
nav .selected {background-color: var(--menuselect);}
nav a:hover:not(nav .selected) {background-color: var(--menuhover);}

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

/*BODY AREA*/

#bread {font-size: 14px; line-height: 1.4; margin: 13px 0 30px 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.7em; line-height: 1.25; text-align: center;}
h1, h2, h3, h4, h5 {margin: 0;}

@media (max-width: 800px) {.bodyhead {font-size: 1.6em;}}
@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; display: table;} .heading {font-size: 1.45em;} .heading2 {font-size: 1.35em;}

ul {margin-left: -15px;} ul li:not(ul li:last-child) {padding-bottom: 15px;} ul span {font-weight: 500;}
@media (min-width: 871px) {ul.fix li {position: relative; left: 20px;}}

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

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

/*Page Pics*/

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

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

/*BOTTOM AREA*/

#bottomarea {font-size: 14px; line-height: 1.6; padding: 25px 25px 22px 25px; text-align: center;}
#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;}

#totop {position: fixed; right: 14px; bottom: 12px; z-index: 100; border: 2px solid rgba(155, 155, 155, 0.4); background-color: rgba(80, 80, 80, 0.4); border-radius: 4px; padding: 0; width: 26px; height: 27px;}
#totop a {display: grid; align-items: center; justify-content: center; justify-items: center; width: 26px; height: 100%; text-decoration: none; font-family: Arial, sans-serif; font-size: 24px; line-height: 1; color: #F5F5F5;}
#totop span {display: inline-block; -webkit-transform: rotate(270deg); transform: rotate(270deg); line-height: 1;}

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

/*COLORS*/

body, header {background-color: #FFF;} #headtop {background-color: #591D35;}
body {color: #444;} #phone, #phone a {color: #FFF;} .bodyhead, .heading2 {color: #91193B;} .heading {color: #000;}
#bottomarea {background-color: #222;} #bottomarea, #bottomarea a {color: #FFF;}

