body, html {
    margin: 0;
    font-family: 'Amatic SC', cursive;
}


/* Nav */

.img-logo img {
    height: 65px;
    padding: 5px 5px 0px 5px;
}
nav {
    border-bottom: 1px solid #cac8be;
    display: inline-flex;
    width: 100%;
    background-color: #bdbbb0de;
    position: fixed;
    top: 0;
    transition: background-color 0.4s ease-out;
}
nav.scroll {
    border-bottom: none;
    background-color: #bdbbb0;
    box-shadow: 0px 0px 15px 0px #7b7b7b;
  }

.nav-cont {
    display: flex;
    width: 98%;
    justify-content: center;
}
.nav-list {
    margin-left: 5%;
    overflow: hidden;
    display: inline-flex;
}
.nav-lang {
    text-decoration: none;
    font-family: 'Roboto Slab', serif;
    color: #4e4e4e;
    font-size: 18px;

}

.nav-list a {
    letter-spacing: 2px;
    height: fit-content;
    color: #3e3b35;
    text-align: center;
    text-decoration: none;
    font-size: 45px;
    margin: 8px 17px 0px;
    transition-property: margin-top;
    transition-duration: 0.1s;
    transition-timing-function: linear;
}
.nav-list a:hover {
    margin-top: 10px;
    text-shadow: 0px 0px 1px #281c16;
}


/* Header */

.header {
    font-family: 'Amatic SC', cursive;
    background-image: url("img/EW7B2686\ \(kopie\).jpg");
    /* background-image: url("img/back3.jpeg"); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 65vh;
}
.intro {
    background-color: rgba(0, 0, 0, 0.45);
    font-weight: normal;
    font-size: 90px;
    font-family: 'Amatic SC', cursive;
    text-shadow: -1px 1px 9px #000000;
    color: white;
    display: flex;
    height: 100%;
    align-items: flex-end;
    padding: 0 10% 0 20%;
}


/* Main Info */

/* todo
- change pictures
- check positioning */
.cool {
    margin-left: 5%;
    font-size: 40px;
}

.main-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 10vh;
}
.main-info p {
    text-align: center;
    font-size: 30px;
}
.main-info a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 30px;
}
.main-info a:hover {
    text-shadow: 0px 0px 2px #353535;
}
.main-info-img {
    box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.61);
    width: 15em;
    border-radius: 50%;
    font-size: 17px;
}
.shadow {
    box-shadow: inset 0px 0px 30px -1px rgba(0,0,0,0.61);
}

/* Menu */

.contacts-social-menu{
    border-bottom: 2px dashed #ed6a5a;
    font-size:50px;
    text-decoration: none;
    color: #000;
    text-shadow: 0px 0px 15px #737373;
    margin-bottom: 5%;
}
.contacts-social-menu:hover {
    text-shadow: 0px 0px 10px rgb(56, 48, 0);
}

.menu {
    width: 80%;
    margin: 0 30px;
}
.menu-header {
    display: flex;
    justify-content: center;
    font-size: 50px;
    margin-top:10px;
}
.menu-header p {
    margin: 0;
    font-weight: 600;
}
.tabcontent {
    display: flex;
    width:100%;
}
.tabmenu-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 1%;
    margin-right: 5%;
}
button:focus {
    background-color: #ed6a5a;
    color: white;
    outline: none;
    box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.61);
}
.tablink {
    letter-spacing: 2px;
    font-family: 'Roboto Slab', serif;
    font-size: 29px;
    font-weight: 300;
    background-color: #fff3b0;
    border: 1px solid #231610;
    width: 33%;
    border-radius: 5px;
    padding-top: 5px;
    margin-left:10px;
    cursor: pointer;
}
/* .tablink-cz {
    font-family: 'Roboto Slab', serif;
    font-size: 33px;
    background-color: #fff3b0;
    border: 1px solid #231610;
    width: 33%;
    border-radius: 5px;
    padding-top: 5px;
    margin-left:10px; */

.menu-wrap {
    display: flex;
    background-color: #fff3b0;
}
.row {
    display: flex;
}

.row > * {
    flex: 1;
}

.left {
    width: 70%;
    padding-left: 2%;
}
.right {
    width:30%;
}
.row:after {
    content: "";
    display: table;
    clear: both;
  }
