/* ========================================
   HERO SECTION & OVERLAY
   ======================================== */

header {
    padding-top: 0px;
    width: 100%;
    position: relative;
    background:
        linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.55)),
        url("https://www.transparenttextures.com/patterns/food.png");
    background-size: 300px;
}

.overlay {
    position: relative;
    height: 70vh;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: white;
    box-sizing: border-box;
    padding-bottom: 10px !important;
    text-align: center;
    overflow: visible;
    z-index: 1;
}

.inner {
    max-width: 35rem;
    text-align: center;
    color: #fff;
    padding: 0 2rem;
}

.title {
    margin: 0 0 0.5rem 0;
    font-size: 3rem;
    text-align: center;
}

.description {
    margin: 10px 0;
    text-align: center;
    width: 50%;
    font-size: 1.5rem;
}
