.errorContentMain {
    position: absolute;
    /* height: 100vh; */
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    width: 100%;
}

.errorLogo:hover {
    opacity: 0.8;
    transition: .5s ease;
}

.notfoundpage {
    background-color: #000;
}

.text1 {
    color: #fff;
    text-align: center;
    margin-bottom: 0.5vw;
    font-size: 2vw;
    justify-content: center;
    display: flex;
}

.text2,
.oops {
    color: #fff;
    text-align: center;
    margin-bottom: 0.5vw;
    font-size: 1.5vw;
}

.text3 {
    color: #E9DBDA;
    text-align: center;
    margin-bottom: 0.5vw;
    font-size: 1.5vw;
}

.text3 a {
    color: #fff;
}

.errorLogo {
    font-size: 3.660vw;
    line-height: 4.978vw;
    margin-bottom: 3vw;
    font-family: "brim-narrow-combined-1", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    cursor: pointer;
}

.errorFooter {
    position: absolute;
    bottom: 0.6vw;
    width: 98%;
    text-align: center;
}

.errorFooter span,
.errorFooter a {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8vw;
    text-transform: uppercase;
    text-decoration: none;
}

.errorFooter a:hover,
.text3 a:hover {
    opacity: 0.5;
}

.footerSection {
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.errorLogo a {
    color: #fff;
    text-decoration: none;
    border: 0;
}

a#soundColudSocial:before {
    position: relative;
    top: 4px;
}

@media only screen and (max-width:767px) {
    .errorLogo {
        font-size: 35px;
        line-height: 30px;
        margin-bottom: 45px;
    }
    .text1,
    .text2,
    .text3,
    .oops {
        margin-bottom: 10px;
        font-size: 5vw;
    }
    .errorFooter {
        position: absolute;
        bottom: 60px;
    }
    .errorFooter span,
    .errorFooter a {
        font-size: 10px;
    }
}

@media only screen and (max-width:767px) and (orientation:landscape) {
    .footerSection {
        position: relative;
        bottom: auto;
    }
    .errorContentMain {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
}