@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat-regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('/fonts/montserrat-bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

:root {
    --orange: #ff7800;
    --dkred: #b41928;
    --ltred: #d91d2f;
    --yellow: #ffc000;
    --blue: #2e6699;
    /* --gray: #717273; */
    --gray: #555555;
    --ltgray: #bdc4ca;
}
* {
    box-sizing: border-box;
}
body, html {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: var(--gray);
}

header {
    z-index: 9999;
    position: relative;
}
header a {
    color: var(--gray);
    text-decoration: none;
    font-size: 20px;
}
header a:hover {
    color: var(--yellow);
}

main {
    margin: 0;
    padding: 0;
    line-height: 18pt;
}
main a {
    color: var(--blue);
    text-decoration: none;
}
main a:hover {
    color: var(--yellow);
}
main > section#pagevideos {
    padding-top: 40px;
}
main > section#pagevideos h3 {
    font-size: 12pt;
    font-weight: normal;
    text-align: center;
    color: var(--dkgray);
}

nav {}

nav ul ul {
    display: none;
}

nav ul {
    list-style: none;
    position: relative;
    display: inline-table;
}
nav > ul {
    width:100%;
    padding: 0;
    margin: 0;
}

nav ul:after {
    content: "";
    clear: both;
    display: block;
}

nav ul li {
    display: inline-block;
    position: relative;
}

nav ul li:hover a {}

nav ul li a {
    display: block;
    color: var(--gray);
    text-decoration: none;
}

nav ul ul {
    padding: 0;
    top: 100%;
    text-align: left;
}

nav ul ul li {
    float: none;
    position: relative;
    display: block;
}

nav ul ul li a {}

nav ul ul li a.current,
nav ul ul li a:hover {
    color: var(--yellow) !important;
}

nav ul ul ul {
    position: absolute;
    left: 100%;
    top:0;
}

.ar, .arselected {
    position: relative;
}
.ar:after, .arselected::after {
    font-weight: bold;
    position: absolute;
    color: var(--orange);
    right: 0px;
    font-size: 16pt;
    top: 6px;
    pointer-events: none;
}

.ar:after {
    content: "\25B8";
}

.arselected:after {
    content: "\25BE";
}

#slideshow .slide {
    position: relative;
}
#slideshow .slide .description {
    position: absolute;
    width: 100%;
    height: 100%;
    display: table;
    color: #ffffff;
    top: 0;
    left: 0;
}
#slideshow .slide .description > div {
    display: table-cell;
    vertical-align: top;
    text-align: center;
    text-shadow: 1px 1px 3px #000000;
}
#slideshow .slidecontact {
    position: absolute;
    bottom: 3%;
    left: 3%;
    z-index: 999;
}
#slideshow img {
    display: block;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {}

h1, .h1 {
    color: var(--orange);
}

h2, .h2 {
    color: var(--yellow);
}

#danieltgeherin {
    text-align: center;
}
#danieltgeherin a {
    color: var(--dkgray);
}
#danieltgeherin img {
    max-width: 100%;
}
#danieltgeherin h4 {
    margin-bottom: 0;
    font-size: 16pt;
}
#danieltgeherin h5 {
    margin-top: 0;
    font-weight: normal;
    font-size: 16pt;
}

#ebook {
    text-align: center;
    width: 80%;
    margin: auto;
    font-size: 1.4em;
}
#ebook h4,
#ebook p {
    margin: 0;
}
#ebook p span {
    color: var(--gray);
}
#ebook h4 {
    color: var(--yellow);
}
#ebook p {
    color: var(--orange);
}
#ebook img {
    height: 250px;
}


#home ul {
    list-style-type: none;
}
#home ul li {
    margin: 10px;
}


.sitemapentry {
    border-top: 1px solid #000000;
    margin: 20px auto;
}
.sitemapentry h1 {
    margin-bottom: 0;
}

.sitemapentry h1 a {
    font-size: 12pt;
    color: #000000;
    text-decoration: none;
}
.sitemapentry h1 a:hover {
    text-decoration: underline;
}

.sitemapentry h2 {
    font-size: 10pt !important;
    font-weight: normal;
    margin: 0;
    text-indent: 20px;
    position: relative;
}
.sitemapentry h2:before {
    position: absolute;
    left: -20px;
    top: -1px;
    color: #225c87;
    content: "\21AA";
}

.sitemapentry h3 {
    font-size: 10pt;
    font-weight: normal;
    margin-top: 10px !important;
    margin: 0;
}

.errors {
    color: red;
    border: 1px solid red;
}

.important {
    display: none !important;
}

#contactmap {
    width: 100%;
    height: 300px;
}
#contactform {
    width: 100%;
    margin: auto;
    text-align: center;
}
#contactform input:not([type=submit]),
#contactform textarea {
    background: #f9f9f9 0% 0% no-repeat padding-box;
    border-radius: 29px;
    border: none;
    width: 100%;
    padding: 10px 20px;
    font-size: 16px;
}
#contactform input[type=submit] {
    border: none;
    cursor: pointer;

}
#contactform textarea {
    height: 200px;
}

#badgesseparator {
    border-top: 2px solid var(--gray);
    width: 90%;
    margin: 20px auto;
}

#badges {
    clear: both;
    text-align: center;
    margin: 30px auto;
    width: 100%;
    max-width: 850px;
}
#badges a {
    text-decoration: none;
}
#badges img {
    margin: 10px;
}


