@charset "utf-8";

/**
 *
 *
 *
 */
@font-face {
    font-family: 'Narrow';
    src: url('../fonts/PTSans_Narrow.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Regular';
    src: url('../fonts/PTSans_Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html { font-size: 16px; font-family: "Regular"; color: black; } 

A,
A:active,
A:visited,
A:hover,
A:link { text-decoration:none; color: #069BD3; }

H2 { text-align: center; font: normal 3em/2em "Regular"; }

.logo-div { 
    background: #ebeae1;
    padding: 50px auto;
    text-align:center;
}
.t404 {
    font-size: 10em;
    font-family: "Regular";
    display:block; text-align:center;
    color: #ebeae1; 
    line-height: 100%;
}

.t402 {
    font-size: 1.2em;
    font-family: "Narrow";
    display:block; text-align:center; color:#c6c5bb; padding-bottom:4em;
}

.t403 {
    font-size: 1em;
    font-family: "Narrow";
    display:block; text-align:center;  color:#c6c5bb;
}