.downloadBtn i{
    color: #FFC107;
}

.downloadBtn:hover i{
    color: rgb(0, 0, 0);
}


.hotelierHero {
    height: 75vh;
    background-image: url(../images/magazine.jpg);
    /* mask-image: linear-gradient(to bottom, transparent 0%, black 0% 80%, transparent 100%); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


/* Media Query for Mobile Devices */
@media (max-width: 480px) {

    .hotelierHero {
        height: 70vh;
    }
}

/* Media Query for Tablets Ipads portrait mode */
@media (min-width: 768px) and (max-width: 1024px) {

    .hotelierHero {
        height: 75vh;
    }

}

/* Media Query for Laptops and Desktops */
@media (min-width: 1025px) and (max-width: 1280px) {

    .hotelierHero {
        height: 50vh;
    }

}
