* { 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html{
    height: 100vh;
    background-image:url("img/background.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.header{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 0.5em;
}

.logo {
    width: auto;
    height: 5.5em;
    margin-right: 10px;
    float: left;
    
}

.header-text{
    font-size: 4.5em;
    font-weight: bold;
    text-align: start;
    font-family: "Inter variant0", Tofu;
    font-style: normal;
    font-stretch: normal;
    line-height: initial;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
    color: orangered;
}

.coffee-cup{
    height: 1em;
}

h2{
    font-size: 3.1em;
    text-align: center;
    color: orangered;
    -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: black;
    padding-top: 50px;
    text-shadow: 2px 2px 5px black;
}
.instagram{
    width: 50px;
    transform: translateY(35px);
}

.facebook{
    width: 50px;
    transform: translateY(35px);
}

nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
}

nav ul li{
    display: inline-block;
}

nav ul li a{
    display: block;
    padding: 14px 60px;
    text-decoration: none;
    color: white;
    font-size: 25px;
    text-shadow: 2px 2px 5px black;
}

nav ul li a:hover{
    color: orangered;
}

.info{
    font-size: 2em;
    text-align: center;
    color: white;
    padding-top: 5px;
    text-shadow: 2px 2px 5px black;
}

#ekstra{
   max-width: 60%;
    margin: 0 auto;
    text-align: justify;
    text-shadow: 2px 2px 5px black;
}

#aabningstider{
    padding-top: 10px;
    display: block;
    color: orangered;
    text-shadow: 2px 2px 5px black;
}

/* .logo-2{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 50px;
    height: auto;
} */

.adresse{
    font-size: 1.80em;
    text-align: center;
    color: orangered;
    text-decoration: underline;
    text-decoration-color: orangered;
    text-shadow: 2px 2px 5px black;
}

a{
    text-decoration: none;
}

.center {
    font-size: 2em;
    text-align: center;
    color: white;
    padding-top: 5px;
    text-shadow: 2px 2px 5px black;
}






.container{
    display: flex;
    flex-direction: column; /* Arrangerer elementer lodret */
    align-items: center;
    padding: 5rem;
    margin: 1rem;
    line-height: 2rem;
    color: white;
    font-size: 1.5rem;
    font-weight: 1000;
    padding-bottom: 0px;
    padding-top: 57px;
    
}


#bordbooking{
    color: orangered;
    font-size: 3.5rem;
    -webkit-text-stroke-width: 0,5px;
    -webkit-text-stroke-color: black;
    text-shadow: 2px 2px 5px black;
}

#tryk{
    padding: 0.5rem;
    margin: 1rem;
    color: white;
    background-color: orangered;
    width: 9rem;
    height: 4rem

    
}

.people{
    height: 2rem;
    width: 11rem;
}

form#bookingForm{
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-shadow: 2px 2px 5px black;
}

.bb{
    color: orangered;
}
