html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}

body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
    position: relative;
}

.skip-link {
    position: fixed;
    top: -60px;
    left: 16px;
    z-index: 10000;
    padding: 8px 12px;
    background-color: #401019;
    color: #fff;
    border-radius: 2px;
    font-family: Montserrat, sans-serif;
}

.skip-link:focus,
.skip-link:focus-visible {
    top: 12px;
    color: #fff;
}

#main-content:focus {
    outline: none;
}

a,
.btn-link {
    text-decoration: none;
}

a:hover,
a:focus,
.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

a:focus-visible,
.btn-link:focus-visible,
.navbar .nav-link:focus-visible {
    border-radius: 2px;
    outline: 3px solid #dc7e00;
    outline-offset: 3px;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.jumbotron {
    background-color: #dc7e00;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

.jumbotron ul {
    display: inline-block;
    margin-top: 30px;
    padding-left: 20px;
    text-align: left;
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.simple-content {
    padding-top: 120px;
    padding-bottom: 60px;
}

.simple-content h1 {
    margin-bottom: 34px;
    color: #303030;
    font-family: Montserrat, sans-serif;
    font-size: 34px;
    font-weight: 400;
}

.simple-content h2 {
    margin-bottom: 24px;
}

.simple-content h3 {
    margin-top: 28px;
    margin-bottom: 10px;
    color: #303030;
    font-size: 19px;
    font-weight: 600;
}

.simple-content p {
    max-width: 900px;
}

.simple-page footer {
    background-color: #f6f6f6;
}

.logo {
    color: #dc7e00;
    font-size: 200px;
}

.icon {
    width: 1em;
    height: 1em;
    fill: currentColor;
    vertical-align: -0.125em;
}

.contact-icon {
    color: #dc7e00;
    margin-right: 6px;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 75%;
    max-width: 250px;
    height: auto;
    margin-bottom: 10px;
}

.review-quotes {
    max-width: 980px;
    margin: 45px auto 0;
}

.review-quote {
    margin: 0 auto 34px;
    max-width: 680px;
}

.review-quote p {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 12px;
}

.review-quote cite {
    display: block;
    font-style: normal;
    color: #818181;
}

.navbar {
    margin-bottom: 0;
    background-color: #401019;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 3px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}

.navbar .navbar-brand,
.navbar .nav-link {
    color: #fff !important;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #401019 !important;
    background-color: #fff !important;
}

.navbar .navbar-toggler {
    border-color: transparent;
    color: #fff !important;
}

.navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

footer .footer-icon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #dc7e00;
}

@media screen and (max-width: 768px) {
    html {
        scroll-padding-top: 64px;
    }

    .simple-content {
        padding: 96px 24px 46px;
    }

    .simple-content h1 {
        font-size: 30px;
    }

    .jumbotron {
        padding: 74px 24px 54px;
    }

    .jumbotron h1 {
        font-size: 32px;
        line-height: 1.15;
        margin-bottom: 12px;
    }

    .jumbotron h3 {
        font-size: 24px;
        line-height: 1.2;
        margin-bottom: 14px;
    }

    .jumbotron p {
        margin-bottom: 0;
    }

    .jumbotron br {
        display: none;
    }

    .jumbotron ul {
        margin-top: 30px;
        margin-bottom: 0;
        padding-left: 18px;
        max-width: 460px;
    }

    .jumbotron li {
        line-height: 1.5;
        margin-bottom: 8px;
    }

    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }
}

@media screen and (max-width: 480px) {
    .jumbotron {
        padding: 66px 20px 46px;
    }

    .jumbotron h1 {
        font-size: 29px;
    }

    .jumbotron h3 {
        font-size: 23px;
    }

    .jumbotron ul {
        margin-top: 28px;
        max-width: 340px;
    }

    .jumbotron li {
        margin-bottom: 7px;
    }

    .logo {
        font-size: 150px;
    }
}
