.things_to_do--attractions-title h3, .things_to_do--shopping-restaurants-title h3{
    margin-bottom: 0;
    font-size: 2.34375vw;
}
.room_info--features h2{
    font-family: baskerville-display-pt, serif;
    font-style: italic;
    margin-bottom: 3.125vw;
    text-align: center;
    font-size: 3.125vw;
}
.offers_item--text h3 {
    font-size: 1.875vw;
    line-height: 2.109375vw;
    color: #728f9d;
    text-transform: uppercase;
    letter-spacing: .18125vw;
}
.header .hamburger-inner{
    background-color: #15233b;
}
.page-id-13 .btn_lightblue{
    background-color: #536a74;
    border-color: #536a74;
}
.btn_lightblue:hover{
    color: #536a74;
    background-color: transparent;
}
.page-id-47 h3.wp-block-heading, .page-id-47 h2.wp-block-heading {
    font-size: 1.71875vw;
}
#gform_submit_button_5{
    color: #15233b;
    border-radius: 14px;
    font-size: 16px;
    padding: 6px 20px;
    border: 1px solid #15233b;
}
.footer_menu ul li a{
    color:#ffffff;
}
@media screen and (max-width: 767px) {
    .things_to_do--attractions-title h3, .things_to_do--shopping-restaurants-title h3 {
        font-size: 21px;
        line-height: 28px;
    }
    .offers_item--text h3 {
        font-size: 24px;
        line-height: 27px;
        letter-spacing: 1.92px;
    }
    .room_info--features h2 {
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 33px;
    }
}