body{
    background-image:url("appetizerbackground.jpg");
    background-size:cover;
    display: flex;
    align-content: center;
    flex-direction: column;
    font-family: 'Quicksand', sans-serif;
    color:white;
    float:right;
    margin-right:10%;
    text-align:center;

}
iframe{
    margin-left:15%;
    border-radius:5px;
}
a{
    text-decoration: none;
    color:white;
    
    
}

ul{
    list-style-type: none;

}
#mapit{
    display:flex;
    justify-content: flex-end;
    margin-right:85px;
    float:right;
}

/* Dropdown Button */
.dropbtn {
    background-color:darkred;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius:8px;
    font-family: 'Quicksand', sans-serif;

}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color:rgb(221, 5, 5);
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative; 
    display: block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #e27c5d;
    min-width: 160px;
    /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
    z-index: 1;
    font-family: 'Quicksand', sans-serif;
    border-radius:8px;

}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
    font-size: 1em;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: rgb(207, 96, 96)}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:inline;}

/* burger png source:https://pixabay.com/en/burger-fast-food-food-2645563/ */

#mainText{
    display:none;
    /* display:flex;
    justify-content: flex-end; */
    flex-direction: column;
    
    width:50%;
}

.wrappingHeadline {
    display: flex;
    justify-content: flex-end;
}

.wrappingMainText{
    display:flex;
    justify-content: flex-end;
}

.wrappingButton{
  
    display: flex;
    justify-content: flex-end;
    margin-right: 140px;
}

/* #headline{
    text-align:right;
} */