body{
    height: 100%;
    margin: 0; 
    line-height: normal;
    background-color: black;
    /* min-width:800px; */
    color: black;
  } 
  .back_nav{
    background-color: transparent;
  }
  /* .navbar-collapse{
    position: relative;
    z-index: 10;
  } */
  .navbar{
    display: flex;
    padding: 2rem;
    margin:auto;
    /* overflow: hidden; */
    /* position: fixed; */
    top: 0;
    width: 100%;
    z-index: 5;
    /* position: fixed; */
    
    /* background-color: black; */
    /* position: relative; */
    /* position: fixed;top: 0; */
  }
  /* nav.scrolled {
    background: #090C0F;
  } */
  .logo{
    height:18px;
  }
  .logo_{
    width: 5rem;
    height: auto;
  } 
  .book_table{
    background-color: #C19D60;
    color: white;
    font-size: 1rem;
  } 
.hero-header {
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.hero-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(./assets/Hero-Home-Image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; 
}
.hero-title{
    font-weight: bold;
    font-size: 3rem;
}
.hero-content {
    align-items: baseline;
    position: relative;
    color: white;
    font-weight: bold;
    margin:auto;
    margin-top: 5rem;
    text-align: center;
    padding-top: 3.6rem;
    width: 50%;
}
.hero-buttons{
    align-items:baseline;
    margin:4.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
} 