@font-face {
    font-family: 'Gotham Medium';
    src: url('./fonts/gotham/Gotham-Medium.eot');
    src: url('./fonts/gotham/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/gotham/Gotham-Medium.woff') format('woff'),
    url('./fonts/gotham/Gotham-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Book';
    src: url('./fonts/gotham/Gotham-Book.eot');
    src: url('./fonts/gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'),
    url('./fonts/gotham/Gotham-Book.woff') format('woff'),
    url('./fonts/gotham/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, body, section{
    min-height: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

section {
    background: linear-gradient(rgba(30,53,93,.6),rgba(30,53,93,.6)),url(/img/404_bg.jpg) top center no-repeat;
    background-size: auto,cover;

    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

section div{
    padding: 60px;
    max-width: 50%;
}

.remax {
    max-width: 150px;
    margin-bottom: 30px;
}

h1 {
    font-family: "Gotham Medium";
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
    text-transform: uppercase;
    opacity: .8;
    color: #f8f8f8;
}

p {
    opacity: .8;
    color: #f8f8f8;
    font-family: "Gotham Book";
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
}

