#home-hero.sub-site {
    margin-bottom: 100px;
}

#home-hero {
    margin-bottom: 150px;
}

#home-hero .fadeslider-container {
    max-width: 600px;
}

#home-hero + section {
    margin-bottom: 100px;
}
#home-hero + section + section {
    margin-bottom: 100px;
}


@media only screen and (max-width: 1000px) {
    #home-hero {
        margin-bottom: 100px;
    }
    #home-hero .fadeslider-container {
        max-width: 500px;
    }
}
@media only screen and (max-width: 600px) {
    #home-hero {
        margin-bottom: 50px;
    }
    #home-hero .fadeslider-container {
        max-width: 400px;
    }
}