﻿body,
html {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

hr {
    max-width: 50px;
    border-width: 3px;
    border-color: #479862;
}

    hr.light {
        border-color: #fff;
    }

a {
    color: #479862;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

    a:hover {
        color: #479862;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

h1 {
    color: #479862;
}

.bg-primary {
    background-color: #479862 !important;
}

    .bg-primary h1 {
        color: white;
    }

.bg-dark {
    background-color: #212529 !important;
}

.bg-alt {
    margin-top: 20px;
    background: #f8f8f8;
}

.text-faded {
    color: rgba(255, 255, 255, 0.7);
}

section {
    padding: 5rem 0;
}

.section-heading {
    margin-top: 0;
    text-shadow: -5px 0px 20px black;
    color: #e9e9e9;
    font-weight: 600;
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none;
}

img::selection {
    color: #fff;
    background: transparent;
}

img::-moz-selection {
    color: #fff;
    background: transparent;
}

.tel {
    color: #479862;
}

.parallax {
    /* Set a specific height */
    height: 500px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .parallax h2 {
        text-shadow: 3px 1px 2px black;
    }

.intro-banner {
    min-height: 450px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-box-shadow: inset 0, 0, 10px, rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: inset 0, 0, 10px, rgba(0, 0, 0, 0.8);
    box-shadow: inset 0, 0, 10px, rgba(0, 0, 0, 0.8);
}

    .intro-banner h1, .intro-banner h2 {
        text-shadow: 1px 1px 5px black;
        color: #e9e9e9;
    }

@media (max-width: 768px) {
    .intro-banner {
        background-attachment: scroll !important;
        background-position: 50%;
    }
}

.display-row h2 {
    font-weight: bold;
    padding: 5px 20px;
}

.display-row div div {
    width: 100%;
    padding: 8px;
    border: 1px solid #cecece;
    background-color: white;
}

.display-row img {
    max-width: 100%;
}

.display-row .sub-note {
    padding: 5px 20px;
}

@media (max-width: 768px) {
    .col-md-6 + .col-md-6 {
        margin-top: 20px;
    }
}

#mainNav {
    border-bottom: 1px solid rgba(33, 37, 41, 0.1);
    background-color: #fff;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

    #mainNav .navbar-brand {
        font-weight: 700;
        text-transform: uppercase;
        color: #479862;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
    }

        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
            color: #479862;
        }

    #mainNav .navbar-nav > li.nav-item > a.nav-link,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        font-size: .9rem;
        font-weight: 700;
        text-transform: uppercase;
        color: #212529;
    }

        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
            color: #479862;
        }

        #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
            color: #479862 !important;
            background-color: transparent;
        }

            #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
            #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
                background-color: transparent;
            }

@media (min-width: 992px) {
    #mainNav {
        border-color: transparent;
        background-color: transparent;
    }

        #mainNav .navbar-brand {
            color: rgba(255, 255, 255, 0.7);
        }

            #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
                color: #fff;
            }

        #mainNav .navbar-nav > li.nav-item > a.nav-link {
            padding: 0.5rem 1rem;
        }

            #mainNav .navbar-nav > li.nav-item > a.nav-link,
            #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
                color: rgba(255, 255, 255, 0.7);
            }

                #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
                #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                    color: #fff;
                }

        #mainNav.navbar-shrink {
            border-bottom: 1px solid rgba(33, 37, 41, 0.1);
            background-color: #fff;
        }

            #mainNav.navbar-shrink .navbar-brand {
                color: #479862;
            }

                #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
                    color: #479862;
                }

            #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
            #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
                color: #212529;
            }

                #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
                #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
                    color: #479862;
                }
}

header.masthead {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url("../images/slider/cushman-hauler-pro.jpg");
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    header.masthead hr {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    header.masthead h1 {
        font-size: 2rem;
        color: white;
    }

    header.masthead p {
        font-weight: 300;
    }

@media (min-width: 768px) {
    header.masthead p {
        font-size: 1.15rem;
    }
}

@media (min-width: 992px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
    }

        header.masthead h1 {
            font-size: 3rem;
        }
}

@media (min-width: 1200px) {
    header.masthead h1 {
        font-size: 4rem;
    }
}

.service-box {
    max-width: 400px;
}

.new-buggy-box {
    height: 300px;
    position: relative;
    vertical-align: bottom;
}

    .new-buggy-box div {
        position: absolute;
        bottom: 10px;
        width: 100%;
    }

    .new-buggy-box img {
        margin-bottom: 20px;
    }

a:hover .new-buggy-box h3 {
    text-decoration: underline;
}

#ezgo {
    margin: 0;
}

    #ezgo .intro-banner {
        background-image: url(../images/ezgo/marquee.jpg);
        background-position: 20%;
    }

#cushman {
    margin: 0;
}

    #cushman .intro-banner {
        background-image: url(../images/cushman/marquee.jpg);
        background-position: 20%;
    }

#customers {
    margin: 0;
}

    #customers .intro-banner {
        background-image: url(../images/customers/marquee.jpg);
        background-position: 20% bottom;
    }

#customer-carousel {
    background: #2f2020;
    margin-top: 0;
}

#carousel .carousel-item div:first-child img {
    max-height: 550px;
    margin: 0 auto;
    height: auto;
}

#carousel .carousel-inner {
    margin: 0 auto;
}

#carousel .carousel-caption {
    text-align: left;
    margin: auto auto;
    text-shadow: 4px 0px 5px #000000, 3px 0px 5px #000000, 2px 0px 5px #000000, 1px 0px 5px #000000, -2px 0px 5px #000000, -3px 0px 5px #000000, -4px 0px 5px #000000;
}

    #carousel .carousel-caption img {
        margin-bottom: 8px;
    }

#carousel .carousel-control-next, #carousel .carousel-control-prev {
    color: grey;
}

@media (max-width: 768px) {
    #carousel p {
        max-height: 195px;
        overflow: auto;
    }
}
#morecustomers {
    margin-top: 0;
}

#clubcar {
    margin: 0;
}

    #clubcar .intro-banner {
        background-image: url(../images/clubcar/marquee.jpg);
        background-position: 20%;
    }

.clubcar .display-row div {
    padding: 8px 25px 25px;
}

.clubcar .display-row h2 {
    padding: 8px 0px;
}

#yamaha {
    margin: 0;
}

    #yamaha .intro-banner {
        background-image: url(../images/yamaha/marquee.jpg);
        background-position: 20%;
    }

#contact-form, #contact-section {
    width: 100%;
}

#used {
    margin: 0;
}

    #used .intro-banner {
        background-image: url(../images/used/marquee.jpg);
        background-position: 20%;
    }

.used .display-row div {
    padding: 8px 25px 25px;
}

.used .display-row h2 {
    padding: 8px 0px;
}

#accessories {
    margin: 0;
}

    #accessories .intro-banner {
        background-image: url(../images/accessories/marquee.jpg);
        background-position: 20%;
    }

.accessories .display-row div {
    padding: 8px 25px 25px;
}

.accessories .display-row h2 {
    padding: 8px 0px;
}

.accessories .sub-note {
    padding-left: 0;
    margin-left: 0;
}

#home-customers {
    background-image: url("../images/home/customers-lincombe-manor-retirement-village.jpg");
}

.text-primary {
    color: #479862 !important;
}

.btn {
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    border-radius: 300px;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

.btn-xl {
    padding: 1rem 2rem;
}

.btn-primary {
    background-color: #479862;
    border-color: #479862;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        color: #fff;
        background-color: #3f8757 !important;
    }

    .btn-primary:active, .btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
    }
