/* Subscribe Section
--------------------------------*/
#scroll-section {
    background: linear-gradient(rgba(92, 77, 66, 0.5), rgba(92, 77, 66, 0.5)), url(../img/sunder-landscape.jpg) fixed center center;
    background-size: cover;
    padding: 80px 0;

    margin-top: 1.5rem;
}

#scroll-section .scroll-section-title {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
}

#scroll-section .scroll-section-text {
    color: #fff;
}

#scroll-section .scroll-section-btn-container {
    text-align: center;
    padding-top: 20px;
}

#scroll-section .scroll-section-btn {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 2px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
}

#scroll-section .scroll-section-btn:hover {
    background: #03C4EB;
    border: 2px solid #03C4EB;
}
