body{
    height: 100%;
    margin: 0;
    line-height: normal;
    background-color: black;
    /* min-width:800px; */
    color: white;
  }
  /* .header-home{
    display: flex;
  } */
  .back_nav{
    background-color: transparent;
  }
  .navbar{
    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: medium;
  }


  .hero-header {
    position: relative;
    width: 100vw;
    height: 100vh;
    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: 3.5rem;
}
.hero-content {
    align-items: baseline;
    position: relative;
    color: white;
    font-weight: bold;
    margin:auto;
    margin-top: 6.6rem;
    text-align: center;
    padding-top: 3.6rem;
    width: 50%;
}
.hero-buttons{
    align-items:baseline;
    margin:4.5rem;
    padding-left: 5rem;
    padding-right: 5rem;
}

p{
    font-size: 1rem;
    font-weight: normal;
    /* padding-right: .5rem; */
    color:gainsboro;
}

.welcome-cafe-container{
    
    justify-content:space-around;
    padding: 3rem;
    margin: 4rem;
    
    
    
}
.cafe-text{
    text-align:center;
    
    
    
}
.cafe-container-content-row{
    
    position: relative;
    justify-content: baseline;
    /* background-color: red; */
    align-items:center;
    
}
.welcome-video-container{
    margin-top: 7rem ;
    margin-bottom: 7rem ;
}
img{
    height: auto;
    width: 100%;
}
.food-container-content-row{
    justify-content: center;
    text-align: center;
}
.food-para{
    margin-left:23rem ;
    margin-right: 23rem;
    margin-top: 3rem;
    margin-bottom:3rem;
}
.images-food{
    margin-left:8rem ;
    margin-right: 8rem;
}
.testimonial-container{
    background-image: url("./assets/testimonial.png");
    background-size: auto;
    padding: 5rem;
    
}
.quote{
    width: 3rem;
}
.testimonial-text{
    width: 30rem;
}
.arrow{
    width: 2rem;
}

.blog-container{
    background-color: #090C0F;
    box-shadow: 5px 10px 30px rgb(41, 41, 41);
    display: flex;
}
.blog-image{
    width: 12rem;
}
.blog-text{
    text-align: start;
}
.read-more{
    color: #C19D60;
}
.clock-icon{
    width: 1rem;
}
.date{
    text-align: start;
    font-size: 5pt;
}
.author-row{
    text-align: left;
    justify-content: left;
}
.content_align{
    text-align: left;
}
.icons_size{
    
    height: 1.2rem;
    width: 1.2rem;
}
.circles{
    
    
        height: 6rem;
        width: 6rem;
    
}