body {
    background: #151515 url(../img/dojo/bkg.png) 0 0;
}

.modal-content {
    background-color: #151515 !important;
}

body, table, .form-control:focus, .close {
    color: #eaeaea !important;
}

.navbar-brand, .nav-link, h1, h2 {
    color: #0f0 !important;
}

a {
    color: #0f0;
    text-shadow: 0 0 5px rgba(104,182,255,0.15);
}

nav {
    border-bottom: 1px dashed #0f0;
}

.modal-dialog {
    margin-top: 15%;
}

.modal-content {
    border: 1px dashed #0f0;
}

.navbar-brand, .nav-link, body, p, h1, h2, h3, h4, td {
    /* font-family: Monaco, "Bitstream Vera Sans Mono", "Lucida Console", Terminal, monospace !important; */
    font-family: 'Exo', sans-serif;
}

.navbar-brand {
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,0.1),0 0 5px rgba(181,232,83,0.1),0 0 10px rgba(181,232,83,0.1);
    padding-left: 15px;
}

.nav-tabs {
    border-bottom: 1px solid #6c757d;
}

.nav-link.active {
    border-color: #6c757d #6c757d #151515 !important;
}

.nav-link:hover:not(.active) {
    border-color: #6c757d !important;
}

.nav-link i {
    color: #ffff;
}

.challenge-button {
    margin-bottom: 1.5rem !important
}

.challenge-button > p {
    margin-top: 1rem;
}

.challenge-name {
    padding-bottom: 1rem;
}

.challenge-button > span, .challenge-value {
    display: none;
}

.bg-dark, .jumbotron, .nav-link.active, .form-control {
    background-color: inherit !important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgba(255,255,255,0.1);
}

#discord-avatar {
    display: block;
    margin: auto;
    width: 128px;
    border-radius: 50%;
}

#stu-fei-logo {
    height: 35px;
    border-right-style: solid;
    padding-right: 15px;
}

#link-fei {
    text-decoration: none;
    color: #ffff;
}

.mr-10 {
    margin-left: 10px;
}

.ml-10 {
    margin-right: 10px;
}

.urls {
    display: flex;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

