* {
    box-sizing: border-box;
}

@font-face {
    font-family: 'impact';
    src: url(impact.ttf);
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #160e00;
    margin: 0;
    padding: 0;
    font-family: 'impact';
}

.container {
    display: flex;
    flex-direction: column;
}

.navbar {
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
}

.logo {
    width: 80px;
    vertical-align: middle;
    margin: 30px;
    margin-top: 20px;
    margin-bottom: 0;
}

.navbar a {
    text-decoration: none;
    padding: 20px;
    -webkit-text-stroke: 2px #160e00;
}

.link {
    color: #fff;
    font-size: 1.5em;
    margin: 0 20px;
    border-bottom: solid 3px #f59c00;
    color: #f59c00;
}

.link:hover {
    border-bottom: solid 3px #ffc155;
    color: #ffc155;
}

.header {
    text-align: center;
    font-size: 20px;
    background-image: url(img/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid #ca850e;
}

.header-text {
    font-size: 2.1em;
    -webkit-text-stroke: 3px #160e00;
}

.header-text h1{
    color: #ffffff;
    margin: 0;
    margin-top: 70px;
    -webkit-text-stroke: 5px #160e00;
}

.header-text h4{
    color: #ffbe4d94;
    margin: 0;
}

.header-button {
    background-color: #f59c00;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 1.2em;
    padding: 20px 30px;
    margin: 2em 0;
}

.header-button:hover {
    background-color: #ca850e;
}

.content {
    color: #fff;
    padding: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

.content2 {
    text-align: center;
    background-image: url(img/chicker.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 3px solid #ca850e;
    border-top: 2px solid #ca850e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ordernow {
    padding: 10em 0;
}

.content2 span {
    font-size: 2.5em;
    -webkit-text-stroke: 2px #160e00;
}

.content2 button {
    background-color: #f59c00;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    border: none;
    font-size: 1.2em;
    padding: 20px 30px;
}

.content2 button:hover {
    background-color: #ca850e;
}

.content3 {
    border-top: 2px solid #ca850e;
    color: #fff;
    padding: 2em;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly
}

.menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}

.menu img {
    width: 256px;
}

.menu p {
    margin: 0;
    font-size: 0.5em;
}

.menu h5 {
    margin: 0;
    margin-bottom: 5px;
}

.menu-item {
    font-family: "Montserrat",sans-serif;
    padding: 20px;
    border-top: 2px solid #ca850e;
}

.first-menu-item {
    margin-top: 40px;
}

.menu-group {
    text-align: center;
    font-size: 2em;
}

.header-wrapper h1 {
    border: 3px solid #ca850e;
    margin: 0 auto;
    padding: 10px;
    width: 300px;
}

.header-wrapper h2 {
    color: #ca850e;;
    margin: -30px;
}

.order {
    display: flex;
    flex-direction: column;
}

.order p {
    font-family: "Montserrat",sans-serif;
    margin: 0;
    padding: 0;
    font-size: 0.5em;
}

.hours {
    margin-top: 40px;
    padding: 20px;
    border-top: 2px solid #ca850e;
}

.address {
    padding: 20px;
    border-top: 2px solid #ca850e;
    display: flex;
    flex-direction: column;
}

.address p {
    margin-bottom: 10px;
}

.mapbtn {
    background-color: #f59c00;
    border: none;
    font-size: 0.4em;
    padding: 10px 15px;
}

.mapbtn:hover {
    background-color: #ca850e;
}

.contact {
    padding: 20px;
    border-top: 2px solid #ca850e;
}

.contact a {
    color: #a7a7a7;
    text-decoration: none;
}

.footer {
    background-color: #160c00;
    width: 100%;
    height: 50px;
    text-align: center;
    color: #7c7267;
    border-top: 3px solid #ca850e;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat",sans-serif;
    font-size: 0.8em;
}

.footer a {  
    color: #7c7267;
    text-decoration: none;
}

.footer a:hover {  
    color: #8a827e;
}

.navbar a.icon {
    display: none;
    color:#ca850e;
    font-size: 1.5em;
    background-color: #160e00;
    border-radius: 20px;
}

@media only screen and (max-width: 600px) {
    .navbar a {display: none;}
    .navbar a.icon {
        float: right;
        display: block;
        margin: 20px 0;
    }

    .navbar.responsive {position: relative;}
    .navbar.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }

    .navbar.responsive a {
        display: block;
    }
    
    .navbar.responsive {
        display: flex;
        flex-direction: column;
        background-color: #160c00;
    }

    .header-text h1 {
        font-size: 1.5em;
        margin: 0;
    }

    .content {
        color: #fff;
        padding: 2em;
        display: flex;
        flex-direction: column;
        
    }

    .mapiframe {
        max-width: 100%;
    }

   
}