/* =============================================================
   Temporary home styles
============================================================= */

body.index {
    height: 100vh;
    overflow-y: hidden;
    overflow-x: hidden;
}

body.index #intro {
    text-align: center;
    height: 100%;
}

body.index #intro .intro-content {
    justify-content: center;
    align-items: center;
    padding-left: unset;
    padding-right: unset;
}

body.index #intro .menu-btn {
    margin: 40px 0 20px;
}

body.index #intro .menu-btn a {
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 2rem;
    padding: 10px 40px;
    background-color: #f1e5db;
    color: #4d241d;
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
}

body.index #social .container {
    padding: 0;
}

body.index footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@media (max-width: 575px) {
    body.index #intro .menu-btn {
        margin: 20px 0 10px;
    }
}