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('/https/openrocket.info/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;
}

.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%;
}