
body::-webkit-scrollbar {
    width: 13px;

  }

  body::-webkit-scrollbar-track {
    background:  #f2f2f2;



  }
  body::-webkit-scrollbar-thumb {
    background-color: #a08085 ;
    border-radius:5px;

  }

  /*BACK_TO_TOP*/

  #btn-back-to-top {
    position: fixed ;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color:#424242;
    border: 2px solid #424242;
    border-radius:5px;
  }


/*  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;


}

.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: #a08085;
}

.nav-item.active-link .underline {
    width: 100%;
    background-color:  #a08085;

}

.nav-item:hover .underline {
    background-color:  #a08085;
    width: 100%;

}

.nav-item:hover a {

    color:  #a08085;
}


.nav-item:active a {
    transition: none;
}

.nav-item:active .underline {
    transition: none;
    background-color: #a08085;

}

::selection {
    background-color: #6e4e53be;
    color: black;
}


.navbar-nav {
    margin-left: auto;
    gap: 20px;
    font-size: 18px;

}

.navbar {
    background-color: rgba(0,0,0,0.05);
    transition: background-color 0.3s ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.navbar-scrolled {
    background-color: #222222;

}


@media only screen and (max-width: 1000px) {
    .navbar {
        background-color: #222222;
        transition: background-color 0.3s ease-in-out;
    
    }

    .nav-link{ color:white;}


  }

  @media only screen and (max-width: 600px) {
#img3{
    display: none;
}


  }

 

.navbar-toggler{
    border-color: #a08085 !important;
    background-color:#a08085; 
    color: transparent !important;

}
  

.navbar-toggler:hover,.navbar-toggler:active{
    border-color:#a08085 !important;
    background-color: #a08085; 
    color: transparent !important;
 

}

@media screen and (width: 1024px) {
    .navbar-nav {
        font-size: 16px;
    }
}






@media screen and (min-width: 200px)and (max-width: 950px) {
    .navbar-nav {
display: inline-block;      
    
    }
    
  }
  
  
/** FOOTER **/

.footer {
    background: #222222;
    padding-top: 40px;
    font-family: 'Poppins', sans-serif;
}
.footer p{
    text-align: left;
    color: whitesmoke;

}

.footer h4 {
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: whitesmoke;
    margin-bottom: 15px;
    border-bottom:  #a08085 solid 3px;
    padding-bottom: 3px;
    display: table;
}

ul.conta, ul.social_icon, ul.link_menu{
    padding: 0;
}

ul.conta li {
    color: whitesmoke;
    text-align: left;
    padding-bottom: 20px;
    font-size: 15px;
list-style: none;
}


ul.conta li svg {
    padding-right: 15px;
    text-align: center;
    font-size: 20px;
}

ul.conta li a {
    color: whitesmoke;
}


ul.link_menu li {
    display: block;
    text-align: left;
}

ul.link_menu li.active a {
    color:  #a08085;
    fill:  #a08085 !important;

}

ul.link_menu li a {
    color: whitesmoke;
    font-size: 17px;
    line-height: 28px;
    display: inline-block;
    width: -moz-max-content;
    text-decoration: none;
    transition: 0.5s;
    font-weight: 600;
    fill: whitesmoke;

}



ul.link_menu li a:hover  {
    color:#a08085;
    fill: #a08085 !important;

}


ul.social_icon {
    width: 100%;
    float: left;
    text-align: left;
}

ul.social_icon li {
    display: inline-block;
}

ul.social_icon li a {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    font-size: 27px;
    border-radius: 30px;
    margin: 0 9px;
}


.copyright {
    margin-top: 10px;
    background-color: #F5f5f5;
    border:  #a08085 solid 3px;
    border-right: inherit;
    border-left: inherit;
}

.copyright p {
    color: #000;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    border-top:0;
    padding-top: 15px;
    font-weight: bold;
}

.copyright a {
    color: #000;
    font-weight: bold;
}

.copyright a:hover {
    color:  #a08085;
}



.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:  #a08085;
}

.footer .footer-widget ul li a:hover span {
    color:#a08085;
}

.footer .footer-widget .btn-primary {
    background: #fff !important;
    border: 2px solid #fff !important;
}

.footer .footer-widget .btn-primary:hover {
    background: #fff;
    border: 2px solid #fff !important;
}


