@media (max-width: 767px) {
    h1.hero-title.mobile {
        font-size: 30px !important;
    }

    h2.hero-subtitle.mobile {
        font-size: 24px !important;
    }

    .cta-1 {
        font-size: 24px !important;
    }

    .form-cta-1 {
        font-size: 24px !important;
    }
    .form-cta-2 {
        font-size: 24px !important;
    }
    .tp1 {margin-top:10px !important}

    .home{
        background-image: url(../images/uploads/hero-image.jpg);
        background-repeat: no-repeat;
        background-color: #6599ff !important; /* Light blue */
        /*background-attachment: fixed;*/
        background-position: center top;
        background-size: cover;
        -moz-background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        width: 100%;
        overflow: hidden;
        
    }
}
