html, body {
    width: 100%;
    height: 100%;
}

body {
    background-color: #161616;
    font-family: "acumin-pro", sans-serif;
    color: #DDD;
}

a:link {
    color: #DDD;
    text-decoration: underline;
}

a:visited {
    color: #DDD;
    text-decoration: none;
}

a:active {
    color: #DDD;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.hidden-row {
    opacity: 0;
}

.load-header {
    opacity: 0;
}

.load-row {
    opacity: 0;
}

.footer {
    background-color: #920000;
    color: #DDD;
    width: 100%;
    height: 10vh;
    text-align: center;
    line-height: 10vh;
    float: left;
    font-size: 1.1em;
    letter-spacing: 3px;
    font-weight: 200;
}

.header {
    background-color: #920000;
    color: #DDD;
    width: 100%;
    height: 10vh;
    text-align: center;
    line-height: 10vh;
    float: left;
    font-size: 1.3em;
    font-weight: 200;
    letter-spacing: 10px;
    text-transform: uppercase;
}

label {
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.7em;
}

.content-panel {
    width: 100%;
    margin-bottom: 40px;
    float: left;
    font-weight: 200;
    font-size: 1.3em;
    line-height: 1.8em;
}

.inner-header {
    letter-spacing: 10px;
    text-transform: uppercase;
    margin-top: 40px;
    margin-bottom: 4vh;
    overflow: hidden;
    width: 100%;
}
.inner-header:before,
.inner-header:after {
    background-color: #DDD;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.inner-header:before {
    right: 0.5em;
    margin-left: -50%;
}

.inner-header:after {
    left: 0.5em;
    margin-right: -50%;
}

