/* 
#f9f9f8  white
#a1a0B0  gray
#CD3F36  red
#d89f3f  orange
#25202f  black
*/

html {
    scroll-padding-top: 80px;
}

html,body {
    margin:0;
    padding:0;
    font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
}

section {
    position: relative;
}

.button {
    font-size: 18px;
    text-decoration: none;
    padding: 12px;
    border-radius: 4px;
    margin: 12px 0;
}

.d-none {
    display:none;
}

.small {
    font-style:italic;
    opacity:.8 !important;
    color:white !important;
}

.action.button {
    background-color: #CD3F36;
    color:#f9f9f8;
    display: inline-block;
}


h1 {
    font-size: 64px;
    letter-spacing: -1px;
    font-weight: bolder;
    line-height: 70px;
    margin: 0;
}
h2{
    font-size: 36px;
    line-height: 42px;
    margin:0;
}
h3{
    font-size: 28px;
    line-height: 32px;
    margin:0;
}

h4 {
    font-size: 22px;
    line-height: 28px;
    margin:0;
}


h5{
font-size: 18px;
line-height: 24px;
margin:0;
}

p {
    font-size: 14px;
    letter-spacing: 1.1px;
    line-height: 18px;
}

.dim {
    opacity: .8;
}

.dimmer {
    opacity: .7;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.page-height {
    min-height: 100vh;;
}

.div-gradient {
    position: absolute;
    top:0;bottom:0;right:0;left:0;
    z-index: -1;
}

.div-bg {
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .8 !important;
    width: 100%;
}


.hero-bg {
    width:100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(/images/hero-img.jpg);
    background-size: cover;
    mask-image: linear-gradient(to right, rgba(0,0,0,.01) 0%, rgba(0,0,0,.2) 20%, rgba(0,0,0,.5) 50%, rgba(0,0,0,.2) 80%, rgba(0,0,0,0.01) 100%);
    background-position:center center;
}

.base-text {
    font-size: 16px;
    line-height: 24px;
}

.nav-outer {
    /* background:rgba(37, 32, 47, .9); */
    background:rgba(255,255,255,.9);
    position: fixed;
    left:0;right:0;top:0;
    /* border-bottom: 2px solid #25202f; */
    z-index: 4;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.nav {
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px;
}

.nav img {
    max-height: 60px;
}

.nav-links {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
}

.hero-gradient {
    
}


.link {
    color:#25202f;
    text-decoration: none;
    font-weight: bolder;
    letter-spacing: 1.1px;
    font-size: 16px;
    transition: .5s ease  all;
    font-weight: normal;
}

.link:hover {
    color:#d89f3f;
}

.hero-outer {
    background-color: #25202f;
    
    
}

.hero {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    min-height: 600px;
    max-height: 100vh;
    margin-top: 90px;
    text-align: center !important;
}

.hero-text{
    color:white;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:12px;
    z-index: 1;
}

.hero-image {
    width: 40% !important;
    max-width: 400px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-image: url(/images/hero-img.jpg);
    background-size: cover;
    mask-image: linear-gradient(to right, rgba(0,0,0,.0) 0%, rgba(0,0,0,.5) 20%,rgba(0,0,0,.8) 100%);
    /* -webkit-mask-image: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); */
    display: none;
}

.hero-bg {
    background-image: url(/images/hero-img.jpg);
}

.services-outer {
    /* border-bottom:24px solid #d89f3f; */
    box-sizing: border-box;
    background-color: rgba(161, 160, 176,.2);

}

.services {
    min-height: 400px;
    padding: 80px 12px;
}

.service-info {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
}

.service-groups {
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 48px;
    flex-wrap: wrap;
}

.service {
    width: 33%;
    text-align: center;
    min-width: 240px;
}

.service-image-container {
    width: 80%;
    margin:0 auto;
    position: relative;
    max-width: 240px;
    margin-bottom: 12px;
}

.service-image {
    width: 100%;
    aspect-ratio: 1.8/1;
    /*border-radius: 50%;*/
    background:#CD3F36;
    margin: 0 auto;
    background-size: cover;
    background-position:center center;
    margin-bottom:20px;
}

.service-image-border {
    width: 100%;
    aspect-ratio: 1.8/1;
    background:#d89f3f;
    position: absolute;
    transform: scale(1.01);
    right:-10px;
    top:10px;
    z-index: -1;
    opacity:.9;
}

.about-outer {
    /* background-color: rgba(161, 160, 176,.2); */
    background-color: #f9f9f8;
    background-color: #25202f;
    color:#25202f;
    box-sizing: border-box;
    padding: 80px 0;
}

.about {
    min-height: 600px;
    color:white;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.about-image-container {
    width: 40%;
    /*aspect-ratio: 1/1;*/
    margin: auto;
    /* display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:center; */
    display: flex;
    flex-direction: column;
}

.about-image {
    width: 80%;
    aspect-ratio: 1.5/1;
    background-image: url(/images/about.jpg);
    background-size: cover;
}

.askew-image-container {
    position: relative;
    width:100%;
}

    .askew-image-container .image {
        transform: rotate(4deg);
        -webkit-backface-visibility: hidden;
        margin: 0 auto;
    }

.askew-background {
    width:80%;
    aspect-ratio: 1.5/1;
    transform: rotate(-4deg) translate(-50%);
    position: absolute;
    background:#d89f3f;
    left:50%;
}

.about-text-container {
    width: 60%;
    box-sizing: border-box;

}

.testimonials {
    width: 100%;
    padding: 10px 0;
    min-height: 300px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    justify-content: center;
    align-items: center;
}


.stars  {
    color:#d89f3f;
    margin-top: 8px;
}

.stars i {
    font-size:12px;
}

.testimonials-outer {
    padding: 12px;
    box-sizing: border-box;
    background:#f9f9f8;
    background-color: rgba(161, 160, 176,.2);
    padding: 80px 0;
}

.sub {
    letter-spacing:.9px;
    font-size:12px;
    line-height:16px;
    font-weight:600;
    color:gray;
}

.testimonials-info {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 18px;
}

.testimonial {
width:calc(33% - 20px);
box-sizing: border-box;
    padding:20px;
    background-color: rgba(161, 160, 176,.03);
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    text-align:center;
}
.testimonial p {
    font-size: 14px;
}

.footer-outer {
    background:#25202f;
    padding: 40px 12px;

}

.footer {
    
    min-height: 400px;
}


.col-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    column-gap: 12px;
    row-gap: 12px;
}

.col-container.top {
    align-items: start;
}

.col-100 {
    width: 100%;
    box-sizing: border-box;
}

.col-100 iframe {
    width: 100%;
}

.col-50 {
    width: calc(50% - 12px);
    padding: 10px;
    box-sizing: border-box;
}

.col-30 {
    width: calc(33% - 12px);
    box-sizing: border-box;
}

.col-container img {
    width:100%;
}

.col-container .center {
    text-align: center;
}


.form {
    width: 100%;
}

.form.contact {
    padding: 12px;
    box-sizing: border-box;
    color:white;
}

.fon

.contact-form-descriptor {
    margin-bottom: 18px;
}

.contact-form-descriptor h5 {
    font-size: .9rem;
}

.input-group {
    display: block;
    width: 100%;
    margin-bottom: 12px;
}

.input-group label {
    display: block;
    margin-bottom: 8px;
}

.contact .input-group label {
    color:white !important;
    font-size: 20px;
}

.input-group input, .input-group textarea {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 14px 14px;
    border:none;
    outline: none;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 1.2px;
    box-sizing: border-box;
    background:rgba(0,0,0,.4);
    color:white;
}

.contact .button {
    width: 100%;
}

.email-form-message {
    color:white !important;
    padding: 20px !important;
    text-align:center !important;
    border-radius: 8px !important;
    opacity:.9;
    
}

#email-message-error-text {
    color: red;
    font-size: 14px;
    margin: 8px 0;
    text-align: center;
    font-weight:bold;
}

.footer {
    padding-top: 60px;
}

.footer h1 {
    margin-bottom: 24px;
}

.footer .contact-text-container {
    color:white;
}

.footer-logo {
    height: auto;
    width: 80% !important;
    display: block;
    margin:0 auto;
    background:#f9f9f8;
    border-radius: 4px;
    box-sizing: border-box;
}

.sub-footer-outer {
    /* background-color: rgba(161, 160, 176,.2); */
    background-color: #25202f;
    padding: 24px;
    border-top: 1px solid rgba(255,255,255,.2);
}

.footer-links h5{
    margin-bottom: 4px;
    color:white;
    font-size: .95rem;
    
}

.footer-links .link {
    display: block;
    margin-bottom: 4px;
    font-weight: normal;
    font-size: 12px;
    color: white;
}

.footer-links .link:hover {
    color:#d89f3f;
}

.copy-outer {
    border-top: 2px solid rgba(0,0,0,.2);
    background-color: #f9f9f8;
    padding: 12px 0;
}

.copy {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 12px;
    font-weight: bold;
    color:rgba(0,0,0,0,.5);
    font-size: 12px;
    align-items: center;
}

.copy div {
    max-width: 50%;
    box-sizing: border-box;
}

.copy div:last-child {
    text-align: right;
}

.copy a {
    color:#d89f3f;
}

@media (max-width: 760px) {
    .nav {
        padding: 12px 30px !important;
    }
    .nav img {
        height: 40px;
    }

    .nav .link {
        font-size: 14px;
        font-weight: normal;
    }

    h1 {
        font-size: 2.5rem;
        line-height: 2.5rem;
    }
    h2 {
        font-size: 1.5rem;
        list-style: 1.5rem;
    }

    h5 {
        font-size: 1rem ;
        line-height: 1.8rem;
        font-weight: normal;
    }

    p {
        font-size: 12px;
        line-height: 14px;
    }

    .hero-outer {
        height:100vh;
    }

    .hero {
        margin: 0;
    }
    .hero-text {
        width: 100%;
        margin-top: 0;
    }
    .service-groups {
        flex-direction: column;
    }

    .service {
        max-width: 80vw;
        width:100%;
        margin-bottom: 40px;
    }
    
    .service  p {
        margin:0 !important;
        padding:0 !important;
    }

    .about {
        flex-direction: column;
        justify-content: center;
    }
    
    .about-image-container {
        width:90%;
        margin-bottom:40px;
    }

    .about-text-container h2 {}

    .about-text-container {
        width: 100%;
        padding: 18px;
    }

    .testimonials {
        flex-direction: column;
    }

    .testimonial {
        width: 90% !important;
        max-width:100% !important;
        margin: 0 auto;
    }

    .col-container {
        flex-direction: column;
    }

    .col-container > div {
        width: 100%;
    }

    .contact-text-container {
        text-align: center;
    }

    .sub-footer {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
        
    }

    .sub-footer .col-30 {
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px solid #d89f3f;
        text-align: center;
        padding: 12px 0;
    }

    .sub-footer .col-30:last-child {
        border:none;
    }

    img.footer-logo {
        max-height: 240px !important;
    }

    .footer-logo {
        margin: 0 auto;
        max-width: 280px;
    }

    .copy {
        font-size: 12px;
    }

    .input-group input, .input-group textarea {
        font-size: 14px;
        line-height: 14px;
    }


    .hero-bg {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-image: url(/images/hero-img.jpg);
        background-size: cover;
        mask-image: linear-gradient(to right, rgba(0,0,0,.1) 20%, rgba(0,0,0,.3) 100%);
        background-position:center center;
        width: 100%;1
    }

    .testimonial {
        width: 500px;
        max-width: 75%;
        margin:0 auto;
    }

    .testimonial p {
        font-size: .8rem !important;
    }

    .testimonial h4, .testimonial h5 {
        font-size: 1.2rem;
        text-align: center;
    }

    .testimonial h5 {
        font-size: .9rem;
    }

    .stars {
        text-align: center;
    }

    .stars i {
        font-size: 12px;
    }

    .footer-links {
        margin: 0 auto;
        max-width: 300px !important;   
    }

    .footer-links h5 {
        margin-bottom:4px;
        font-weight:900;
    }

    .footer-links .link {
        padding: 8px;
    }
}


.google-jargon {
    font-size: 10px !important;
    text-align: center;
}

    .google-jargon a {
        color: lightblue !important;
    }

.grecaptcha-badge {
    visibility: hidden;
}

#loading-container {
    padding: 180px  !important;
    text-align:center !important;
}

#loading-container img {
    max-width: 100px;
    margin: auto;
    filter: invert(1) !important;
}