﻿@charset "UTF-8";
/* CSS Document */

.error {
    margin-bottom: 4rem;
}

.error .main-title {
    color: #000000;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 20em;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1;
    text-align: center;
}

.error .sub-title {
    color: #000000 !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 5em !important;
    font-weight: 300 !important;
    line-height: 1em !important;
    margin: 0 0 0.5em;
    text-align: center;
    width: 100% !important;
}
.error .text-content {
    text-align: center;
    margin: 0 0 24px;
}

.text-content a { 
    font-family: 'Open Sans', sans-serif; 
    font-size: 1.3em; 
    font-weight: 700;
}

@media only screen and (max-width: 500px) {
    .error .main-title {
        font-size: 10em;
    }

    .error .sub-title {
        font-size: 2em;
    }

    .error .text-content a {
        font-size: .8em;
    }
}
