html,body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.hero.is-info {
  background: url('../images/gtw-robot.jpg') no-repeat center right fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.hero .nav, .hero.is-success .nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.hero .subtitle {
  padding: 3rem 0;
  line-height: 1.5;
}

.bg-opacity {
  background-color: rgb(0, 0, 0, 0.4);
}

.blue-chill {
  color: #118D99;
}
 .sage {
  color: #97A48D;
 }

 .raffia {
  color: #E9D5AE;
 }

 .mondo {
  color: #47342B;
 }