body {
    color:#fff;
    margin: 0;
    background: #000000;
    font-family: "Helvetica", serif;
    position: relative;
}

h1 {
    font-size: 3rem;
    font-weight: bold;
}

h2 {
    font-size: 3rem;
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

h4 {
    font-weight: bold;
}

a {
    color:#fff;
    text-decoration: none;
}

#top {
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    top:0;
    width:100%;
    z-index: 1000;
    background: #000;
}
#top .navbar-brand {
    padding-left: 40px;
}

#top .navbar-nav {
    max-width: 450px;
    margin: 0 auto;
}

#top .navbar-nav a.nav-link {
    color: #fff;
    font-size: 1.2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

#top .navbar-nav a.nav-link.active {
    color:#dc3545;
}

#content, .content {
    padding:25px 0px;
    max-width: 950px;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}

#footer {
    background: #26252c;
    width:100%;
}

.page {
    padding: 90px 0;
    font-size: 20px;
}

.card-symbol {
    max-height: 219px;
    padding:2rem;
}

.fa-rounded {
    width: 30px !important;
    height: 30px;
    line-height: 30px !important;
    border-radius: 50%;
    font-size: 14px;
}

.fa-2x-rounded {
    width: 64px !important;
    height: 64px;
    line-height: 64px !important;
}

.sub-font {
    font-size: 20px;
}

/** Bootstrap overwrite **/

.list-group {
    border-radius: 1.75rem;
}

.list-group-item {
    color:#fff;
    background: #26252c;
}

.nav-pills li.nav-item {
    margin-left: 6px;
}

.nav-pills li.nav-item a.nav-link {
    border-radius: 20px;
    background: #fff;
    color:#1d1d1d;
}

.card {
    background: #26252c;
    border-radius: 1.75rem;
}

.card-title {
    font-weight: bold;
}

.btn-round {
    border-radius: 18px;
}

.modal-content {
    background: #26252c;
}

/** Anim **/

.anim-1, .anim-2, .anim-3, .anim-4 {
    transform: scale(0);
}

/** media quer */
@media (max-width: 767px) {
    #content {
        margin: 0 10px;
    }
}