a.btn {
  text-transform: none
}



body#landing-page {
  padding-top: 135px
}

div.footer p {
  font-size: 8px;
}

.jumbotron p {
  font-weight: 4;
}

div.jumbotron {
  position: absolute;
  top: 55px;
  width: 100%;
  background-image: url('/assets/img/starfield.jpg');
}

div.jumbotron {
  position: absolute;
}

div.jumbotron, div.jumbotron h1 {
  color: #fff;
}

.header {
  overflow: auto;
}

.header img {
  display: inline-block;
  width: 90px;
  height: 90px;
  margin-left: 10px;
}

.header h1 {
  display: inline-block;
  vertical-align: middle;
}

div.beta_download a {
  color: rgb(233, 233, 233);
  font-size: 14px;
  text-decoration: underline;
}

div.beta_download a:link a:active a:visited {
  text-decoration: underline;
}

div.beta_download a:hover {
  color: rgb(148, 198, 255);
  text-decoration: underline;
}

body#landing-page div.landing-features h3 {
  font-size: 24px;
}

body#landing-page div.landing-features, body#landing-page div.footer {
  background: #ffffff;
  position: relative;
  top: 280px;
}

body#landing-page a.navbar-brand, body#landing-page #navbar_download_button {
  opacity: 0;
  transition: opacity 2s ease 0s;
}

body#landing-page a.navbar-brand.navbar-visible-on-scroll, body#landing-page #navbar_download_button.navbar-visible-on-scroll {
  opacity: 1;
  transition: opacity 2s ease 0s;
}

div.join-discord, div.documentation {
  padding-top: 2px;
}

div.contribute-home {
  padding-top: 2px;
  padding-bottom: 40px;
}

h2 a.a-no-format {
  text-decoration:none;
  color:inherit;
}

h2 a.a-no-format:hover {
  text-decoration: underline;
  color:inherit;
}

nav.navbar {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.nav-button {
  transition: background-color 0.2s ease;
}

.nav-button:hover {
  background-color: #eeeeee;
  border-bottom: 2px solid #666666;
}

.nav-button > a {
  border-bottom: none;
}

.nav-button.active {
  background-color: #e8e8e8;
  border-bottom: 2px solid #444444;
}

.nav-button.active > a {
  color: #333333 !important;
  font-weight: 600;
}

.btn-green, .btn-green:active, .btn-green:hover, .btn-red, .btn-red:active, .btn-red:hover {
  color: white !important;
}

.btn-green {
  background-color: rgb(70, 197, 94);
}

.btn-green:hover {
  background-color: rgb(63, 160, 80);
}

.btn-red {
  background-color: rgb(236, 95, 95);
}

.btn-red:hover {
  background-color: rgb(200, 89, 89);
}

.downloads-os-title {
  padding-top: 40px;
}

.separator-downloads {
  margin-top: 40px;
}

.donate-button {
  margin-top: 13px;
  margin-left: 2em;
}

.dropdown:hover .dropdown-menu{
  display: block;
}

#confetti-canvas {
  position:fixed;
  top:0;
}

.new-tag {
  color: red;
  font-size: 0.7em;
  margin-left: 5px;
}

.discord-guild {
  border-radius: 10px;
  width: 25%;
}

.screenshot-heading {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.screenshot-heading::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background-color: #2196f3;
  margin: 8px auto 12px;
  border-radius: 2px;
}

.screenshot-arrow {
  color: #2196f3;
  font-size: 20px;
  margin-bottom: 16px;
  animation: bounceDown 1.5s ease-in-out infinite;
}

@keyframes bounceDown {
  0%, 100% { transform: translateY(0); }
  50%       { transform: translateY(6px); }
}

.screenshot-img {
  width: 100%;
  box-shadow: 0 8px 24px rgba(0,0,0,0.35);
}

#screenshotCarousel {
  margin-bottom: 30px;
}

#screenshotCarousel .carousel-caption {
  position: static;
  background: none;
  color: #555;
  text-shadow: none;
  padding: 8px 0 30px;
}

#screenshotCarousel .carousel-caption p {
  font-size: 14px;
  margin: 0;
}

#screenshotCarousel .carousel-control.left,
#screenshotCarousel .carousel-control.right {
  background-image: none;
  width: 8%;
}

#screenshotCarousel .carousel-control .glyphicon {
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.45);
  color: #fff;
  font-size: 16px;
  margin-top: -18px;
}

#screenshotCarousel .carousel-indicators {
  bottom: -30px;
}

#screenshotCarousel .carousel-indicators li {
  background-color: #aaa;
  border-color: #aaa;
}

#screenshotCarousel .carousel-indicators .active {
  background-color: #555;
  border-color: #555;
}