
html {
    scroll-behavior: smooth;
    height: 100%;
    overflow-y: auto;
}
h1 {
    font-family: "Reenie Beanie", cursive;
    font-weight: 500;
}
h2 {
    font-family: "Cutive Mono", monospace;
    font-weight: 600;
}
h3 {
    font-family: "Cutive Mono", monospace;
    font-weight: 500;
}
p {
    font-family: "Cutive Mono", monospace;
    font-weight: 400;
}
.navbar > a {
    font-family: "Cutive Mono", monospace;
    font-weight: 600;
    color:#111111;
    cursor: pointer;
    text-decoration: none;
    padding: 0.6em;
}

.dropbutton {
    font-family: "Cutive Mono", monospace;
    font-weight: 600;
    color:#111111;
    cursor: pointer;
    text-decoration: none;
    padding: 0.6em;
    cursor: pointer;
}


.navbar {
    overflow: visible;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    margin: 1em 0;
}

.dropdown {
    font-family: inherit;
    position: relative;
    z-index: 10;
}

.navbar > a:hover {
    background-color:#b3221d;
    color:#FFFFFF;
}

.dropbutton:hover {
    background-color:#b3221d;
    color:#FFFFFF;  
}

.dropdown-länkar {
    display: none;
    position: absolute;
    background-color: #fff7f2;
    z-index: 1;
    top: 100%;
    margin-top: 0.2em;
    min-width: 2.5em;
    height: auto;
}

.dropdown-länkar a {
    display: block;
    font-family: "Cutive Mono", monospace;
    font-weight: 300;
    text-decoration: none;
    margin: 0.3em;
    padding: 0.6em;
    color:#111111;
    text-align: center;
    cursor: pointer;
}

button {
    font-family: "Cutive Mono", monospace;
    font-weight: 600;
} 

.dropdown:hover .dropdown-länkar {
    display: block;
} 

.dropdown-länkar a:hover {
    background-color: #b3221d;
    color: #FFFFFF;
}

.Menyer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
    width: 100%;
    margin: 3em auto;
    justify-items: center;
}

.Menupic1 {
    text-decoration: none;
    width: 40dvh;
    height: 45dvh;
    background-image: url('Dinnermenu.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 0.3em;
    display: grid;
    justify-content: center;
    align-items: center;
    color: #f0f0f0;
}
.Menupic2 {
    text-decoration: none;
    width: 40dvh;
    height: 45dvh;
    background-image: url('Drinkmenu.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 0.3em;
    display: grid;
    justify-content: center;
    align-items: center;
    color: #f0f0f0;
}
.Menupic3 {
    text-decoration: none;
    width: 40dvh;
    height: 45dvh;
    background-image: url('Bigmenu.jpg');
    background-size: cover;
    background-position: center;
    border-radius: 0.3em;
    display: grid;
    justify-content: center;
    align-items: center;
    color: #f0f0f0;
}
.Storbild {
    width: 100%;
    height: auto;
    background-image: url('Hero.jpeg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 60dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    line-height: 1em;
}
.Storbild h1 {
    color: #f0f0f0;
    font-size: 3em; 
}
.Storbild h2 {
    color: #f0f0f0;
    font-size: 1em;
}

body {
    background-color: #fadfcc;
}
p {
    color: #111111;
}
main {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
} 
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
}
.Menubox {
    text-align: center;
    background-color: #f7f7f7;
    border-radius: 0.3em;
    max-width: 80dvh;
    padding: 2.5em;
}
.Menubox p {
    font-size: 0.7em;
}
.Menubox h3 {
    font-size: 1em;
}
.Textbox {
    text-align: center;
    padding: 1em;
}

.Picbox {
    max-width: 70%;
    height: auto;
    display: block;
}
img {
    max-width: 100%;
}
footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    margin-top: 5em;
}
footer p {
    margin: 0;
    margin-bottom: 1em;
}
form {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 0.5em;
    background-color: #f7f6f6;
    padding: 2em;
    margin: 0 auto;
    margin-top: 5em;
    width: 50dvh;
    border-radius: 0.6em;
}
.submit {
    border-style: hidden;
    padding: 1em 1.5em;
    cursor: pointer;
    background-color: #802919;
    color: #f7f7f7;
    border-radius: 0.6em;
}
.submit:hover {
background-color: #9b321f;
transition: smooth;
}
input {
    height: 2em;
    border-style: none;
    border-radius: 0.3em;
}
textarea {
    font-family: inherit;
    line-height: 1.3em;
    font-size: 1em;
}
#message {
    width: 100%;
    height: 12em;
    padding: 0.5em 0.8em; 
    box-sizing: border-box;
    line-height: 1.3em;
    vertical-align: top;
    border-style: none;
    border-radius: 0.3em;

}
#message::placeholder {
    vertical-align: top;
}
button {
    margin-top: 1.3em;
}
.contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 7em;
}
.contact a {
    cursor: pointer;
    color:#111111;
    text-decoration: none;
    font-weight: 500;
}
.contact a:hover {
    font-weight: 700;
    text-decoration: underline;

}
.contact form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.dish {
    font-weight: 700;
    color: #111111;
}
.map-container {
    width: 100%;
    max-width: 40dvh;
    height: auto;
    margin: 0 auto;
}
.map-container iframe {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
@media (min-width: 787px){
    .Menyer {
        margin-top: 6em;
        display: grid;
        grid-template-columns: repeat(3, 300px);
        justify-content: center;
        width: 100%;
        margin-bottom: 6em;
    }
    .Menupic1 {
        max-width: 300px;
        width: 100%;
    }
    .Menupic2 {
        max-width: 300px;
        width: 100%;
    }
    .Menupic3 {
        max-width: 300px;
        width: 100%;
    }
    .content {
        display: flex;
        flex-direction: row;
    }
    .Storbild {
        line-height: 1.3em;
    }
    .Storbild h1 {
        font-size: 5em;
    }
}