* {
    font-family: 'Open Sans', sans-serif;
    box-sizing: border-box;
    color: #002c52;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.header {
    background: #002c52;
    height: 6vh;
    width: 100%;
}

.button_icon {
    width: 100%;
    height: 100%;
}

#logo {
    height: 5vh;
    margin-top: 0.5vh;
    width: auto;
    margin-left: 2vh;
}

#status_wrapper {
    text-align: center;
    font-size: 3.5vh;
    width: 100%;
    line-height: 4vh;
}

#welcome_text {
    margin-top: 5vh;
}

#contact_text {
    font-size: 2.2vh !important;
    line-height: 2.6vh !important;
}

.subtitle {
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    font-size: 4vh;
    margin-bottom: 3vh;
    margin-top: 3vh;
}

#welcome_text > p {
    font-size: 2vh !important;
    line-height: 2.5vh !important;
}

#welcome_text > p > span {
    font-size: 2vh !important;
    line-height: 2.5vh !important;
}

#mainmenu {
    width: 100%;
    height: 0vh;
    top: 6vh;
    left: 0;
    visibility: hidden;
}

#mainmenu_switch {
    float: right;
    height: 6vh;
    width: 6vh;
    padding: 0.7vh;
    margin-right: 1vh; 
    user-select: none;
}

.mainmenu_button {
    width: 100%;
    text-align: center;
    height: 6vh;
    font-size: 2vh;
    line-height: 6vh;
}

.mainmenu_button:hover {
    font-weight: bold;
    background: rgb(190, 180, 152);
}

.menu {
    width: 100%;
    height: 100%;
    padding: 2vh;
}

.menu_section {
    width: 100%;
    height: 4vh;
    line-height: 4vh;
    font-size: 2.8vh;
    border-bottom: 1px solid rgb(190, 180, 152);
    margin-bottom: 2vh;
    line-break: anywhere;
    overflow: hidden;
}

.menu_entry {
    width: 100%;
    height: 4.6vh;
    margin-bottom: 2vh;
}

.menu_title {
    width: 75%;
    float: left;
    font-size: 1.9vh;
    height: 1.9vh;
    line-height: 1.9vh;
    margin-bottom: 0.6vh;
    font-weight: bold;
}

.menu_price {
    width: 25%;
    float: left;
    font-weight: bold;
    margin-bottom: 0.6vh;
    font-size: 1.9vh;
    height: 1.9vh;
    line-height: 1.9vh;
    text-align: right
}

.menu_description {
    width: 80%;
    float: left;
    font-size: 1.5vh;
    height: 1.5vh;
    line-height: 1.5vh;
}

#content {
    height: 94vh;
    width: 100%;
    padding: 2vh;
    overflow-y: auto;
}

#contact {
    width: 100%;
}

.textinput {
    width: 100%;
    height: 4vh;
    font-size: 2.2vh;
    line-height: 4vh;
    margin-bottom: 2vh;
    border: none;
    outline: none;
    background: rgb(255, 240, 220);
    padding-left: 1vh;
}

.textarea {
    width: 100%;
    height: 38vh;
    font-size: 2.2vh;
    line-height: 4vh;
    margin-bottom: 2vh;
    border: none;
    outline: none;
    background: rgb(255, 240, 220);
    padding-left: 1vh;
    resize: none;
    overflow-y: auto;
}

.form_button {
    width: 100%;
    height: 4vh;
    border: none;
    outline: none;
    background: #002c52;
    color: white;
    font-size: 2.2vh;
}

#glocation {
    width: 100%;
    height: 40vh;
}

.gallery_image {
    width: 100%;
    height: auto;
    margin-bottom: 1vh;
}

.gallery_title {
    height: 3vh;
    font-size: 3vh;
    margin-bottom: 2vh;
}

.gallery_section {
    margin-bottom: 2vh;
}