
html, body {
    background-color: black;
    height: 100%;
    font-family: courier, sans-serif;
    color: white;
}

#navigation {
    font-family: 'DieNasty-Regular', sans-serif;
    font-weight: normal;
}


#contact, #contact div {
    font-size: 24px;
    height: 100%;
    vertical-align: middle;
    margin-top: 15%;
}

.helper {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

#landing, #landing div {
    width: 100%;
    height: 100%;
    font-family: 'DieNasty-Regular', sans-serif;
    color: red;
    font-size: 48px;
}

#landing img {
    vertical-align: middle;
}

.navbar-brand b {
    color: red;
}

a, a:hover, a:visited, a:active {
    color: red;
}
.container {
    height: 100%;
}

.wrapper {
    margin: auto;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    width: 100%;
    height: 100%;
    padding-top: 5px;
}

.scrolls {
    /*
    Firefox screws this up.
                overflow-x: scroll;
                overflow-y: hidden;
    */
    height: 100%;
    white-space: nowrap
}

.scrolls img {
    margin: 2px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 100%;
}
