body {
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

#top-hero {
    background-image: url(/Images/banner.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    text-align: center;
    background-size: cover;
}

.dark-container {
    background-color: black;
    color: white;
}

.perks-container {
    margin: 10px 100px;
    display: inline-block;
}

    .perks-container .col-md-6 {
        padding: 0 60px;
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .perks-container h3 {
        font-weight: bold;
        font-size: 30px;
        margin-bottom: 30px;
    }

    .perks-container p {
        letter-spacing: 0.05em;
    }

.subBtnNew {
    background-color: yellow;
    color: black;
    border: solid 1px black;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 15px 5px;
    font-weight: bold;
    margin: 0 auto 50px;
    letter-spacing: 0.05em;
    font-size: 18px;
}

h1 {
    margin: 20px 0 10px;
    line-height: 1.2em;
    letter-spacing: 0.04em;
    font-size: 40px;
}

#ballOnTee {
    max-height: 400px;
    margin: 20px auto 40px;
    display: block;
}

.provenResultsContainer h3 {
    margin-top: 70px;
    font-size: 32px;
    margin-bottom: 80px;
    font-weight: bold;
}

.provenResultsContainer h4 {
    font-size: 26px;
    margin-top: 30px;
    font-weight: bold;
}

.provenResultsContainer p {
}

#commentAfter {
    margin-top: 10px;
    display: inline-block;
    margin-left: 10px;
    font-style: italic;
    font-size: 14px;
}

.darkContainer {
    color: white;
    background-color: black;
    text-align: center;
}

    .darkContainer h3 {
        margin-top: 50px;
        margin-bottom: 50px;
        font-size: 30px;
    }

.subtitle p {
    margin: 50px 0 50px;
    display: inline-block;
    padding: 15px;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

#hero2Container {
    background-image: url(/Images/banner.webp);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    text-align: center;
    background-size: cover;
    min-height: 200px;
    padding-top: 75px;
}

.reviewContainer {
    width: 300px;
    margin: 0 auto;
    background: white;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    padding: 20px;
    letter-spacing: 0;
    height: 250px;
    color: black;
    vertical-align: middle;
}

.reviewsContainer {
    margin: 0 auto;
    width: 1100px;
}

#bigQuoteContainer {
    margin: 75px 0;
}

    #bigQuoteContainer svg {
        height: 100px;
    }

    #bigQuoteContainer h4 {
        font-size: 30px;
    }

    #bigQuoteContainer p {
        font-size: 14px;
    }

#reviewsContainer {
    width: 1100px;
    margin: 0 auto;
}

#reviewImgContainer {
    margin-bottom: 50px;
}

    #reviewImgContainer a {
        margin: 20px 0;
    }

#hero2Container h3 {
    display: inline-block;
    margin-right: 20px;
    letter-spacing: 0.05em;
    margin-bottom: 100px;
}

#specialQuote {
    width: 350px;
    display: inline-block;
}

#leafLeft {
    margin-right: -70px;
}

#leafRight {
    margin-left: -70px;
}

@media (max-width: 992px) {
    .perks-container .col-md-6 {
        padding: 0 20px;
    }

    h1 {
        line-height: 40px;
        font-size: 30px;
    }

    .subtitle p {
        line-height: 1.4em;
        margin-top: -10px;
        margin-bottom: 90px;
        font-size: 22px;
    }

    .perks-container {
        margin: 0;
    }

    #commentAfter {
        margin-bottom: 50px;
    }

    #reviewsContainer {
        width: auto;
    }

    .reviewContainer {
        height: auto;
        margin-bottom: 20px;
    }

    #specialQuote {
        width: calc(100% - 80px);
        position: relative;
    top: -15px;
    }

    #bigQuoteContainer svg {
        width: 40px;
    }

    #leafLeft {
        margin-right: 0;
        margin-left:-10px;
    }

    #leafRight {
        margin-left: 0px;
        margin-right:-10px;
    }
    #bigQuoteContainer h4 {
        font-size: 21px;
    }
    #hero2Container h3 {
        margin-bottom:20px;
        margin-top:0;
    }
    #ballOnTee {
        position: absolute;
        max-height: 220px;
        left: 27%;
        top: 112px;
    }
}


#top-hero h1 {
    margin: 100px 0 50px;
}