@font-face {
    font-family: 'Lato';
    font-weight: 300;
    font-style: italic;
    font-display: swap;
    src: url('../fonts/Lato-LightItalic.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Lato-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Lato';
    font-weight: 900;
    font-style: normal;
    font-display: swap;
    src: url('../fonts/Lato-Black.ttf') format('truetype');
}

html, body {
    overflow-x: hidden;
    width: 100%;
}

body {
    color: #231F20;
    font-family: 'lato', sans-serif;
    font-size: 14px;
}

img {
    max-width: 100%;
}

.py-6 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-7 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.py-8 {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.pt-7 {
    padding-top: 5rem;
}

.p-6 {
    padding-top: 5rem;
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 5rem;
}

.parallax-window {
    min-height: 400px;
    background: transparent;
}

.parallax-window-lg {
    min-height: 600px;
    background:transparent;
}

#navbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

    #navbar ul.navbar-nav li {
        position: relative;
    }

        #navbar ul.navbar-nav li a {
            color: #fff;
            text-transform: uppercase;
            padding: 10px;
            font-size: 12px;
            font-weight: 900;
            text-align: center;
        }

#slides {
    margin-bottom: 0;
}

    #slides .slick-dots {
        bottom: 50px;
    }

        #slides .slick-dots li button::before {
            background: url('../images/dot-bg.png') no-repeat;
            content: '';
            opacity: 1;
        }

        #slides .slick-dots li.slick-active button::before {
            background: url('../images/dot-active-bg.png') no-repeat;
        }

#tagline {
    background-color: #A58237;
    font-size: 30px;
    font-weight: 900;
    color: #fff;
}

.section h2 {
    color: #A58237;
    font-weight: 900;
}

.teamList {
    margin-left: -40px;
    margin-right: -40px;
}

    .teamList .item {
        padding-left: 40px;
        padding-right: 40px;
    }

        .teamList .item h3 {
            color: #A58237;
            font-weight: 900;
            font-size: 19px;
        }

        .teamList .item .itemIntroduction {
            border-top: 1px solid #A58237;
            padding-top: 30px;
        }

.testimonial {
    color: #fff;
}

    .testimonial p:first-of-type {
        font-size: 35px;
        font-style: italic;
        font-weight: 300;
    }

    .testimonial p:last-of-type {
        font-size: 15px;
        font-style: italic;
        font-weight: 300;
    }

#cars .testimonial {
    background-color: #A58237;
}

#news {
    background-color: #000;
    background-image: url('../images/news-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.btn {
    color: #fff;
    border-color: #fff !important;
    border-radius: 0;
    font-size: 15px;
    padding: 15px 40px;
}

    .btn:hover {
        color: #fff;
    }

#events .testimonial {
    color: #231F20;
}

    #events .testimonial p:last-of-type {
        color: #A58237;
    }

#events .list {
    border-left: 1px solid #A58237;
    padding-left: 15px;
}

#events ul {
    list-style: none;
    padding-left: 0;
}

    #events ul li {
        font-size: 12px;
        background: url('../images/ul-li-bg.jpg') no-repeat left bottom;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    #events ul.events li:last-of-type {
        background: none;
    }

    #events ul li span {
        display: block;
        font-size: 18px;
        font-weight: 900;
        color: #A58237;
    }

    #events ul.results li {
        background-image: url('../images/ul-li-crest-bg.jpg'), url('../images/ul-li-bg.jpg');
        background-repeat: no-repeat;
        background-position: center left, left bottom;
        padding-left: 40px;
    }

        #events ul.results li:last-of-type {
            background-image: url('../images/ul-li-crest-bg.jpg'), none;
        }

#photos {
    background: url('../images/photos-bg.jpg') no-repeat;
    background-size: cover;
}

#videos {
    background: url('../images/videos-bg.jpg') no-repeat;
    background-size: cover;
}

#pressandmedia a {
    color: #231F20;
}

#footer {
    background-color: #231F20;
}

@media (min-width: 768px) {
}

@media(max-width: 991px) {
    #navbar ul {
        background-color: rgba(35, 31, 32, 0.80);
    }
}

@media (min-width: 992px) {
    #navbar ul.navbar-nav li a {
        padding: 10px 15px 10px 10px;
    }

    #navbar ul.navbar-nav li:not(:last-child):after {
        content: "|";
        position: absolute;
        top: 8px;
        right: 0;
        color: #A58237;
    }

    #cars .col-fix {
        width: 480px;
    }

    #cars .testimonial .col-fix {
        padding-left: 0 !important;
    }

    .p-lg-6 {
        padding-top: 5rem !important;
        padding-left: 5rem !important;
        padding-right: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

@media (min-width: 1200px) {
    #cars .col-fix {
        width: 570px;
    }
}