.footer .social_icon  li {
    list-style: none;
    display: inline-block;
    background: transparent; 
    height: 40px;

    color: #a08085;
    border-radius: 0;
    transition: 0.3s;
}

.footer .social_icon li a {
    height: 35px;
    width: 35px;
    display: block;
    background: rgba(255, 255, 255, 0.05); 
    position: relative;
    border-radius:0 ;
    transition: 0.3s;
}


.footer .social_icon li a:hover  {
    background: #a08085;
}


.footer .social_icon  li a h6 {
    position: absolute;
    font-size: 15px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.footer .social_icon  li a svg {
    fill:whitesmoke;
}

#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: 1000px) {
    ul.conta li, .footer p, ul.social_icon,.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 {
    text-align: center;
    top: 50%;
    bottom: initial;

 transform: translateY(-50%);
 -webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;

}


.carousel-caption h1{
    font-family: 'Russo One', sans-serif;
        font-weight: bold;
        letter-spacing: 0.05em;
        text-transform: uppercase;

color: white;
}
@media only screen and (max-width: 300px) {
    .carousel-caption h1 {
font-size: 40px;    }
  }

@media only screen and (min-width: 300px)and (max-width: 600px) {
    .carousel-caption h1{
        font-size: 50px;
    }
  }


@media only screen and (min-width: 600px) and (max-width: 900px) {
    .carousel-caption h1{
        font-size: 100px;
    }
  }


  @media only screen and (min-width: 900px) {
    .carousel-caption h1{
        font-size: 120px;
    }
  }
  
.carousel-caption h3{
    color: white;

font-family: 'Satisfy', cursive;
}

.carousel-caption h5{
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.c-item {
    height: 85vh; 

}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);

}


  .carousel-item.active img{
    transition: transform 5s linear;
    transition-duration: infinite;
    transform: scale(1.05, 1.05);
  }



  .carousel-control-next,.carousel-control-prev{
    fill:#f2f2f2;
display: inline-block;

}

.carousel-control-next svg,.carousel-control-prev svg{
height: 2em;
transition: all 0.3s ease-in-out;

}


.carousel-control-next:hover svg{
transform: translateX(5px);

}

.carousel-control-prev:hover svg{
    transform: translateX(-5px);

}



   .carousel-control-prev .carousel-icon,.carousel-control-next .carousel-icon{
    transition: all 0.5s ease-in-out;

    padding: 5px;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    display: inline-block;
   }


   @media only screen and (max-width: 600px) {
    .carousel-control-prev .carousel-icon{
border:0;    }

.carousel-control-next .carousel-icon{
    border:0;    }
  }

  @media only screen and (max-width: 600px) {
    .carousel-control-next svg,.carousel-control-prev svg{
        height: 1.5em;

        }

 
  }



@media only screen and (max-width: 600px) {
.carousel-caption{
    text-align: center;
}
    }
  
  /*BUTTONS CLASS*/

/* GENERAL BUTTON STYLING */



#button2,
#button2::after {
  -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
  -o-transition: all 0.4s;
	transition: all 0.4s;


}

#button2 {
  background: transparent;
  border: 3px solid #f2f2f2!important;
  border-radius: 5px;
  color:#f2f2f2 !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0.5em auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease-in-out;
  font-family: 'Poppins', sans-serif;
  border-radius:0;


}


#button2::before,
#button2::after {
    
  background: #a08085!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button2:hover {
  color: #f2f2f2 !important;
  transform: scale(1);
  border: 3px solid #a08085 !important;


}



.btn-1::after {
    height: 0;
    left: 50%;
    top: 50%;
    width: 0;
  }
  
  .btn-1:hover:after {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }



/*ANIMATIONS*/
:root {
    --animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --animation-duration: 1s;
}


