.waves-light-blue-skin .waves {
  background-color: #191919;
}

h2 {
  font-size: 5rem;
  margin-bottom: 20px;
}

h2 span {
  background: none;
}

h2:after {
  display: none;
}

.navbar-brand img {
  height: 3rem;
  margin-top: 7px;
  margin-right: 10px;
}

nav .button-collapse {
  margin-right: 7px;
}

.blog .posts .content .smaller small {
  margin-top: 20px;
}

h5 {
  line-height: 2.5rem;
}

@media only screen and (min-width: 1000px) {
  .blog .posts .content .smaller small {
    font-size: 1.7rem;
    line-height: 3rem;
  }

  .blog .posts .content .smaller {
    font-size: 3rem;
    line-height: 3rem;
  }
}

@media only screen and (max-width: 1000px) {
  .responsive {
    width: 100%;
    height: auto;
  }

  .posts {
    display: none;
  }

  h2 {
    font-size: 4rem;
  }

  .brand-logo {
    margin-left: 20px;
  }
}

h5 {
  font-size: 1.5rem;
}
