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