
body::-webkit-scrollbar {
    width: 13px;

  }

  body::-webkit-scrollbar-track {
    background:  #f2f2f2;



  }
  body::-webkit-scrollbar-thumb {
    background-color: #A17727 ;
    border-radius:0;

  }

  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed ;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:#A17727;
    border: 2px solid #A17727;
    border-radius:0;
  }


/*  HEADER */

.nav-link {
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    color:#f2f2f2;
    transition: color 0.3s ease-in-out;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;


}

.navbar-scrolled .nav-link {
    color:whitesmoke;
    }

    @media only screen and (max-width: 1000px) {
        .nav-link {
            color:whitesmoke;
        }
      }

.nav-item .underline {
    height: 4px;
    background-color: transparent;
    width: 0;
    transition: width 0.6s, background-color 0.6s;
    border-radius: 70px;
    margin: 0 auto;

}

.nav-item.active-link a {

    color: #A17727;
}

.nav-item.active-link .underline {
    width: 100%;
    background-color:  #A17727;

}

.nav-item:hover .underline {
    background-color:  #A17727;
    width: 100%;

}

.nav-item:hover a {

    color:  #A17727;
}


.nav-item:active a {
    transition: none;
}

.nav-item:active .underline {
    transition: none;
    background-color: #A17727;

}

::selection {
    background-color: lightgoldenrodyellow;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: rgba(0,0,0,0.1);
    transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
    background-color: #2a2c31;

}






@media only screen and (max-width: 1000px) {
    .navbar {
        background-color: #2a2c31;
        transition: background-color 0.3s ease-in-out;
    
    }
  }

.navbar-toggler{
    border-color: #A17727 !important;
    background-color: #A17727; 
    color: transparent !important;

}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border-color: #A17727 !important;
    background-color: #A17727; 
    color: transparent !important;
 

}

@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}


/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background: #A17727;
  border: 0;
  border-radius: 5px;
  color:#f2f2f2 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:5px;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #A17727;

}

#button::before,
#button::after {
    
  background: #f2f2f2 !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #A17727 !important;
  transform: scale(1);
  border: 2px solid #A17727;

  


}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    width: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    height: 0;

  }
  
  .btn-3::after {
    width: 100%;
    right:0;
    bottom: 0;

    height: 0;

  }


  
  
  .btn-3:hover:after, .btn-3:hover:before {
    width: 100%;
    height: 55%;
  }




@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }
  
/** FOOTER **/

.footer {
    background: #2a2c31;
    padding-top: 60px;
    font-family: 'Poppins', sans-serif;
}
.footer p{
    text-align: left;
    color: whitesmoke;

}

.footer h4 {
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #f2f2f2;
    margin-bottom: 15px;
    border-bottom: #A17727 solid 3px;
    padding-bottom: 3px;
    display: table;
}

ul.conta, ul.link_menu{
    padding: 0;
}

ul.conta li {
    color: #f2f2f2;
    text-align: left;
    padding-bottom: 20px;
    font-size: 15px;
list-style: none;
}


ul.conta li i {
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
}

ul.conta li a {
    color: #f2f2f2;
}


ul.link_menu li {
    display: block;
    text-align: left;
}
ul.link_menu li a {
    color: #f2f2f2;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    width: -moz-max-content;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
    fill:#f2f2f2;

}
ul.link_menu li.active a {
    color: #A17727;
    fill: #A17727 !important;

}



ul.link_menu li a:hover  {
    color:#A17727;
    fill: #A17727 !important;

}



.copyright {
padding-top: 15px;
    background-color: #f2f2f2;
    border: #A17727 solid 3px;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top:0;
    font-weight: bold;
}

.copyright a {
    color: #000;
    font-weight: bold;
}

.copyright a:hover {
    color: #A17727;
}



.footer .logo a {
    justify-content: center !important;
    position: relative;
    text-decoration: none;
}



.footer .footer-widget ul li {
    margin-bottom: 10px;
}

.footer .footer-widget ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.footer .footer-widget ul li a span {
    font-size: 14px;}

.footer .footer-widget ul li a:hover {
    color: #A17727;
}

.footer .footer-widget ul li a:hover span {
    color:#A17727;
}

