#home-quotes {
    background-size: cover;
    background-position: center center;
    background-image: url(../img/quote-bg.png);
    padding-top: 15vh;
    height: 90vh;
}

#home-quotes h2 {
    padding-bottom: 0;
    font-size: 2.1rem;
    color: #fff;
}

#home-quotes h2.quotes-title {
    font-size: 3.1rem;
    padding-bottom: 0;
    margin-bottom: 0;
}

#home-quotes hr.clear-pretty.white {
    background: #fff;
}

#home-quotes hr.clear-pretty {
    margin-bottom: 40px;
}

#home-quotes blockquote p {
    color: #fff;
    text-align: center;
    font-size: 1.4rem;
    font-family: 'lora', serif;
    font-weight: 100;
}

#home-quotes span.author {
    font-size: 1.2rem;
    color: #777;
    font-style: italic;
    display: block;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}

#home-quotes .reviews-button {
    margin-right: auto;
    margin-left: auto;
    display: block;
}

#home-quotes .reviews-button:hover {
    color: #333;
}

body .eapps-instagram-feed-title {
    font-family: bagnard;
    text-transform: uppercase;
    margin-top: 40px;
}


@media only screen and (max-width:722px) {
    #home-quotes {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5vh;
    }

    #home-quotes h2.quotes-title {
        font-size: 1.8rem;
    }

    #home-quotes blockquote p {
        font-size: 1rem;
    }

    #home-quotes span.author {
        font-size: .875rem;
    }

    #home-quotes .quovolve-box {
        width: 100%;
        margin: 0 auto;
    }
}