﻿#SeamlessEscape {
    background-color: #DBEFF9;
}

#Footer {
    padding-top: 11vw;
}

@media screen and (max-width: 1023px) {
    #SeamlessEscape {
        padding-top: 128px !important;
    }
}

@media screen and (min-width: 1024px) {
    #SeamlessEscape {
        padding-top: 278px !important;
    }
}