body {
  background-color: #181c25;
  font-size: 16px;
}

.intro {
  background-image: url(/imgs/space-bg-shadowcodex.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-intro {
  min-height: 400px;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.home-banner {
  display: inline-block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.home-banner .btn-default {
  padding: 14px;
  background-color: transparent;
  text-decoration: underline;
}

.home-banner .btn-default:hover {
  background-color: transparent;
}

.home-middle {
  font-weight: 700;
  font-size: 36pt;
  margin-top: 5px;
}

.home-bottem {
  font-weight: 100;
  font-size: 15pt;
}

.install-command {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  padding: 20px;
  background-color: #141b2b;
  width: 50%;
  min-width: 300px;
}

.features h3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.feature-list {
  padding-left: 9%;
}

#terminal-deploy {
  background-color: black;
  padding: 20px;
  font-family: monospace;
}

.terminal-blue {
  color: #1966d9;
}

.terminal-purple {
  color: #6d22e1;
}

.terminal-green {
  color: #3cd53c;
}

.section-title {
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #49a170;
}

.section-spacer {
  height: 75px;
  width: 100%;
  display: block;
}

.blurb-img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  display: block;
}

.blurb-text {
  text-align: center;
  margin-top: 15px;
}

.stat-num {
  text-align: center;
  font-weight: 100;
  font-size: 72pt;
}

.stat-text {
  text-align: center;
  font-weight: 700;
}

.footer-btn {
  margin-left: 5px;
  margin-bottom: 5px;
}

footer {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(/imgs/space-bg-shadowcodex.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100px;
  padding: 20px 5em 45px;
}

.btn-primary {
  background-color: #49a170;
}

.features i {
  padding-right: 11px;
}

header {
  background: transparent;
  position: absolute;
  width: 100%;
}

nav {
  font-size: 18px;
  display: inline-block;
  padding: 15px;
}

nav .brand {
  display: inline-block;
}

nav .brand a {
  color: white;
}

nav .nav-links {
  list-style: none;
  display: inline;
}

.nav-links li {
  display: inline-block;
  padding: 0 10px;
}

.nav-links li a {
  color: white;
}

.nav-links li.selected,
.nav-links li:hover {
  color: #6cace5;
}

a {
  color: #6cace5;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #3f8b61 !important;
}
