/* XS */

@media only screen and (max-width: 425px) {
    .spa-home {
        margin-top: 300px;
    }
    .spa-home-top {
        margin-top: 50px;
    }
    .spa-msg-content-top {
        margin-top: 0px;
    }
    .spa-msg-content-bottom {
        margin-top: 0px;
    }
    .spa-msg-bottom{
    	margin-top: 300px;
    }
}


/* SM */

@media only screen and (min-width: 768px) {
    .spa-home {
        margin-top: 30px;
    }
    .spa-home-top {
        margin-top: 50px;
    }
    .spa-msg-content-top {
        margin-top: 30px;
    }
    .spa-msg-content-bottom {
        margin-top: 20px;
    }
}


/* MD */

@media only screen and (min-width: 1024px) {
    .spa-home {
        margin-top: 70px;
    }
    .spa-home-top {
        margin-top: 120px;
    }
    .spa-msg-content-top {
        margin-top: 80px;
    }
    .spa-msg-content-bottom {
        margin-top: 90px;
    }
}


/* LG */

@media only screen and (min-width: 1025px) {
    .spa-home {
        margin-top: 50px;
    }
    .spa-home-top {
        margin-top: 150px;
    }
    .spa-msg-content-top {
        margin-top: 120px;
    }
    .spa-msg-content-bottom {
        margin-top: 100px;
    }
    .spa-msg-bottom{
    	margin-top: 100px;
    }
}
