
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;700&display=swap');

 @media (max-width: 812px) {
        .hidden-mobile {
          display: none;
        }
      }

@media (max-width: 768px) {
        .img_livraison {
          display: none;
        }

        .logotwilsons{
          margin-left: 50%;
        }

        .center{
          top: -50px;
        }
       

        .img-kids{
          display: block;
          margin-left: auto;
          margin-right: auto;
          width:275px;
        }
        #mb-starters{
          margin-bottom: 0px;
        }
      }

body{
  padding: 0;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
}

body, html {
    height: 100%;
}


nav{
  font-weight: bold;
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgb(255, 193, 7);
}

h1{   
  font-size:50px;
  font-weight: bold; 
}

img, svg {
    vertical-align: middle;
    color: #adb5bd;
}

.nav-link {
  color: gray;
}
.nav-link:hover, .nav-link:focus {
    color: #dee2e6;

}

.main-container{
  display: flex;
  align-items: center;
  justify-content: center;
}


.topheadr .box1{
  z-index: 10;
}

.topheadr .box2{
  position: absolute;
  z-index: 1;
}

.videornd{
  position: relative;
  z-index:1;
  bottom: 150px;
  background-color:#ffc107;
  border-radius: 25px;
}

.card{
  border:0px;
  box-sizing: border-box;
  background-color: #fff0;
}

.card1{
  height: 550px;
}

.cardtext h1{
  color:#f39026;
  font-size:50px;
  font-weight: bold;

}
#Livraison{
  background-image: linear-gradient(rgba(243,144,38,0.1), rgba(243,144,38,0.1)), url("../img/bg-livraison.png");
  background-color: #f39026;
  background-size: auto;
  height: 830px;
  
}
.livraison{
  position:relative;
  z-index:1;
}
.img_livraison{
  bottom: 250px;
  position:relative;
  z-index:2;
 
}
.img_livraison img{
  border-radius: 20px;
  background-size: cover;
  box-shadow:0 0.5rem 1rem #38383757;
}
.img_burger{
  position: relative;
  z-index: 1;
}

.nav-tabs{
  border-bottom: 0px solid #dee2e6;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
  border-color:#dee2e600 #dee2e600 #fff;
}

.maps{
  border-radius: 0,2rem !important;
}

.center {
  position: relative;
  z-index: 1;
  display: block;
  margin-left: auto;
  margin-right: 50%;
  bottom: 50px;
  width: 55%;
}



/* Menus */

.img-kids{
  width:275px;
}


.img-starters{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  
} 


@media (max-width: 768px) {
  #mb-starters{
    margin-bottom: 2px !important;
  }
}

#mb-starters{
  margin-bottom: 175px ;
}