/* Menu Tabs */


.tabmenu-img {
    width:100%;
    height:100%;
    object-fit: cover;
}
.tab-container {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 35px 0;
  }

.item {
    min-width: 50%;
    height: 18vh;
    display:flex;
    flex-direction: column;
    flex-grow: 1;
  }

.item-name  {
    font-size:  50px;
  }
.item-desc {
    color: #000;
    font-size: 15px;
    font-family: 'Roboto Slab', serif;
    font-weight: 100;
}

.item-price {
    display: flex;
    align-self: flex-end;
    font-size: 30px;
    color: #504f4f;
    padding-right: 15%;
  }
/* Place */
/* todo
- change pictures
 */
#about {
    padding: 5% 25%;
}
.about-img {
    height: 300px;
    width: 50%;
    object-fit: cover;
}
.about-txt {
    border: 1px dashed #ffb583;
}

h2#desc {
    font-size: 40px;
    margin:10% 10% 5% 10%;
}
p#desc {
    font-size: 15px;
    margin: 0 10% 0 10%;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
}
/* Contacts */
/* todo
- add links to social */
.contacts {
    background-image: url("img/back5.jpeg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 70vh;
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.contact-map {
    margin-top: 3.5vh;
    width: 60%;
    height: 90%;
}
.google-map {
    width: 100%;
    height: 100%;
}
.contacts-social{
    border-bottom: 2px dashed #ed6a5a;
    font-size: 35px;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0px 0px 15px #737373;
    margin-bottom: 5%;
}
.contacts-social-div {
    display:flex;
    justify-content: space-evenly;
    margin-top:5%;
    /* font-weight: 100;
    font-size: 25px;
    margin-left: 10%; */
}
.contacts-social:hover {
    text-shadow: 0px 0px 10px white;
}

.contacts-social img {
    background-color: #ccc0aa;
    border-radius: 50%;
    margin-left: 30%;
    padding: 10%;
}
.contact-text {
    font-weight: bold;
    font-size: 20px;
    /* padding-left: 2vh; */
    width: 25%;
    background-color: rgba(1, 1, 1, 0.65);
    color: white;
    margin: 3.5vh 0 3.4vh 0;
}

#contact-stuff {
    margin-left: 5%;
}
.one {
    font-size: 30px;
    font-weight: 100;
}
.two {
    font-size: 25px;
    margin-left:10%;
}

/* .work-hours {
    margin-left: 10%;
    font-size: 25px;
} */
/* Footer */
/* todo
- add everything to my github and add a link to my gh */
.footer {
    display: flex;
    justify-content: center;
    background-color: #bdbbb0;
    border-top: 1px solid #888781;
}

.copyright {
margin: 1%;
font-size: 25px;
}
/* .link-git {
    font-family: 'Roboto Slab', serif;
    align-self: right;
} */

/* RESIZE */
@media only screen and (max-width: 800px) {
   .header{
       height: 40vh;
   }
    .intro {
       font-size: 35px;
   }
    .nav-list a {
          font-size: 28px;
          margin-top: 17px;
          margin-left: 2%;
        }
    .nav-list a:hover {
            /* border-top: 2px solid transparent; */
            margin-top: 19px;
            /* text-shadow: 0px 0px 1px #281c16; */
        }
        .main-info-img {
            font-size: 13px;
        }
    .contacts {
          display: inline-table;
          height: auto;
        }
        .contact-text {
            width: 100%;
        }
        .google-map {
            display: none;
        }
        /* .contact-map {
             width: 100%;
            height:200px;
            padding-bottom: 5%;
            background-image: url("img/1.jpg")
        } */
    #about {
        padding: 5% 10%;
        }
    .about-img {
        display: none;
    }
    .about-txt {
        border: none;
    }
    .tabmenu-img {
        display:none;
    }
    .right {
        width:0%;
    }
    .tablink {
        font-size: 21px;
        margin-left: 2px;
        width: 33%;
        min-width: fit-content;
    }
    .tablink-cz {
        font-size: 25px;
        margin-left: 2px;
        width: auto;
    }
    .menu {
        margin: 0 20px;
        width:90%;
    }
    .item-name {
        font-size: 35px;
    }
    .item {
        min-width:51%;

    }

    .item-price {
        font-size: 25px;
    }
      }