.footer .footer-widget .btn-primary {
    background: #f2f2f2 !important;
    border: 2px solid #f2f2f2 !important;
}

.footer .footer-widget .btn-primary:hover {
    background: #f2f2f2;
    border: 2px solid #f2f2f2 !important;
}





#logo  img {
    width: 12%;
}

@media screen and (max-width: 1000px) {
    #logo  img {
        width: 30%;
    }
}

@media screen and (max-width: 700px) {

    #logo {
        text-align: center;
    }
}


@media only screen and (max-width: 1300px) {
    ul.conta li, .footer p,.heading-2, ul.link_menu li{
    text-align: center;
    float: center;
 }


 .footer h4{
    text-align: center;
 display: inline-block;
  }
#footer-logo {
    text-align: center;

}
}



@media screen and (max-width: 1300px) {
    #footer-logo {
        text-align: center;
        
    }


}



@media screen and (min-width: 1300px) {
    #footer-logo {display: flex;  
  }


}

ul.link_menu li{
transition: 0.5s;}


ul.link_menu li a:hover{
    transform: translate(10px);
}

@media only screen and (max-width: 500px) {
    .copyright p {
font-size: 13px;    }
  }

/** end footer **/

                 
/* CAROUSEL */
.carousel-caption {
    top: 40%;
}


.carousel-caption h1{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
        letter-spacing: 3px;
        text-transform: uppercase;
color: #f2f2f2;
}

  
.carousel-caption h4{
    color: #f2f2f2;

    font-family: 'Roboto', sans-serif;    font-weight: bold;

}

.carousel-caption h5{
    color: #f2f2f2;

    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}
.c-item {
    height: 900px; 

}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);

}
@media only screen and (max-width: 300px) {
    .carousel-caption h1 {
font-size: 30px;    }
  }


  .carousel-item.active img{
    transition: transform 5s linear;
    transition-duration: infinite;
    transform: scale(1.05, 1.05);
  }





  


  .carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A17727'  viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

  
  .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23A17727' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }


   

  .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 100% 100%;
}


.carousel-control-next, .carousel-control-prev {

    width: 10%;
   
}


@media only screen and (max-width: 600px) {
.carousel-caption{
    text-align: center;
}
    }

    
  #line{
    margin: 10px auto;
    text-align: center;
    max-width: 400px;
    position: relative;

  }

  @media screen and (min-width: 700px) {
    #line:before {
        content: "";
        display: block;
        width: 100px;
        height: 5px;
        background: #f2f2f2;
        left: 0;
        top: 50%;
        position: absolute;

      }
      #line:after {
        content: "";
        display: block;
        width: 100px;
        height: 5px;
        background: #f2f2f2;
        right: 0;
        top: 50%;
        position: absolute;
      }
  }

  @media screen and (max-width: 700px) {
    #line:before {
        content: "";
        display: block;
        width: 50px;
        height: 5px;
        background: #f2f2f2;
        left: 0;
        top: 50%;
        position: absolute;
      }
      #line:after {
        content: "";
        display: block;
        width: 50px;
        height: 5px;
        background: #f2f2f2;
        right: 0;
        top: 50%;
        position: absolute;
      }
  }
 
  @media screen and (max-width: 300px) {
    #line:before {
        content: "";
        display: block;
        width: 30px;
        height: 5px;
        background: #f2f2f2;
        left: 0;
        top: 50%;
        position: absolute;
      }
      #line:after {
        content: "";
        display: block;
        width: 30px;
        height: 5px;
        background: #f2f2f2;
        right: 0;
        top: 50%;
        position: absolute;
      }
  }


  /*BUTTONS CLASS*/

/* GENERAL BUTTON STYLING */
#button2,
#button2::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button2 {
  background: #A17727;
  border: 2px solid #A17727 !important;
  border-radius: 5px;
  color:#f2f2f2 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 1em auto;
  padding: 10px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border-radius: 5px;

}

#button2::before,
#button2::after {
    
  background: #f9f9f9 !important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button2:hover {
  color: #A17727 !important;
  transform: scale(1);
  border: 2px solid #A17727 !important;


}



