@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');
*{
    -webkit-box-sizing:border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
body{
    font-family:'Roboto',sans-serif;
    font-size: 100%;
}

/* ::-webkit-scrollbar{
    width:0.425rem;
}
::-webkit-scrollbar-track{
    background: white;
}
::-webkit-scrollbar-thumb{
    background:gold;
} */
.warning{
    color:#f9a700;
}
.food{
    color:black;
}
/*Button*/
.table-btn{
    padding:0.225rem 0.675rem;
    margin-right: 1.86rem;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    font-size:1.175rem;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all .4s ease-out 0s;
    border:0.1875rem solid #f9a700;
    background-color: #f9a700;
    
}
.table-btn:hover{
    background-color: white;
    color: #f9a700;

}
.login-btn{
    
    padding:0.225rem 0.675rem;
    font-size:1.175rem;
    margin-right: 0.86rem;
    margin-top: 0.125rem;
    margin-bottom: 0.125rem;
    letter-spacing: 1px;
    font-weight: 600;
    transition: all .4s ease-out 0s;
    border:0.1875rem solid #f9a700;
    background-color: #f9a700;
    
}
.login-btn:hover{
    background-color: white;
    color: #f9a700;

}
.navigation .nav-link{
    font-size: 1.1rem;
    margin-left: 0.600rem;
}
 .nav-item a:hover{
    color:#f9a700;
} 
.nav-item .nav-link:hover   {
    color:#f9a700;
} 

.navbar-brand{
    font-size: 2.0rem;
}
.navbar-toggler:focus{
    outline:none;
    border:unset;
    box-shadow: none;
    
}
/* .nav-hov{
    color:white; 
} */

/* .wrapper{
    padding-top:6.25rem;
    padding-bottom:6.25rem;
}
.text-content{
    width:70%;
    margin:0 auto;
}
*/
.navigation.scroll-on{
    position: fixed;
    background-color: black;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
} 
.img-fluid{
    height:45rem;
    width: 100%;
}
/*Counter*/
.counter-section{
    background-color: black;
    padding:2.5rem 0;
    margin-bottom: 4rem;
}
.counter-section p{
    color:whitesmoke;
    margin-bottom: 0;
}
.counter-section h1{
    color: #f9a700;
}
/*Culinary*/
.culinary{
    text-align: center;
}
.culinary h1{
    font-size: 3.5rem;
    color: #f9a700;
    margin-bottom: 4rem;
}



/* @media(max-width:991px){
    .text-content{
        width:100%;
    }
    .wrapper{
        padding-top:4.25rem;
        padding-bottom:3.25rem;
    }
}

@media(max-width:767) { 
    
} */
@media(max-width:991px){
    .navigation{
        text-align:center;
        background-color: white;
    }
    .navigation .nav-link{
        line-height: 1.875rem;
    }
    .navigation .d-flex{
        display: flex;
        justify-content: center;
    }

}

/*Carousel*/
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }

  @media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
  }

  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -.125em;
    fill: currentColor;
  }
  /* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
  }
  
  
  /* CUSTOMIZE THE CAROUSEL
  -------------------------------------------------- */
  
  /* Carousel base class */
  .carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  .carousel .north{
    font-weight: bolder;
    letter-spacing: 0.125rem;
  }
  .carousel .italian{
    color: white;
    font-weight: bolder;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 43.5rem;
  }

  .carousel-item img{
    opacity: 1;
  }
  
  
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
  /* Thin out the marketing headings */
  /* rtl:begin:remove */
  .featurette-heading {
    letter-spacing: -.05rem;
  }
  

  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }
  
  .fw-normal{
    color: #f9a700;
    margin-top: 1rem;
  }
  .nw-normal{
    color: black;
  }
  .lead{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
  }
  .footer{
    color: black;
  }
  .footer:hover{
    color:#f9a700;
  }
  