@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        transform: translateY(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInleft {
    0% {
        opacity: 0;
        transform: translateX(25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        transform: translateX(-25%);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.75);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes zoomReverseIn {
    0% {
        opacity: 0;
        transform: scale(1.25);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        transform: perspective(90vw) rotateY(67.50deg);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


[data-animation] {
    opacity: 0;
    animation-timing-function: var(--animation-timing-function);
    animation-fill-mode: both;
    animation-duration: var(--animation-duration);
    will-change: transform, opacity;
}


.animations-disabled {

    &,
    [data-animation] {
        animation: none !important;
        opacity: 1 !important;
    }
}

.slideInUp {
    animation-name: slideInUp;
}

.slideInDown {
    animation-name: slideInDown;
}

.slideInLeft {
    animation-name: slideInleft;
}

.slideInRight {
    animation-name: slideInRight;
}


.fadeIn {
    animation-name: fadeIn;
}


.zoomIn {
    animation-name: zoomIn;
}

.zoomReverseIn {
    animation-name: zoomReverseIn;
}


.flipInY {
    animation-name: flipInY;
}

.flipOutY {
    animation-name: flipInY;
    animation-direction: reverse;
}


/*ABOUT_AREA*/
.about_area{
    background-color: #18191a;
}

.about_area .col-lg-6 h4{
    color: #a08085;
    font-family: 'Satisfy', cursive;
}


.about_area .col-lg-6 h1{
    color: white;
    font-family: 'Playfair Display', serif;

}

.about_area .col-lg-6 h6{
    color: white;
    font-family: 'Outfit', sans-serif;
    line-height: 1.7;
    font-size: 18px;

}

.about-text,.about-img{
    padding: 20px;
}

.about-img,.about-img img{
    border:3px solid #e5e7eb27;
}

@media only screen and (max-width: 950px) {
    #about-text {
order: -1;    }
  }
/*ROOMS*/
.rooms{
    background-color: #18191a;
}


.rooms .room-text h4{
    color: #a08085;
    font-family: 'Satisfy', cursive;
}


.rooms .room-text h1{
    color: white;
    font-family: 'Playfair Display', serif;

}

.rooms .room-text h6{
    color: white;
    font-family: 'Outfit', sans-serif;
    line-height: 1.7;
    font-size: 18px;

}

.room-content{
box-shadow: 10px 10px 5px 0 rgba(255, 255, 255, 0.7);
background-color: #f2f2f2;

}
.room-img{
    position: relative;
    overflow: hidden;

}
.room-content .room-img img{
    transition: all 0.4s ease-in-out;
overflow: hidden;
}

.room-content:hover .room-img img{
transform: scale(1.1);
    }
.room-info{
    background-color: #f2f2f2;
    padding: 30px;
}


@media only screen and (min-width: 600px) {
    #room-text {
margin: auto;    }
  }

.label{
    align-items: center;
    background-color: #fff;
    display: flex;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    border-bottom: 3px solid #a08085;
    border-right: 3px solid #a08085;
}



.label h6{
    align-items: center;
    background-color: #f2f2f2;
    color: #a08085;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding: 7px 12px;
    font-family: 'Prompt', sans-serif;

}

.room-info h4{
    font-family: 'Playfair Display', serif;
}

.room-info p{
    font-family: 'Outfit', sans-serif;
color: #8c8c8c;
}

.room-amenities p{
    font-family: 'Outfit', sans-serif;
    color: #000;

}

@media only screen and (min-width: 600px) {
    .room-amenities {
display: flex;   
justify-content: space-between; }
  }

  .room-btn{
    border: 0;
  }

  .room-btn h5{
   font-size: 18px; 
   border-bottom: 2px solid #a08085 ;
   font-family: 'Outfit', sans-serif;
font-weight: bold;
color: #101010b7;

  }
/*FACILITIES*/

.facilities{
    background-color: #18191a;
}


.facilities h4{
    color: #a08085;
    font-family: 'Satisfy', cursive;
}


.facilities h1{
    color: white;
    font-family: 'Playfair Display', serif;

}

.facilities h6{
    color: white;
    font-family: 'Outfit', sans-serif;
    line-height: 1.7;
    font-size: 18px;

}

.facilities-content{
    padding: 20px;
    border:1px solid #979899;
    transition: all 0.3s ease-in-out;
    
}

.facilities-content svg{
    transition: all 0.3s ease-in-out;

}
.facility-info{
    background-color: #f2f2f2;
    padding: 20px;
    transition: all 0.3s ease-in-out;
    border:1px solid #979899;
    fill:#2E2324;

}
.facilities-content:hover .facility-info{
box-shadow: 0 0 10px 10px rgba(255, 255, 255, 0.6);}



.facility-info h3{
    color:#2E2324;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    transition: all 0.3s ease-in-out;

}

.facilities-content:hover h3,.facilities-content:hover svg{
    color: #a08085;
    fill: #a08085;

}
.facility-info p{
    font-family: 'Outfit', sans-serif;
    font-weight: bold;

}
.btn-holder {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
  }
  .btn-4 {
    position: relative;
    display: inline-block;
    width: auto; height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 150px;
  }
    .btn-4 span {         
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      top: 0; left: 0;
      width: 100%;
      transition: 0.3s;
      background: #a08085;
      border: 3px solid #a08085 !important;
      color:white !important;
      font-size: 15px;
      font-weight: bold;
      padding: 10px 30px;
      transition: all 0.4s ease-in-out;
      font-family: 'Poppins', sans-serif;
      border-radius:0;
    }
  

.btn-4 {
    padding: 5px;
}
  .btn-4::before,
  .btn-4::after {
    background: transparent;
    z-index: 2;
  }
  
  /* 11. hover-border-1 */
  .btn-4.hover-border-1::before,
  .btn-4.hover-border-1::after {
    width: 10%; height: 25%;
    transition: 0.35s;
  }
  .btn-4.hover-border-1::before {
    top: 0; left: 0;
    border-left: 2px solid #a08085;
    border-top: 2px solid #a08085;
  }
  .btn-4.hover-border-1::after {
    bottom: 0; right: 0;
    border-right: 2px solid #a08085;
    border-bottom: 2px solid #a08085;
  }
  .btn-4.hover-border-1:hover::before,
  .btn-4.hover-border-1:hover::after {
    width: 100%;
    height: 100%;
    border-radius:0;

  }
  

 
  :active, :hover, :focus {
    outline: 0!important;
    outline-offset: 0;
  }
  ::before,
  ::after {
    position: absolute;
    content: "";
  }

  
  
/*JUMBOTRON*/

.jumbotron{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: min(80vh, 400px);
    padding: 1rem;
    border-radius: 0;
    text-align: center;
    overflow: hidden;

      inset: 0;
      width: 100%;
      height: 100%;
      background: url(images/469052182.jpg) rgba(0,0,0,0.4);
      background-size: cover;
      background-position: center;       
       background-attachment: fixed;
       background-blend-mode: multiply;

}

.jumbotron h3{
    position: relative;
    font-weight: bold;
    color:whitesmoke;
    font-family: 'Outfit', sans-serif;
}

.jumbotron p{
    position: relative;
    color:whitesmoke;
    font-family: 'Poppins', sans-serif;
}
.jumbotron img{
    position: relative;
}

    /*GALLERY*/
  


    .gallery h4{
        color: #a08085;
        font-family: 'Satisfy', cursive;
    }
    
    
    .gallery  h1{
        color: white;
        font-family: 'Playfair Display', serif;
    
    }
    
    .gallery  h6{
        color: white;
        font-family: 'Outfit', sans-serif;
        line-height: 1.7;
        font-size: 18px;
    
    }
    

    
img.zooms {
    width: 100%;
    height: 30vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.img-holder{
    overflow: hidden;
    transition: all .3s ease-in-out;
    position: relative;
}

.img-holder:hover img{
 transform: scale(1.1);
opacity: 0.5;
}


  
  /*TESTIMONIALS*/




  .testimonials h4{
    color: #a08085;
    font-family: 'Satisfy', cursive;
}


.testimonials h1{
    color: white;
    font-family: 'Playfair Display', serif;

}

.testimonials h6{
    color: white;
    font-family: 'Outfit', sans-serif;
    line-height: 1.7;
    font-size: 18px;

}




.testimonial-info{
    background-color: #f2f2f2;
    padding: 30px;
    box-shadow: 10px 10px 5px 0 rgba(255, 255, 255, 0.6);

}

.testimonial-info h4{
    color:#000;
    font-family: 'Playfair Display', serif;
font-size: 18px;
    font-style: italic;

}

.div .author{
    font-family: 'Prompt', sans-serif;
    font-weight: bold;

}

.div .place{
    font-family: 'Outfit', sans-serif;
    line-height: 1em;


}

/*************************************************************** ABOUT US **************************************************/

/*BACKGROUND*/

#about-head {
    background: url(images/473167503.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 75vh;

}

#about-head .col-lg-12{
margin-top: 27vh;

}

#about-head h1{
    font-family: 'Russo One', sans-serif;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: white;}


        @media only screen and (min-width: 1000px) {
#about-head h1{
                font-size: 100px;
            }
          }
        

  

          #about-head  h4{
            color: #ffffffb3;
        
            font-family: 'Satisfy', cursive;    
        
        }



