@font-face {
    font-family: 'HackNerdFont';
    src: url('HackNerdFontMono-Regular.ttf') format('truetype');
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    font-family: 'Fact';
    overflow-y: scroll;
}

html {
    background-color: #ffffff;
}

body {
    background-image: url('background.jpg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

div.content {
    margin: 0;
    padding: 0px;
    width: 1024px;
    height: 100%;
    min-height: 100%;
    overflow: auto;
    background-color: #ffffff;
    color: #000;
    box-shadow: 6px -1px 5px 0px rgba(0, 0, 0, 0.29);
}

div.content div.fix {
    padding: 20px;
    padding-bottom: 150px;
}

div.header {
    font-family: 'Fact';
    padding-top: 20px;
}

div.header h1 {
    font-size: 28px;
    margin: 0;
    padding: 0;
}

div.header h2 {
    font-size: 18px;
    margin: 0;
    padding: 0;
    margin-top: -5px;
}

div.header img {
    margin-top: 6px;
}

div.header b {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0;
}

div.body {
    font-size: 18px;
    margin: 20px 0;
}

div.body a {
    color: #f00;
    font-weight: bold;
    text-decoration: underline;
}

div.links {
    margin-top: 25px;
}

div.links a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #000;
    margin-right: 5px;
    margin-bottom: 7px;
}

div.footer ul li span {
    display: inline-block;
    width: 75px;
    font-weight: bold;
    margin-right: 15px;
}

div.footer {
    background-color: #ffffff;
    position: fixed;
    bottom: 0px;
    padding-bottom: 15px;
    width: 984px;
}

div.footer div.right span {
    font-weight: bold;
}

div.footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.footer ul li {
    margin: 0;
    padding: 0;
}

div.footer a.black {
    color: #000;
    font-weight: normal;
    text-decoration: underline;
}

div.footer a.red {
    color: #f00;
    font-weight: bold;
    text-decoration: underline;
}

div.left {
    float: left;
}

div.right {
    float: right;
}

br.clear {
    clear: both;
}

hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border: 0;
    border-bottom: 2px solid #000;
}

ul {
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1024px) {
    body {
        background: none;
    }

    div.content {
        width: 100%;
    }

    div.header div.left:nth-child(1) {
        margin-bottom: 5px;
    }

    div.body {
        font-size: 16px;
        text-align: left;
    }

    div.footer {
        width: calc(100% - 40px);
    }

    div.footer div.left {
        float: none;
    }

    div.footer div.right {
        float: none;
        margin-top: 10px;
    }

    div.footer br.clear {
        clear: none;
    }
}