.btn-1 {
    overflow: hidden;
  }

  .btn-1::before {
    width: 100%;
    right:0;
    top: 0;
transition: 0.5s;
    height: 0;

  }
  
  
  .btn-1::after {
   width: 100%;
    left:0;
    bottom: 0;

    height: 0;

  }
  
  .btn-1:hover:after,.btn-1:hover:before {
   width: 100%;
    height: 55%;
  }






/*ABOUT_AREA*/
.about_area h6{
    font-family: 'Poppins', sans-serif;
    color:#f2f2f2;
    font-weight: bold;
    background-color: #A17727 ;
    display: inline-block;
    padding: 5px;
    border: 3px solid #A17727 ;
    border-radius: 8px;
text-transform: uppercase;
box-shadow: 5px 5px 20px 0 #A17727;
}

.about_area h2{
    font-family: 'Montserrat', sans-serif;
    color:#2a2c31;
    font-weight: bold;
    font-style: italic;


}

.about_area p{
    font-family: 'Poppins', sans-serif;
    color:#8d8d8d;

}



@media only screen and (min-width: 600px) {
    .about_area .contact {
display: flex;   
justify-content: space-between;

}
  }



  .about_area .contact h4{
font-size: 20px;
font-weight: bold;
font-family: 'Bai Jamjuree', sans-serif;

    
    }

    .about_area .contact h5{
        font-weight: bold;
        font-family: 'Poppins', sans-serif;   
            
            }

            .about_area .contact h4{
                font-weight: bold;
                font-family: 'Roboto', sans-serif;   
                color: #2a2c31;                 
                    }
        
.about_area .img_1 img,.about_area .img_2 img,.about_area .img_3 img{
border-radius: 10px;
transition: 0.3s;
}

.about_area .img_1 img:hover,.about_area .img_2 img:hover,.about_area .img_3 img:hover{
    transform: perspective(1000px) rotateY(-1.20512deg) rotateX(-9.62429deg) scale3d(1, 1, 1);
    }
    



.about_area .img_1{
    float: left;
    position: relative;
}
.about_area .img_2{
    margin-top: 20px;
    position: relative;
  
      }



  @media only screen and (max-width: 600px) {
    #pics {
display: flex;  
flex-direction: column;
text-align: center;
  }

  .about_area .img_3{
    margin-top: 20px;


      }

      .about_area .img_1 img,.about_area .img_2 img,.about_area .img_3 img{
        border-radius: 0;
        }
  }

  @media only screen and (min-width: 600px) {
    #pics {
display: flex;  
  }

  .about_area .img_2{
    margin-left: 10px;
    position: relative;
  
      }

      
    .about_area .img_3{

        margin-left: 10px;
        position: relative;

          }

          .about_area .img_1 img,.about_area .img_2 img,.about_area .img_3 img{
            height: 35vh;
            }
  }

  .about_area .col-lg-6{
    position: relative;
  }

       .about_area .col-lg-6 .info{
        background-color: #fff;
        box-shadow: -2px 0 20px 0 rgba(0,0,0,.3);
        display: inline-block;
       left: 50%;
        min-width: 162px;
        padding: 10px;
        position: absolute;
        text-align: center;
        transform: translateX(-50%);
        bottom:0;
        border-radius: 20px;

       }  




      .about_area .col-lg-6 .info1{
        background-color: #fff;
        box-shadow: -2px 0 20px 0 rgba(0, 0, 0, 0.3);
        display: inline-block;
       left: 50%;
        min-width: 162px;
        padding: 10px;
        position: absolute;
        text-align: center;
        transform: translateX(-50%);
        top:-20px;
        border-radius: 20px;

       } 

       .about_area .col-lg-6 .info p,.about_area .col-lg-6 .info1 p{
      
        font-family: 'Nunito Sans', sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        color: #808080;
        margin: auto;


       }  
   
   

       @media only screen and (max-width: 600px) {
        .about_area .col-lg-6 .info,.about_area .col-lg-6 .info1{
            left: 0;
            min-width: 100%;
            transform: none;
            width: 100%;
            position: relative;
border-radius: 0;
        
        }


      }

      /*ROOMS*/
      .rooms h6{
        font-family: 'Poppins', sans-serif;
        color:#f2f2f2;
        font-weight: bold;
        background-color: #A17727 ;
        display: inline-block;
        padding: 5px;
        border: 3px solid #A17727 ;
        border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 5px 5px 20px 0 #A17727;
    }
    
    .rooms h2{
        font-family: 'Montserrat', sans-serif;
        color:#2a2c31;
        font-weight: bold;
        font-style: italic;
    
    
    }
    
    .rooms p{
        font-family: 'Poppins', sans-serif;
        color:#8d8d8d;
    
    }

 
    .room-info{
        padding: 20px;
    }
    

    .room-info h4{
        font-family: 'Nunito Sans', sans-serif;
        font-weight: bold;
    }

    .room-info p{
        font-family: 'Outfit', sans-serif;
    }

    .room-amenities p{
        font-family: 'Roboto', sans-serif;
        color: black;
        font-weight: 600;
    }

    @media only screen and (min-width: 600px) {
        .room-amenities {
display: flex;      
justify-content: space-between;

}
      }

  
    .room-content .room-img {
position: relative;  
overflow: hidden;


}


    .room-content .room-img #img{
        transition: 0.3s;
    }


    .room-content:hover .room-img #img{
