#home.hero-image {
    background-image: url('/aaa-content/templates/custom/images/bg.jpg');
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)) , url('/aaa-content/templates/custom/images/bg.jpg');
    padding:200px 0; margin-top:-4px; text-align:center;
}

#interior.hero-image {
    background-image: url('/aaa-content/templates/custom/images/bg.jpg');
    background-image: linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)) , url('/aaa-content/templates/custom/images/bg.jpg');
    padding:70px 0; margin-top:-4px; text-align:center;
    margin-bottom:50px;
}
.hero-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hero-text {
    text-shadow: 1px 1px 20px rgba(0, 0, 0, .75);
    color: white;
}

#home.hero-image .hero-text h1 {
    font-size:70px
}

#interior.hero-image .hero-text h1 {
    font-size:60px
}

@media (max-width:600px) {
    #home.hero-image .hero-text h1 {
        font-size:45px
    }

    #interior.hero-image .hero-text h1 {
        font-size:35px
    }
}


.hero-text h1 {
    color: white;
}
