﻿html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    background-color: #121212;
    color: #dfdfdf;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 40px; /* Vertically center the text there */
}

header {
    margin-bottom: 35px;
}

header, footer, nav, nav.navbar, footer.border-top {
    background-color: #1f1f1f !important;
    border-color: #303030 !important;
}

header, nav, nav.navbar, nav .nav-link {
    color: #fff !important;
    font-weight: 600;
}

footer {
    color: #888 !important;
}

a.nav-link:hover {
    color: #cecece !important;
}

h1 {
    margin-bottom: 35px;
}

h2 {
    margin-bottom: 30px;
}

h3 {
    margin-bottom: 25px;
}

h4 {
    margin-bottom: 20px;
}

pre {
    color: #dfdfdf;
    background-color: #1f1f1f;
    padding: 15px;
    border-radius: 3px;
}

.error-info {
    border-top: 1px solid #2f2f2f;
    padding-top: 1rem;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
}

main a, main a:visited, main a:hover {
    color: unset;
    text-decoration: none;
    border-bottom: 1px dashed;
}

main a:hover {
    color: #bebebe;
}