#consultationcontact {
    background-image: url("/img/road-background.jpg");
    background-size: cover;
    background-position: center center;
    padding: 20px;
}
#consultationcontact h4 {
    color: #ffffff;
    text-align: center;
    font-size: 18pt;
}
#consultationcontact img,
#consultationcontact iframe {
    border-radius: 10px;
    border: 2px solid var(--yellow);
}
#consultationcontact > div > div img {
    width: 100%;
}
#consultationcontact form {
    background-color: var(--orange);
    padding: 10px;
    border-radius: 10px;
    border: 2px solid var(--yellow);
}
#consultationcontact form textarea,
#consultationcontact form input {
    width: 100%;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid var(--yellow);
    font-size: 16px;
}
#consultationcontact form input#submit {
    margin: 0;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
}

.button {
    border-radius: 10px;
    text-decoration: none;
    white-space: nowrap;
    margin: 20px auto;
    display: inline-block;
}
#contactform input[type=submit],
.redgrad {
    background: rgb(217,29,47);
    background: linear-gradient(180deg, rgba(217,29,47,1) 0%, rgba(180,25,40,1) 100%);
    color: #ffffff;
}
#contactform input[type=submit]:hover,
.redgrad:hover {
    background: rgb(180,25,40);
    background: linear-gradient(180deg, rgba(180,25,40,1) 0%, rgba(217,29,47,1) 100%);
}

#sitecontact {
    line-height: 30px;
    text-align: right;
}
#sitecontact img {
    position: relative;
    top: 5px;
}


#end,
footer {
    text-align: center;
    background-color: var(--blue);
    color: #ffffff;
}
footer a {
    text-decoration: none;
    color: #ffffff;
    font-size: 1.4vw;
}
#end a:hover,
footer a:hover {
    text-decoration: underline;
}

footer #social a:hover {
    text-decoration: none;
}
footer #social a img {
    width: 40px;
    margin-right: 10px;
    text-decoration: none;
    filter: invert(100%);
}

#end {
    border-top: 2px solid #ffffff;
    padding: 0 20px 20px 20px;
}
#end a {
    text-decoration: none;
    color: #ffffff;
}

#linkchildren div {
    margin: 20px auto;
}
.blue.sep {
    height: 15px;
    background-color: var(--blue);
    margin: 20px 0;
}

#restorations > div {
    border: 1px solid var(--blue);
    width: 30%;
    text-align: center;
    margin: 10px;
    padding: 5px;
    min-width: 200px;
}
#restorations > div:hover a {
    color: inherit;
}
#restorations > div:hover {
    background-color: #fbfbfb;
}
#restorations > div h2 {
    background-color: var(--gray);
}
#restorations > div h2 a {
    color: #ffffff;
    padding: 10px;
}

#restorations > div > div {
    vertical-align: middle;
    padding: 5px;
}

.clickable {
    cursor: pointer;
}

#about #linkchildren div {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}
#about #linkchildren h2,
#about #linkchildren h3 {
    margin: 0;
}
#about #linkchildren h2 a {
    color: var(--yellow);
}
#about #linkchildren h3 a {
    color: var(--gray);
    font-weight: normal;
}

#faq h2 {
    margin-top: 40px;
}

#reviewlist {
    border-top: 10px solid var(--blue);
    margin-top: 50px;
    padding-top: 50px;

}
#reviewlist > div {
    margin-bottom: 60px;
}

.borderedp p {
    display: inline-block;
    margin: 10px 10px;
    width: 125px;
    border: 1px solid gray;
    text-align: center;
}

#allvideos {
    display: flex;
    flex-flow: row wrap;
    justify-content: sapce-between;
}
#allvideos > div {
    width: 300px;
    margin: 20px;
    max-width: 100%;
}

#covid {
    font-size: 14pt;
    text-align: center;
    border: 2px solid var(--orange);
    padding: 20px;
    margin: 20px;
}

#covid h2 {
    background-color: var(--blue);
    color: #ffffff;;
    padding: 10px;
}


.contentblockfileimage,
.contentblockfileimage[style],
.contentblockfileimage img,
.contentblockfileimage[style] img {
    width: 100% !important;
    margin:auto !important;
}

#linkchildren img {
    max-height: 300px;
    float: left;
    margin-right: 20px;
    max-width: 100%;
}
#about #linkchildren img {
    float: none;
}
#linkchildren > div {
    font-weight: bold;
    margin: 20px;
}

#linkchildren a.linkout {
    color: #e21a2d;
    color: #ffffff;
    text-decoration: none;
    padding: 8px;
    display: block;
    background-color: var(--blue);
}

#linkchildren img.learnmoreimage {
    max-height: 150px !important;
}

article#listarticles > article {}
article#listarticles > article div {}
article#listarticles > article:after {
    clear: both;
    height: 10px;
    content: "";
    display: block;
}
article#listarticles > article header {
    display: block;
    position: relative;
    z-index: 1;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
}
article#listarticles > article header a {
    text-decoration: none;
    display: block;
    padding: 8px;
    font-size: 14pt;
    background-color: var(--blue);
    color: #ffffff;
}
article#listarticles > article header a:hover {
    background-color: var(--gray);
}
article#listarticles > article img {
    float: left;
    margin-right: 20px;
    max-width: 100%;
}
article#listarticles > article a.readmore {
    color: var(--blue);
    text-decoration: none;
}

article#listarticles > article a.readmore:hover {
    text-decoration: underline;
}

.contentblockphoto.fullwidth {
    width: 100% !important;
}
