﻿/* Partial Rooms Extended CSS */

.title-2{
    font-size: 2.75rem;
    color: #3d3d3d !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: start;
    padding-right: 2rem;
}

.description-1, .description-1 p, .description-1 div{
    font-size: 1.125rem;
    color: #3d3d3d;
    text-align: start;
    padding-right: 2rem;
    font-weight: normal;
    margin-bottom: 0;
}

.text-blue{
    color: #0165B1;
}

.text-6d6d6d{
    color: #6d6d6d !important;
}

.text-amenity{
    font-size: 1rem;
    color: #6d6d6d !important;
}

/* Special Offers VIEWS
.section-special-offers{
    min-height: 30vh !important;
} */

.col-amenities{
    column-count: 2;
    column-gap: 3rem;
    list-style: none;
    padding: 0;
}

/* Media Queries */
@media (max-width: 1100px){
    .description-1, .description-1 p{
        padding-right: 0rem;
    }
    .title-2{
        padding-right: 0;
    }
}

@media (max-width: 991px){

}

@media (max-width: 820px){
    .title-2{
        font-size: 2.1875rem;
    }
    .text-amenity{
        font-size: 0.8125rem;
    }
}