/* ========================================
   404 PAGE
   ======================================== */

.error-404 {
    padding: 0 0 var(--spacing-xxl);
}

.error-404 .container {
    width: 90%;
    max-width: var(--container-width);
    margin: 0 auto;
}

/* Page Header - matches search results page */
.error-404__header {
    min-height: 300px;
    margin-top: 100px;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    .error-404__header {
        min-height: 150px;
        margin-bottom: 40px;
    }
}

.error-404__title {
    font-size: 4.25rem !important;
    font-style: italic;
    font-weight: 800;
    line-height: 1.1;
    text-transform: uppercase;
    color: var(--color-white);
    margin: 0;
    max-width: 768px;
}

@media screen and (max-width: 768px) {
    .error-404__title {
        font-size: 2rem;
    }
}

@media screen and (max-width: 576px) {
    .error-404__title {
        font-size: 1.75rem;
    }
}

/* Content */
.error-404__content {
    max-width: 992px;
    margin: 0 auto;
}

.error-404__text {
    font-family: var(--sans);
    font-size: 1.125rem;
    color: var(--color-white);
    margin: 0 0 var(--spacing-md);
    text-align: left;
}

/* Button */
.error-404__button {
    margin: 0;
}
