@import '~mdb-ui-kit/css/mdb.min.css';
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body{
      overflow-x: hidden;
}
.fontcolor
{
    color:white;
}
.align
{
    align-items: center;
    margin-left: 30%;
    font-size: 20px;
    padding-left:10px;
}
.socialMedia
{
    height: 25px;
    width: 25px;
    margin-right: 10px;
}
.cards{
    height:150px;
}
.map-container{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
    }
    .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }
    .slidersize{   height: 500px;}
.MaliMrakDiv{
    width: 100%;
}
.card-body{
    text-align: center;
}
.MaliMrakImg{
    width: 100%;
    border-radius: 25px;
}
.roomPreview{
    margin-top:5%;
    height: 300px;
    width: 85%;
    margin-left:auto;
    margin-right: auto;
    -moz-box-shadow:    inset 0 0 1px #000000;
    -webkit-box-shadow: inset 0 0 1px #000000;
    box-shadow:         inset 0 0 1px #000000;
}
.mapDiv{
    border-radius: 25px;
    padding: 10px;
    width: 65%;
    margin-top: 5%;
    margin-left: 17.5%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.inline-image{
    
    margin-top:1%;
    border-radius:10px;
}
.second-inline-image{
    margin-top:10%;
}
.contact
{
    margin-top: 5%;
    margin-left: 27.5%;
    width: 45%;
    background-color: #353839;
    border-radius: 25px;
    color: white;
}
.copy
{
    width: 35px;
    height:35px;
    float: right;
    margin-right: 3%;
    cursor: pointer;
    transition: transform 0.2s ease-out;
}

.copy:active {
  transform: scale(0.8);
}

.contactText
{
    padding: 10px;
    margin-left: 5%;
}
.contactHR
{
    background-color: white;
}
.map{
    border-radius: 25px;
}
.roomPreviewImg{
    height: 100%;
    width: 70%;
    margin-top: 7%;
    margin-left: 5%;
    border-radius:5px;
}
.roomName{
margin-left: 40%;
padding-top: 5%;
font-family: Fantasy;
}
.inlineText{
    font-size: 30px;
    text-align: center;
    font-family: Fantasy;
}
.inlinePicture{
    float: left;
    width: 40%;
    height: 100%;
}
.inlineInfo{
    float: right;
    width: 60%;
    height: 100%;
}
.a{
    color: black;
}
.a:hover{
    color:#3f4541;
}

.card {
    margin: auto;
    padding: 20px;
    border-radius: 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 80%;
}

fieldset.active {
    display: block !important
}

fieldset {
    display: none
}

.pic0 {
    width: 400px;
    height: 500px;
    margin-left: 85px;
    margin-right: auto;
    display: block
}

.product-pic {
    padding-left: auto;
    padding-right: auto;
    width: 100%
}

.thumbnails {
    position: absolute
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.tb {
    width: 62px;
    height: 62px;
    border: 1px solid grey;
    margin: 2px;
    opacity: 0.4;
    cursor: pointer
}

.tb-active {
    opacity: 1
}

.thumbnail-img {
    width: 60px;
    height: 60px
}
.picSize{
    width: 1000px;
    margin-right: 350px;
}

@media screen and (max-width: 768px) {
    
    .contact{
        width:90%;
        margin-left:5%;
    }
    .info{
    
        font-size:16px;
    }
    .copy{
        float:right;
        margin-bottom:15px;
        padding-bottom:10px;
    }
    
    .footer{
        width:100%;
    }

    #contact
    {
        margin-top: 35%;
        float: none;
    }

    .mapDiv{
        width: 70%;
        float: none;
        height: 320px;
    }
    .map
    {
        width: 100%;
        height: 300px;
    }
    #contactFooter
    {
        margin-top: 60%;
    }
    #cont{
        width: 500px;
        margin-left: 15%;
    }
    .pic0 {
        width: 250px;
        height: 350px
    }
    .picSize{
        width: 250px;
        margin-right: 1px;
    }
    .roomName{
        font-size: 20px;
        margin:auto;
        text-align: center;
    }
    .inlineText{
        font-size:20px;
    }
    .roomPreview{
        height: 500px;
    }
    .roomPreviewImg{
        height: 300px;
        width: 300px;
        margin-left: 30%;
        padding-top: 15%;
    }
    .lightbox img {
        margin-top: 2%;
    }
    .modal {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 1; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
      }
      
      /* Modal Content */
      .modal-content {
        background-color: #fefefe;
        width: 100%;
        margin: auto;
        padding: 20px;
        border: 1px solid #888;
        width: 90%;
      }
      
      /* The Close Button */
      .close {
        color: #aaaaaa;
        float: right;
        font-size: 28px;
        font-weight: bold;
      }
      
      .close:hover,
      .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        
      }
       .slidersize{   height: 300px;}
    
}