
body {
    font-family: Rubik,sans-serif!important;
}


.not-found {
    background: url(../images/error-bg.jpg);
    background-size: cover;
    padding: 20px 0 40px;
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.not-found .error-main .error-content p {
    color: #fff;
    letter-spacing: .6px;
    font-size: 16px;
    font-weight: 400;
}

.not-found .error-main .error-content a {
    color: #fff;
    background-color: #03305d;
    border-color: #03305d;
    padding: 8px 30px 8px 30px;
    border-radius: 8px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 200%;
    margin: 30px auto 0;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
}