transform: scale(1.1);   

}

.label{
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    left: 30px;
    position: absolute;
    top: 30px;
}

.label img{
    background-color: #A17727;
    color: #fff;
    padding: 10px 12px;
}

.label h5{
    align-items: center;
    background-color: #fff;
    color: #A17727;
    display: flex;
    font-size: calc(12.8px + .375vw);
    font-weight: 800;
    justify-content: center;
    margin-bottom: 0;
    padding: 7px 12px;
    font-family: 'Nunito Sans', sans-serif;

}

.room-content{
    transition: 0.3s;
    box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);

}

.room-content:hover{
box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.1);
}


      /*FACILITIES*/
      .facilities h6{
        font-family: 'Poppins', sans-serif;
        color:#f2f2f2;
        font-weight: bold;
        background-color: #A17727 ;
        display: inline-block;
        padding: 5px;
        border: 3px solid #A17727 ;
        border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 5px 5px 20px 0 #A17727;
    }
    
    .facilities h2{
        font-family: 'Montserrat', sans-serif;
        color:#2a2c31;
        font-weight: bold;
        font-style: italic;
    
    
    }
    
    .facilities p{
        font-family: 'Poppins', sans-serif;
        color:#8d8d8d;
    
    }

    .facility-info h4{
        font-family: 'Nunito Sans', sans-serif;
font-weight: bold;
    }

    .facility .facility-img{
        background-color: #a176274b;
        display: inline-block;
        padding: 5px;
        border: 2px solid #a176274b;
        border-radius: 15px;
        box-shadow: 7.5px 12.99px 40px 0 #a176274b;  
    
    }

    .facility{
        transition: 0.3s;
        padding: 15px;
        border-radius: 15px;
        border: 1px dashed #a176274b;
    }

    .facility:hover{
transform: translateY(-10px);
box-shadow: 7.5px 12.99px 40px 0 rgba(0,0,0,0.1);  

}

     
/*breakfast*/

.breakfast-section{
    background: url(images/312134304.jpg) rgba(255, 255, 255, 0.753);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode:lighten;
   
}


.breakfast-page-item #col-lg-6{
    background-color: white;
    border: 2px dashed #A17727;
}

