﻿.fourError {
    font-size: 14rem;
    color: #002e5e;
    margin-top: -3rem;
}

.notFoundLeader {
    font-size: 1.5rem;
    color: #002e5e;
}

.unableFind.leader {
    font-size: 1.2rem;
    color: #002d5d;
    font-weight: 500;
    margin-top: .5rem;
}

.unableFind {
    font-size: 1.1rem;
    margin-top: -.5rem;
    margin-bottom: .5rem;
    color: #66747c;
}

#errorBtn {
    margin-top: 1rem;
}

.btn.btn-primary.btn-iia.btn-notFound {
    background-color: #002e5e;
    border-color: #002e5e;
    padding: .7rem 3rem;
    font-size: .8rem;
}

a.btn.btn-primary.btn-iia.btn-notFound:hover, a.btn.btn-primary.btn-iia.btn-notFound:active {
    background-color: #66747c;
    border-color: #66747c;
}

@media screen and (max-width:767px) {
    .unableFind.leader {
        margin-bottom: 1.5rem;
    }
    h1#mainHead {
        text-align: center;
    }
    .notFoundLeader {
        font-size: 1.4rem !important;
        color: #002e5e;
    }

    .errorWrap {
        text-align: center;
    }

    .fourError {
        text-align: center;
        font-size: 7rem;
    }
}

@media screen and (max-width: 1199px) {
    .notFoundLeader {
        font-size: 2rem;
    }
}
