body {
    background-color: #111;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
a {
    color: #fff;
    text-decoration: underline;
    transition: 0.3s;
}
a:hover {
    color: #999;
}



/* TOPBAR */
.topbar {
    background: #222 url('../images/pattern.webp') repeat;
    font-size: 0.9rem;
    padding: 12px 0;
    border-bottom: 1px hsla(0,0%,100%,.5) solid;
}
.topbar i {
    color: hsla(0,0%,100%,.5);
}
.topbar a i {
    color: hsla(0,0%,100%,.5);
    transition: 0.3s;
}
.topbar a:hover i {
    color: #fff;
}
/* TOPBAR end */



/* HERO */
.hero {
    background-image: url('../images/header-bg.webp');
    background-size: cover;
    background-position: center;
    height: clamp(17.813rem, 12.723rem + 25.446vw, 35.625rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.hero h1 {
    font-family: "Kaushan Script", cursive;
    font-size: clamp(2.25rem, 1.1071rem + 5.7143vw, 6.25rem);
}
.hero-bottom {
    background: #222 url('../images/pattern.webp') repeat;
    font-family: "Kaushan Script", cursive;
    padding: 24px 0;  
}
.hero-bottom h2 {
    font-size: clamp(1.125rem, 0.8036rem + 1.6071vw, 2.25rem);    
}
.hero-bottom h2 a {
    text-decoration: none;
}
.hero-bottom-desc {
    font-size: clamp(1rem, 0.8571rem + 0.7143vw, 1.5rem);
}
/* HERO end */



/* MAIN */
main {
    background-image: url('../images/main-bg.webp');
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
}
.menu-section {
    padding: 50px 0;
    color: #fff;
}
.menu-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 15px 0;
}
.menu-item p.name, .menu-item p.price  {
    font-size: 1.35rem;
    font-weight: bold;
}
.menu-item p.name {
    margin-bottom: 8px;
}
.menu-item p.featured {
    font-size: 1.9rem;
}
.menu-item p {
    font-size: 0.9rem;
    color: #ccc;
    margin-bottom: 0;
}
.menu-item .price-section {
    min-width: 90px;
}
/* MAIN end */



/* FOOTER */
footer {
    background: #222 url('../images/pattern.webp') repeat;    
}
footer .delivery {
    font-size: 2.4rem;
    color: rgb(127, 13, 13);
    font-weight: bold;
}
footer .contact {
    font-size: 1.4rem;
}
footer .contact small {
    font-size: 0.8rem;
}
footer .contact i {
    font-size: 1.8em;
}
footer .contact a {
    text-decoration: none;
}
.copyright {
    background-color: #f8f5e9;
    color: #000;
    font-size: 0.9rem;
    text-align: center;
    padding: 8px 0;
}
.gmap {
    border: 0;
    border-radius: 10px;
    display: block;
    width: 100%;
}
/* FOOTER end */


.lead-notification {
    padding-bottom: 50px;
}

.text-notification {
    font-family: "Kaushan Script", cursive;
    font-size: clamp(1.0625rem, 0.7589rem + 1.5179vw, 2.125rem);
}

.text-notification h2 {
    font-size: clamp(1.875rem, 1.6964rem + 0.8929vw, 2.5rem);
}

.error-page {
    height: 100vh;
}

.error404 {
    font-family: "Kaushan Script", cursive;
    font-size: clamp(1.0625rem, 0.7589rem + 1.5179vw, 2.125rem);
}

.admin-bar {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
}

