.nav{
    background-color:midnightblue;
}

.navbar-light .navbar-nav .nav-link{
    color: black;
}

.navbar{
    background-color: white;
}


.contactlinks{
    color: white;

}

.contactlinks:hover{
    color: grey;
}

.card-text{
    color: black;
}

.card-title{
    color: black;
}

.card{
    margin-bottom: 5px;;
}
.page-footer{
    background-color: midnightblue;
    color: white;
}

#colImage{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}
#rowImage{
    background-color: white;
}
#textNextToImage{  
    color: black;
    padding-left: 1rem;
    padding-right: 1rem;
}

#BookingRow{
    background-color: midnightblue;
    color: white;
    padding : 2rem;
}

#Bookings{
    background-color: midnightblue;
    color: white;
    border: 1px solid white;
    margin-left: 1rem;
    padding: 1rem;   
}

#room-prev {
    margin-left: -100px;
  }
  
#room-next {
    margin-right: -100px;
}

#homeColWrap{
    white-space: nowrap;
}

#homeCol{
    padding-left: 0px;
    padding-right: 0px;
}

#homeCardBody{
    border: 0px;
    background-color: white;
}

#homeCardSection{
    padding-top: 0px;
    background-color: white;
}

#homeCardRow{
    background-color: midnightblue;
    
}

#homeBookLine{
    color: white;
}


.carousel-inner{
  max-height: 600px;
  width: auto;
  }

  .middle {
    position: relative;
    height: 500px; /*what ever height */
  }

  .middle img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%; /*what ever height */
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.item .thumb {
	width: 25%;
	cursor: pointer;
	float: left;
}
.item .thumb img {
	width: 100%;
	margin: 2px;
}
.item img {
	width: 100%;	
}

.whatsapp{
    color : lightgreen;
    font-size: 20px;
}
.facebook{
    color : blue;
    font-size: 20px;
}
.email{
    color : orange;
    font-size: 20px;
}
.phone{
    color: limegreen;
}

.card{
    margin-bottom: 1rem;
}

#ImageMainAbout{
    position: relative;
    height: 500px;
}
#ImageAbout{
    object-fit: cover;
    max-width: 100%;
    max-height: 100%; /*what ever height */
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#TextAbout{
    margin-left: 25px;
    margin-right: 25px;
}