body #header-gallery{
    opacity: 0;
}
body #header-gallery.slick-initialized{
     opacity: 1;
}
#services-gallery-container{
    position: absolute;
    bottom: 0;
    padding: 40px 0 20px 0;
}
#services-gallery-container img{
    min-width: 56px;
    margin-bottom: 8px;
}

#services-gallery-container .service-text p{
    font-size: 14px;
    margin: 0;
    line-height: 1.14;
    color: var(--white);
}
#rooms .room{
    position: relative;
    margin-bottom:45px
}
#rooms h3{
    position: absolute;
    top:16px;
    right: 0;
    font-family: "DM Sans", Sans-Serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    background-color: var(--tomato);
    padding: 5px 16px 3px 16px;
    color: var(--white)
}
#rooms h3.tomato{
    background-color: var(--tomato);
}
#rooms h3.light-brown{
    background-color: var(--light-brown);
}
#rooms h3.deep-turquoise{
    background-color: var(--deep-turquoise);
}
#rooms h3.gray{
    background-color: var(--gray);
}
#rooms h3.green{
    background-color: var(--green);
}
#rooms h3.plum{
    background-color: var(--plum);
}

#rooms h3.turquoise{
    background-color: var(--turquoise);
}

#rooms h4{
    font-family: "DM Sans", Sans-Serif;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
#rooms p{
    font-size: 16px;
    margin: 5px 15px 015px;
    text-align: center;
}
#rooms .room a.button{
    margin-top:auto
}
.room h4{
    font-size: 20px;
    font-family: 'DM Sans', Sans-Serif;
}
.room-services{
    width: 100%;
    padding: 0 10px 40px 10px;
    margin: 0;
    list-style: none;
    position: relative;
}
.room-services li{
    display: flex;
    flex-direction: column;
    justify-content: end;
    list-style: none;
    padding: 0 5px 10px 5px;
    min-height: 60px;
}


.room-services li:first-child{
    border-right: 2px solid var(--greyish-brown);
    margin-right: 10px;
}
.room-services li:first-child svg{
    margin-right: 10px;
}
.room-services li span{
    opacity: 0;
    position: absolute;
    width: 100%;
    bottom:12px;
    margin: auto;
    left: 0;
    text-align: center;
}

.room-services li:hover span {
    opacity: 1;
    cursor: default;
}

.room-services li:hover span:hover {
    opacity: 0;
}

.text-places{
    margin: 25px 0 35px 0;
    width: 100%;
}
.text-places p{
    text-align: center;
    margin:0;
}
#map a{
    display: block;
    height: 100%;
    min-height: 375px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 120%;
}
#contact-data{
    padding: 38px 15px 32px 15px;
    background-color: var(--white);
}
#contact-data *{
    color: var(--greyish-brown);
    max-width: 500px;
}
#contact-data b{
    padding: 0 6px;
    color: #FFF;
    background-color: var(--gray);
}
#contact-data b.tomato{
    background-color: var(--tomato);
}
#contact-data b.light-brown{
    background-color: var(--very-light-brown);
}
#contact-data b.green{
    background-color: var(--green);
}
#contact-data span,
#contact-data a{
    font-size: 16px;
    text-decoration: none;
}
#contact-data a:hover{
    color: var(--very-light-brown);
    text-decoration: underline;
}
#contact-data a.button:hover{
    text-decoration: none;
}
#picture-frame-gallery h3,
#contact-data h4{
    font-family: 'Fiona-Regular', Serif;
    font-size: 40px;
    margin-bottom: 32px;
    font-weight: normal;
}
#contact-data .button{
    margin-top: 65px;
}
#rooms .services .text-places{
    max-height: none;
}
.service-gallery{
    width: 100%;
}
@media (min-width:768px) {

    #services-gallery-container .service-text p{
        font-size: 18px;
        margin: 0;
        line-height: 1.33;
        color: var(--white);
    }
    .text-places{
        margin: 40px 0 42px 0;
    }
    #rooms .room{
        margin: 0 auto 65px auto;
    }
    #rooms .services h3 {
        height: 58px;
    }
    #rooms .services .text-places{
        max-height: none;
    }
    #rooms h3 {
         right: 15px;
    }
    #rooms h4{
        font-size: 24px;
        margin-top: 30px;
    }
    #rooms p{
        font-size: 18px;
        margin-top: 7px;
    }
    #services-gallery-container img{
        height: 48px;
        margin-right: 24px;
    }
    #contact-data{
        padding: 38px 15px 32px 15px;
     }
    #map a{
        background-size: auto;
    }
    #picture-frame-gallery h3{
        font-size: 48px;
    }
    #contact-data h4{
        font-size: 56px;
    }

}

@media (min-width:1180px) {

    .text-places{
        margin: 40px 0 42px 0;
        max-height: 120px;
    }

}