.errorContentMain {
    position: absolute;
    /* height: 100vh; */
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "typeka", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #41606B;
    width: 100%;
}

body {
    /* background: url("../images/PeterRaffoul_BG.png"); */
    background: url("../../images/PeterRaffoul_BG.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 95vh;
    background-position: center;
    margin: 0px !important;
}

.text1,
.Oops {
    color: #000;
    text-align: center;
    margin-bottom: 0.5vw;
}

.Oops {
    text-align: center;
    color: #000;
}

.text2 {
    color: #000;
    text-align: center;
    margin-bottom: 0.5vw;
}

.text3 {
    color: #000;
    text-align: center;
    margin-bottom: 0.5vw;
}

.text3 a {
    color: #000;
}

.errorLogo {
    font-size: 3.660vw;
    line-height: 4.978vw;
    margin-bottom: 3vw;
    font-family: "typeka", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    text-align: center;
}

.errorFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    background: #41606B;
    left: 0;
    padding: 1vw 0;
}

.errorFooter span,
.errorFooter a {
    font-family: "typeka", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 0.8vw;
    text-transform: uppercase;
    text-decoration: none;
}

.errorFooter a:hover,
.text3 a:hover {
    opacity: 0.5;
}

span.separator {
    font-family: unset;
}



@media only screen and (max-width:1024px) and (orientation: portrait) {
    .errorLogo {
        font-size: 35px;
        line-height: 30px;
        margin-bottom: 45px;
    }

    .text1,
    .text2,
    .text3 {
        margin-bottom: 10px;
    }

    .errorFooter {
        position: absolute;
        /* bottom: 30px; */
    }

    .errorFooter span,
    .errorFooter a {
        font-size: 10px;
    }
}

@media only screen and (min-width:1920px) {

    .text1,
    .Oops {
        font-size: 2vw;
    }

    .text2 {
        font-size: 1.5vw;
    }

    .text3 a {
        font-size: 1.5vw;
    }
}