.breakfast-page-item #col-lg-6 .infos{
    position:relative;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;
    text-align: center;
}

    .breakfast-page-item .breakfast-text h1 {
        font-family: 'Kaushan Script', cursive;
        color:#A17727;
        text-transform: uppercase;
        font-weight: bold;
    }

    .breakfast-page-item .breakfast-text h4 {
        font-family: 'Outfit', sans-serif;
        color:#808080;
     
    }

    /*GALLERY*/
    
    .gallery h6{
        font-family: 'Poppins', sans-serif;
        color:#f2f2f2;
        font-weight: bold;
        background-color: #A17727 ;
        display: inline-block;
        padding: 5px;
        border: 3px solid #A17727 ;
        border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 5px 5px 20px 0 #A17727;
    }
    
    .gallery h2{
        font-family: 'Montserrat', sans-serif;
        color:#2a2c31;
        font-weight: bold;
        font-style: italic;
    
    
    }
    
    .gallery p{
        font-family: 'Poppins', sans-serif;
        color:#8d8d8d;
    
    }
    img.zoom {
        width: 100%;
        height: 25vh;
        display: block;
        margin: 0 auto;
        object-fit: cover;
        transition: all .3s ease-in-out;
        border-radius: 10px;
    }
    
    img.zoom:hover {
    
       transform: scale(1.1);
       border-radius: 10px;


    }
    
    .thumb{
        overflow: hidden;
        border-radius: 10px;
        border: 2px dashed #A17727;

    }

    /*TESTIMONIALS*/
    .testimonials h6{
        font-family: 'Poppins', sans-serif;
        color:#f2f2f2;
        font-weight: bold;
        background-color: #A17727 ;
        display: inline-block;
        padding: 5px;
        border: 3px solid #A17727 ;
        border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 5px 5px 20px 0 #A17727;
    }
    
    .testimonials h2{
        font-family: 'Montserrat', sans-serif;
        color:#2a2c31;
        font-weight: bold;
        font-style: italic;
    
    
    }
    
    .testimonials p{
        font-family: 'Poppins', sans-serif;
        color:#8d8d8d;
    
    }

    .review{
        background-color: #f2f2f2;
        padding: 30px;
        border-radius: 50px;
        border-bottom-right-radius: 0;
        border:2px dashed rgb(212, 211, 211);
    }


    .review .author{
        font-family: 'Nunito Sans', sans-serif;
        font-weight: 700;
      font-size: 20px;
      line-height: 1.2em;
    }
    
    .review .place{
        font-family: 'Outfit', sans-serif;
    
    }

/*************************************************************** CONTACT **************************************************/

/*BACKGROUND*/

#contact-head {
    background: url(images/463683503.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    text-align: center;

}

#contact-head h1{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
        letter-spacing: 3px;
        text-transform: uppercase;
color: #f2f2f2;
}

  
#contact-head h5,#contact-head p{
    color: #f2f2f2;

    font-family: 'Roboto', sans-serif;  
      font-weight: bold;

}

.read-btn{
    background: none;
    border: 0;
    font-family: 'Roboto', sans-serif; 
    color: #f2f2f2;
font-weight: bold;
}



.contacts h6{
    font-family: 'Poppins', sans-serif;
    color:#f2f2f2;
    font-weight: bold;
    background-color: #A17727 ;
    display: inline-block;
    padding: 5px;
    border: 3px solid #A17727 ;
    border-radius: 8px;
text-transform: uppercase;
box-shadow: 5px 5px 20px 0 #A17727;
}

.contacts h2{
    font-family: 'Montserrat', sans-serif;
    color:#2a2c31;
    font-weight: bold;
    font-style: italic;


}

.contact-info h4{
    font-family: 'Poppins', sans-serif;
    font-weight: bold;

}

.contact-info p{
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

.contact-content{
    background-color: #f2f2f2;
    padding: 15px;
    border-radius: 10px;
    border:2px dashed rgb(212, 211, 211);
}

.contacts .map{
    background-color: #f2f2f2;
    padding: 10px;
    border-radius: 10px;
    border:3px dashed rgb(212, 211, 211);
    box-shadow: 7.5px 12.99px 40px 0 rgba(0,0,0,0.5);  


}

@media only screen and (min-width: 900px) {
    .contact-content{
display: flex;
    }
  }

  @media only screen and (max-width: 900px) {
    .contact-content{
text-align: center;
    }
  }


/*************************************************************** ABOUT US **************************************************/

/*BACKGROUND*/

#about-head {
    background: url(images/312134215.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    text-align: center;

}

#about-head h1{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
        letter-spacing: 3px;
        text-transform: uppercase;
color: #f2f2f2;
}

  
#about-head  h5,#about-head  p{
    color: #f2f2f2;

    font-family: 'Roboto', sans-serif;  
      font-weight: bold;

}

/*************************************************************** ROOMS **************************************************/

/*BACKGROUND*/

#rooms-head {
    background: url(images/312134253.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 700px;
    text-align: center;

}

#rooms-head h1{
    font-family: 'Lato', sans-serif;
    font-weight: bold;
        letter-spacing: 3px;
        text-transform: uppercase;
color: #f2f2f2;
}

  
#rooms-head  h5,#rooms-head  p{
    color: #f2f2f2;

    font-family: 'Roboto', sans-serif;  
      font-weight: bold;

}