.hero {
  background: url(images/hero.jpg) center center / cover no-repeat;
    color: white;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: center;
    padding-left: 15vw;
    padding-top: 8em;
}

.cta-bar {
    background-color: #25299c;
    color: white;
    padding: 1px 0;
    text-align: center;
}

    .image-text-block img {
      max-width: 100%;
      border-radius: 10px;
    }

    footer {
      background-color: #f8f9fa;
      padding: 2rem 1rem;
      text-align: center;
    }
nav {
    width: 100vw;
    height: 90px;
    display: flex !important;
    justify-content: space-around !important;
    padding-right: 10em !important;
    position: fixed !important;
    background: #fff;
}
nav img {
  width: 180px;
  padding: .5rem;
}
nav span {

}
body {
  font-family: sans-serif;
  font-size:14px;
}
h3 {
  font-size:18px;
}