a {
  color: #00B7FF;
}

.header {
  position: absolute;
  bottom: 0;
  left: 0;
}

#canvas-container {
  position: fixed;
  width: 100%;
  height: 100%;
}

canvas {
  width: 100%;
  height: 100%;
  min-height: 600px;
  background: black;
  -webkit-transition: background-color 1s;
  transition: background-color 1s;
}

.loading-animation {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

hr.planetdivider {
  width: 90%;
  /* Older browsers */
  width: calc(100% - 30px);
}

.main {
  z-index: 1;
}

.fork {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  border: 0;
}

@media (max-width: 767px) {
  aside.navbar-fixed-bottom {
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  aside.navbar-fixed-bottom {
    margin-bottom: 50px;
  }
}
nav.navbar.navbar-fixed-bottom {
  z-index: 1031;
}
nav.navbar.navbar-fixed-bottom .navbar-text {
  padding-left: 15px;
  padding-right: 15px;
}

.mwologo {
  height: 20px;
}