.read-btn{
    background: none;
    border: 0;
    font-family: 'Satisfy', cursive;
        color: white;
fill: white;
}


@media only screen and (min-width: 600px) {
    #about-texts {
      margin: auto;
    }
  }


/*************************************************************** CONTACT US **************************************************/

/*BACKGROUND*/


#contact-head {
    background: url(images/469052322.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 75vh;

}

#contact-head .col-lg-12{
margin-top: 27vh;

}

#contact-head h1{
    font-family: 'Russo One', sans-serif;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: white;}


        @media only screen and (min-width: 1000px) {
            #contact-head h1{
                font-size: 100px;
            }
          }
        

  

          #contact-head  h4{
            color: #ffffffb3;
        
            font-family: 'Satisfy', cursive;    
        
        }


        .contacts .col-lg-12 h4{
            color: #a08085;
            font-family: 'Satisfy', cursive;
        }
        
        
        .contacts .col-lg-12 h1{
            color: white;
            font-family: 'Playfair Display', serif;
        
        }

        .contact-content{
            background-color: #f2f2f2;
            padding: 20px;
            box-shadow: 10px 10px 5px 0 rgba(255, 255, 255, 0.7);
            border: 3px solid #a08085 !important;


        }


        .contact-content h4{
            font-family: 'Playfair Display', serif;
            font-weight: bold;

        }


        
        .contact-content p{
            font-family: 'Outfit', sans-serif;


        }


        .contacts iframe{
            border: 3px solid #a08085 !important;
            box-shadow: 10px 10px 5px 0 rgba(255, 255, 255, 0.7);


        }

