/* Swap H1 and p tag on hotel page but preserve same style*/
.text-container h1.subheading--h1 {
    text-transform: none;
    font: normal normal normal 28px / 42px Fortescue !important;
    margin-bottom: 1em;
    color: #414042;
}

/* Swap H1 and p tag on hotel page but preserve same style*/
.hero-content .hero-container .text-container p.heading {
    text-transform: uppercase;
    margin-bottom: 1em;
    color: #000;
    font: normal normal normal 45px / 60px Fortescue;
}

@media only screen and (max-width: 720px) {
    .hero-content .hero-container .text-container p.heading {
        font-size: 1.8rem;
        line-height: 1.2;
    }
}

/* css for Partials/Components/explore */
#explore img{
    min-height: 320px;
}

#explore .card-img-overlay {
    background: #f0f8ff2e;
    transition: all .25s ease-in-out;
}

#explore .card-img-overlay:hover {
    background: #f0f8ffc4;
}

@media (min-width: 992px) {
  #explore img{    
    height: 640px;
  }
}

/*jump right in section center text on mobile*/
@media only screen and (max-width: 720px) {
    .block-jump-right-in .slide-text{
        text-align:center;
        align-items:center;
    }
}
