﻿* {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
.hotel{
    padding:10px 0;
}
.hotel-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width:50%;
}
.hotel-main-desc{

}

@media(min-width:720px){
    .hotel-main-desc p {
        text-align: justify;
        font-size: 16px;
        padding: 30px 180px;
    }
}
.hotel-row {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.1));
    width: 100%;
    height: 400px;
    margin: 0;
}
.hotel-row img{
    justify-content: center;
    display: block;
    object-fit: fill;
    height:400px;
    width:100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
}
.hotel-row h1{
    color:white;
    font-weight:600;
    text-transform:uppercase; 
    position:absolute;
    z-index:10;
    text-align: inherit;
    padding:10px;
}
.hotel-room-type{
    margin:0;
    padding-bottom:10px;
}
.hotel-room-type h3{
    text-align:center;
    background-color:black;
    color:white;
    font-weight:600;
}
.hotel-room-type-col{
    border:groove;
}