

.masthead {
  height: 100vh;
  background-image: url('../images/iow_www_bk.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.masthead img {
  max-height: 50vh;
}

body {
  position: relative;
  font-family: 'Bitter', serif;
  font-size: 14px;
}

.text-banner {
    text-align: center;
    margin: 60px 20px;
}
.h1, h1 {
    font-family: 'Bitter', serif;
    font-size: 44px;
}
.h2, h2 {
    font-family: 'Bitter', serif;
    font-size: 25px;
}
.h3, h3 {
    font-family: 'Bitter', serif;
    font-size: 25px;
}

.h5, h5 {
    font-size: 18px;
}

.p p {
    font-size: 18px;
}

.down-button i {
    color: darkslategrey;
}



@media (max-width: 575.98px) {
  body .text-right { 
    text-align:left !important; 
  }
}

@media (min-width: 992px) {
  body {
    font-size: 18px;
  }
  .h2, h2 {
    font-family: 'Bitter', serif;
    font-size: 30px;
  }
}