/*************************************************************** GALLERY **************************************************/

/*BACKGROUND*/

#gallery-head {
    background: url(images/469052140.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 75vh;
    

}

#gallery-head h1{
    font-family: 'Russo One', sans-serif;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: white;}


        @media only screen and (min-width: 1000px) {
#gallery-head h1{
                font-size: 100px;
            }
          }
        


  
          #gallery-head  h4{
            color: #ffffffb3;
        
            font-family: 'Satisfy', cursive;    
        
        }


img.zoom {
    width: 100%;
    height: 40vh;
    display: block;
    margin: 0 auto;
    object-fit: cover;
    transition: all .3s ease-in-out;
}

.transition {

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.thumb{
    overflow: hidden;
    border:0;
}


#gallery-head .col-lg-12{
    margin-top: 27vh;
    
    }


    
/*************************************************************** ROOMS **************************************************/

/*BACKGROUND*/

#rooms-head {
    background: url(images/469052137.jpg) rgba(0, 0, 0, 0.3);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: multiply;
    height: 75vh;

}

#rooms-head .col-lg-12{
margin-top: 27vh;

}

#rooms-head h1{
    font-family: 'Russo One', sans-serif;
        letter-spacing: 3px;
        text-transform: uppercase;
        color: white;
    }


        @media only screen and (min-width: 1000px) {
            #rooms-head h1{
                font-size: 100px;
            }
          }
        

  
          #rooms-head  h4{
    color: #ffffffb3;

    font-family: 'Satisfy', cursive;    

}


    @media only screen and (max-width: 300px) {
        #gallery-head .col-lg-12 h1 , #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1,#contact-head .col-lg-12 h1{
    font-size: 30px;    }
      }
    
    @media only screen and (min-width: 300px)and (max-width: 600px) {
        #gallery-head .col-lg-12 h1, #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1, #contact-head .col-lg-12 h1{
            font-size: 50px;
        }
      }
    
    
    @media only screen and (min-width: 600px)  {
        #gallery-head .col-lg-12 h1, #about-head .col-lg-12 h1, #rooms-head .col-lg-12 h1, #contact-head .col-lg-12 h1{
            font-size: 80px;
        }
      }
    
  