body {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    line-height: 1.4;
    margin: 0 0 20px;
    color: #1a1a1a;
}
.error-404 {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
    color: #fff;
    background: url(images/bg-404.jpg) center center no-repeat;
    background-size: cover;
}
.error-404 .page-content p {
    margin-bottom: 30px;
}
.error-404 .error-logo {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.error-logo .the-logo img {
    width: 250px;
}
.error-404 {
    background-image: url('images/bg-404.jpg');
    height: 100vh;
    padding: 0;
}

    .error-404 .page-content {
        font-size: 18px;
        max-width: 455px;
        margin: auto;
    }

        .error-404 .page-content h1 {
            font-size: 180px;
            font-weight: 200;
        }

    .error-404 h1 {
        font-size: 180px;
        line-height: 1;
        font-weight: 200;
        color: #fff;
    }

    .error-404 h2 {
        font-size: 42px;
        line-height: 1;
        margin-bottom: 30px;
        color: #fff;
    }
.royal_preloader .main-navigation:not(.no-line) ul li li a:before {
  display: none;
}