
.wrapper {
    background-color: white;
    z-index: 1;
}

/* #hero-slider-top {
    
} */

.newsletter-outer-wrapper {
    z-index: -2;
}

/* @media (max-width: 768px) {
    #hero-slider-top {
        width: 100vw;
        
    }
} */





/* #rooms-gallery-banners {
    background-color: white !important;
}

#testimonial {
    background-color: white !important;
} */


.landing-img {
    max-width: 70%;
}

#landing-logo {
    top: 42vh;
    /* height: 95rem; */
    height: 105vh;
    text-align: center;
    position: relative;
    z-index: 0;
    /* overflow: auto; */
}

@media (max-width: 768px) {
    #landing-logo {
        height: 105vh;     
    }
	
}

#landing-bg {
    background-image: url("../images/landing-background.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-position-y: 44vh;
    background-size: cover;
    position: fixed;
    top: -45vh;
    width: 100vw;
    height: 100vw;
    z-index: -2;
}

@media (min-width: 1024px) {
    #landing-bg {
        background-size: contain;
        overflow-y: hidden;
        
    }
}

@media (max-width: 768px) {
    #landing-bg {
        min-height: 145vh; 
    }
}
@media (max-width: 500px) {

}

#transform-test {
    transform: translate3d(10px, 20px, 0);
}

.Navbar_Wrapper {
    min-width: 100%;
    background-color: white;
    z-index: 1000;
    /* box-shadow: 0px 0.7px 0px 0px rgba(0, 0, 0, 0.2); */
}

.Navbar_Wrapper .container {
	border-bottom: 1px solid #c19965;
}

.Navbar {
    /* background-color: #4CAF50; */
    background-color: black;
    display: flex;
    padding-top: 0;
    padding-bottom: 5rem;
    padding-left: 27%; 
    font-family: 'Futura', sans-serif;
    color: black;
    /* min-width: 66.09vw; */
    min-width: 100%;
    /* margin-left: 17vw; */
	margin-top: 0;
    
  }

  .Navbar_Image {
  padding-top: 10px; 
  margin-bottom: 0px;
  padding-bottom: 0px; 
  max-block-size: 4.6rem;
  /* max-block-size: 3.5rem; */
  margin-left: 0;
  /* -webkit-animation-name: example;
  -webkit-animation-duration: 4s;  */
  width: 188px;
  }

  .Navbar_Image_Fade {
      max-block-size: 4.5rem;
  }

  /* @keyframes example {
  from {max-block-size:4.6rem;}
  to {max-block-size: 3.5rem;}
} */

  .Navbar__Link {
    padding-right: 20px;
	padding-top: 43px;
  }
  .Navbar__Link.nav-logo {
	padding-top: 0 !important;
  }  
  .Navbar__Items {
    display: flex;
    font-family: 'Futura', sans-serif;
    font-size: 16px;
	z-index: 3000;
  }

  .Navbar__Items_Right {
    margin-top: -40px;
  }
  .Navbar__Link-toggle {
    display: none;
  }

  @media (max-width: 1200px) {

  .Navbar__Items {
    margin-left: 36%;
    }
	.Navbar_Image {
	    width: 150px;
	}	
	.Navbar__Items_Right {
	    margin-left: 22%;
	}
	.Navbar__Items {
	    font-size: 12px;
	}	
  }

    @media (max-width: 992px) {

.Navbar__Items {
    margin-left: 38%;
}	
	.Navbar__Items_Right {
	    margin-left: 7%;
	}
  }
  
  @media only screen and (max-width: 992px) {
    .Navbar_Wrapper {
        padding-bottom: 0;
        padding-top: 0;
    }  
    .Navbar {
        background-color:white;
        min-width: 100%;
		padding-bottom: 1rem;
		background-color: #ebebeb !important;
        /* min-width: 34rem; */
        /* margin-left: 1rem; */
    }
    .Navbar_Image {
        padding-top: 10px;   
        margin-bottom: 0px;
        padding-bottom: 15px; 
        max-block-size: 4.5rem;
        margin-left: 0;
		max-width: 200px;
    }
  .Navbar__Link {
    padding-right: 0;
	padding-top: 10px;
  }	
    .Navbar__Items,
    .Navbar {
      flex-direction: column;
    }
  .Navbar__Items {
      display:none;
      margin-left:0;
	  padding-top: 40px;
	  font-size: 1.8rem;
    }
  .Navbar__Items_Right {
      margin-left:0rem;
    }
  .Navbar__ToggleShow {
      display: flex;
    }
  .Navbar__Link-toggle {
      align-self: flex-end;
      display: initial;
      position: relative;
      cursor: pointer;
      box-shadow: 0px 0.7px 0px 0px rgba(0, 0, 0, 0);
	  margin: -60px 5% 0px 0px;
	  float: right;
     } 
  .Navbar .fa-bars {
  	font-size: 28px;
   }	 
  }

  @media only screen and (min-width: 1600px) {

  }