#navigation {
    position: absolute;
    padding: 15px 0;
    border-bottom: 1px solid white;
    background-color: #05141f;
}
#navigation.lightheader {
    position: relative;
    background-color: #05141f;
}
.boxednav .navbar-default {
    background: #05141f;
    padding: 0 15px;
    margin-top: 15px;
}
#navigation.fixed {
    background-color: #05141f;
    position: fixed;

    left: 0;
}

.item-one {
    background: #000;
    /*background: #05141f;*/
}

/* register */

.register-container h2 {
    font-size: 2.5rem;
}

.register-container h3 {
    font-size: 2rem;
}

.register-container {
    min-height: 800px;
}

div.top-right {
    right: 30px;
    top: 30px;
}

a {
    text-decoration: underline;
    transition: 0.4s all;
}

a:hover {
    opacity: 0.6;
}

/** preorder **/
.border-bottom-2 {
    border-bottom: 1px solid white;
    padding: 0 0 2rem;
}
