* {
  margin: 0;
  padding: 0;
}

.hero-head {
  margin-bottom: 120px;
}

.hero-body {
  padding: 10px;
}

.hero-foot {
  background-color: #254567;
  padding: 20px;
}

.hero-foot, .hero-foot strong, .hero-foot a, .footer a:visited {
  color: #fff;
}

.hero-foot a:hover, .hero-foot a:visited:hover {
  color: #ccc;
}

.banner {
  /* Whitespace fix */
  position: absolute;
  left: -5px;
  width: 105%;
  height: 120px;
  background-image: url("/assets/images/hex_art.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-x;
}

.nav {
  box-shadow: none !important;
  background-color: #254567 !important;
}

.nav-item {
  color: white !important;
}

.nav-item{
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
}

.nav-item:hover {
  text-decoration: underline;
}

.hero-image {
  width: 80%;
}

.download:hover {
  background-color: #1D3555 !important;
  transition: all 0.3s ease;
}

.reasons-why img {
  width: 15%;
  vertical-align: middle;
  margin-right: 5px;
}

.reasons-why li {
  margin-bottom: 10px;
}

.subscribe {
  background-color: #1D3555;
}

.subscribe h1 {
  margin-top: 5px;
  margin-right: 20px;
  font-size: 1.2em;
  color: white;
}

.media {
  margin-bottom: 12px;
}

.post.title {
  margin-bottom: 8px !important;
}

@media screen and (max-width: 600px) {
  .hero-head {
    margin-bottom: 80px;
  }
}
