html {
    overflow-y: scroll;
}

.footer {
    height: 60px;
    background-color: #ffffff;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

.container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

/* Nav */
.top-margin {
    height: 10px;
    clear: both;
}

.navbar-brand {
    color: #72c02c !important;
}

/* Footer */
.footer {
    width: 100%;
    text-align: center;
}

.footer p {
    margin: 0;
    padding: 18px 0;
    display: inline-block;
}

/* Traffic */
.hero {
    background: url(/static/hero.jpg) #222222 center center no-repeat;
    background-size: cover;
    min-width: 100%;
    padding: 12px 0;
    margin-bottom: 20px;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    color: #ffffff;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
}

.hero-desc a {
    color: #ffffff;
    text-decoration: underline;
}

.hero-desc a:hover, .hero-desc a:focus {
    text-decoration: underline;
}

.hero-title {
    font-size: 38px;
    line-height: 1.7;
}


.card-block {
    padding: 10px;
}

.card {
    margin-bottom: 20px;
}

.card-info {
    color: rgba(0, 0, 0, 0.3);
    font-size: 20px;
    position: relative;
    top: 4px;
    left: -2px;
}

.list-group-item {
    padding: 0;
}

#tmp_time, #tmp_status .server-players {
    font-weight: 700;
}

.donate p {
     margin-bottom: 5px;
}

.stats-index {
    padding: 2px 10px;
}

.stats-number {
    font-size: 30px;
}

.stats-text {
    color: #636c72;
}

/* Index */
.card-server-block {
    padding: 0;
}

.card-server {
    padding: 10px;
}

.card-server-players {
    font-size: 30px;
}

.card-server-max-players {
    font-size: 20px;
    color: #898989;
}

.card-server-progress {
    border-radius: 0;
}

/* Server */
.traffic-location, .traffic-location:hover {
    color: #212529;
}

/* Dark Mode */
body.dark {
    color: #ffffff;
    background-color: #222222;
}

body.dark .footer {
    color: #ffffff;
    background-color: #222222;
}

body.dark a, body.dark a:hover, body.dark a:active, body.dark a:visited {
    color: #3b9ae2;
}

body.dark .hero-desc a {
    color: #ffffff;
    text-decoration: underline;
}

.cc-btn:hover, body.dark .cc-btn:hover {
    color: #000000;
    text-decoration: none;
}

body.dark hr {
    border-color: #444444;
}

body.dark .breadcrumb {
    background-color: #444444;
}

body.dark .breadcrumb-item.active {
    color: #999999;
}

body.dark .text-muted, body.dark .stats-text {
    color: #999999 !important;
}

body.dark .card, body.dark .list-group-item {
    background-color: #222222;
    border-color: #444444;
}

body.dark .progress {
    background-color: #444444;
}

body.dark .traffic-location, body.dark .traffic-location:hover {
    color: #ffffff !important;
}

body.dark .card-info {
    color: #444444;
}
