body, html {
    height: 100%;
    margin: 0;
    font-family: 'Khand', sans-serif;
    font-weight: lighter;
}

body {
    background-image: url("./img/bg.png");
    color: #f2f2f2;
    padding: 0;

}

* {box-sizing: border-box}
/* Style tab links */
.tablink {
    background-color: #f37c14;
    color: rgb(9, 3, 3);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 17px;
    width: 20%;
  }
  
  .tablink:hover {
    background-color: #d3ca1d;
  }
  
  
  
  #white {    background-image: url("./img/bg.png");
      color: #f2f2f2;
      padding: 0;}
  #rose {    background-image: url("./img/bg.png");
      color: #f2f2f2;
      padding: 0;}
  #merlot {    background-image: url("./img/bg.png");
      color: #f2f2f2;
      padding: 0;}
  #sparkling {    background-image: url("./img/bg.png");
      color: #f2f2f2;
      padding: 0;}
  #zero {    background-image: url("./img/bg.png");
      color: #f2f2f2;
      padding: 0;}

.home {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("./img/title4.png");
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
  
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
  
.hero-text button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 10px 25px;
    color: black;
    background-color: #ddd;
    text-align: center;
    cursor: pointer;
}
  
.hero-text button:hover {
    background-color: #555;
    color: white;
}

a {
    text-decoration: none;
}

.container {
    width: 80%;
    margin: auto;
}

.img-fluid{
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 736px) {

    #nav {
        display: none;
    }

        #nav + #main {
            padding-top: 0;
        }

}
@media screen and (min-width: 736px) {
    #top-nav{
        display: block;
    }
    #top-nav + #main {
        padding-top: 10%;
    }
    }

.top-nav{
    position: absolute;
    text-align: center;
    height: 50px;
    left: 50%;
    margin: 0;
    font-size: 2em;
    transform: translateX(-50%);
}

.top-nav a{
    color: #f2f2f2;
    font-family: 'Khand', sans-serif;
    display: block;
}

.top-nav a img{
    margin-top: -15px;
}


.aside-float{
    text-align: right;
    width: 20%;
    padding: 15px;
}

.nav-side{
    position: sticky;
    top: 0;
}

.nav-side a{
    color: #f2f2f2;
    font-size: 1.2em;
    display: block;
    padding: 10px;
}

.nav-side img{
    vertical-align: middle;
    padding-left: 10px;
}

.items{
    width: 100%;
    padding-left: 10px;
    padding-top: 25px;
}

.menu-items{
    padding: 0;
    list-style: none;
    width: 100%;
}

.item{
    display: flex;
    justify-content: space-between;
    break-inside: avoid;
    border-bottom: #f2f2f2 2px dotted;
    font-size: 1.4em;
}
.item2{
    display: flex;
    justify-content: space-between;
    break-inside: avoid;
    border-bottom: #f2f2f2 2px dotted;
    font-size: 1.0em;
}
.content-menu{
    display: inline-flex;
    justify-content: space-between;
    align-content: center;
    width: 100%;
}

.content-side{
    border-left: #f2f2f2 2px solid;
    display: block;
    width: 100%;
}

.header1{
    background-image: url("./img/dishes.png");
    background-size: cover;
}

.header2{
    background-image: url("./img/drinks.png");
    background-size: cover;
}

.header3{
    background-image: url("./img/desserts.png");
    background-size: cover;
}

.header4{
    background-image: url("./img/steak.png");
    background-size: cover;
}

.header5{
    background-image: url("./img/kids.png");
    background-size: cover;
}

.header6{
    background-image: url("./img/Picture2.png");
    background-size: cover;
}

.h1{
    font-size: 5em;
    text-align: center;
    border-top: #f2f2f2 2px solid;
    border-bottom: #f2f2f2 2px solid;
}

section h1{
    color: #f2f2f2;
    font-size: 4em;
    margin: 0;
    text-align: center;
    background-color: rgba(37, 28, 15, 0.534);
}

div.c {
    text-align: right;
  } 

footer{
    padding-top: 60px;
    padding-bottom: 10px;
    text-align: center;
}

footer p{
    margin: 0;
    font-size: 1.2em;
}

footer img{
    width: 50px;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
}
footer img{
    width: 50px;
    height: 50px;
    padding-left: 5px;
    padding-right: 5px;
}

* {
    box-sizing: border-box;
  }
  
  body {
    margin: 0;
    font-family: Arial;
  }
  
  .header {
    text-align: center;
    padding: 32px;
  }
  
  .row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
  }

  .checked {
    color: orange;
  }