@media only screen and (max-width:1024px) {
    #mobileNav {
        display: block;
    }
    header {
        display: none;
    }
    .headerLogo {
        height: 125px;
        padding: 0;
        margin-right: 0;
        margin-bottom: 20px;
        margin-left: 20px;
    }
    #mobileTitleArea {
        height: 137px;
        float: left;
        margin-left: 15px;
    }
    #mobileTitleArea h1 {
        color: #414141;
        text-align: left;
        font-size: 1.85em;
        line-height: 30px;
        font-weight: 400;
        margin-top: 28px;
    }
    #mobileTitleArea p {
        margin-top: 10px;
    }
    #contactLeft {
        width: 100%;
    }
    #contactRight {
        width: 100%;
    }
    .contactInput {
        max-width: none;
    }
    footer nav {
        display: none;
    }

    .bookingWidgetContainer {
        flex-direction: column;
    }

    #bookingLeft {
        width: 100%;
    }

    #bookingRight {
        width: 100%;
    }
}

@media only screen and (max-width:575px) {
    #mobileTitleArea p {
        display: none;
    }
    #mobileTitleArea h1 {
        width: 115px;
        margin-top: 35px;
        font-size: 1.4em;
    }
    #footerLogo {
        display: none;
    }
    #footerAddressArea {
        width: 100%;
        text-align: center;
        margin-left: 0;
    }
    .carouselColumn {
        width: 100%;
        float: none;
    }
    .carouselImage {
        float: left;
        height: 100%;
        clear: both;
        margin-top: 14px;
    }
    .carouselImage img {
        width: 100px;
    }
    .carouselText {
        float: left;
        width: calc(100% - 110px);
        padding-left: 10px;
    }
    .carouselColumn p {
        font-size: 0.7em;
        line-height: 15px;
        padding-right: 12px;
    }
}

@media only screen and (max-width:385px) {
    #mobileTitleArea h1 {
        display: none;
    }
}

@media only screen and (max-width:775px) {
    .contentGrey {
        padding: 30px 20px;
    }
    .contentWhite {
        padding: 30px 20px;
    }
}

@media only screen and (max-width:650px) {
    #bookingLeft {
        width: 100%;
        float: none;
    }
    #bookingRight {
        width: 100%;
        float: none;
    }
}

@media only screen and (max-width:880px) {}

@media only screen and (max-width:620px) {}

@media only screen and (max-width:520px) {}