/**
* Theme Name: Luxtower Child
* Description: This is a child theme of Luxtower, generated by Merlin WP.
* Author: <a href="https://pavothemes.com/">Pavothemes Team</a>
* Template: luxtower
* Version: 1.0.6
*/

.error404 .site-content {
    padding: clamp(90px, 19vw, 180px) 0 clamp(110px, 13vw, 160px);
    background-image: url(./assets/images/404/404_bg.png);
    background-position: center;
}

.error404 h1 {
    font-family: "Plus Jakarta Sans";
    color: #93BBAC;
    margin-bottom: 29px;
}

.error404 h3 {
    color: #23352F;
    margin-bottom: 29px;
}

.error404 .error-text {
    color: #74837F;
    margin-bottom: 60px;
}

.error404 .return-home {
    display: inline-flex;
    min-width: 180px;
    min-height: 56px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;

    background: #415C53;
    border-radius: 4px;

    color: #ffffff;
    line-height: 1.7;
}

@media screen and (max-width: 980px) {
    .error404 .site-content {
        background-size: 80%;
    }
}