html {
    height: 100%;
}

body,
main {
    min-height: 100dvh;
}

body {
    /* background-image: url("../images/hero_bg_blended.jpg");
    background-size: cover;
    background-position: center; */
    background: radial-gradient(circle, rgba(11, 31, 59, 1) 0%, rgba(4, 21, 37, 1) 100%);
    font-size: 1.6em;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;
    font-weight: 400;
    font-style: normal;
    color: #ffefea;
}

.header {
    background-image: url("../images/hero_bg_duotone_fade.jpg");
    background-size: cover;
    background-position: center;
    height: 260px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-text {
    font-family: "Patua One", serif;
    font-weight: 400;
    font-style: normal;
    background: rgba(255, 255, 255, 0.9);
    color: #114990;
    font-size: 48px;
    padding: 15px 25px;
    text-transform: uppercase;
    line-height: normal;
    transform: skew(0deg, -7deg);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.hero-banner {
    position: relative;
}

.logo {
    padding: 25px 50px 0;
    font-family: "Arizonia", cursive;
    font-size: 128px;
    text-align: center;
    background-image: radial-gradient(circle, rgba(246, 135, 106, 1) 0%, rgba(251, 107, 61, 1) 75%);
    color: transparent;
    background-clip: text;
}

.content {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.85); */
}

.description {
    padding: 0 25px 25px;
}

.description p {
    text-align: center;
}

.menu-sample {
    margin: 20px;
}
