#section-greeting h1 {
  font-weight: bold;
}

@media (min-width: 769px) {
  #section-greeting {
    margin: 10vh 0 10vh 0;
    font-size: 1.5em;
  }
  #section-greeting h1 {
    font-weight: bold;
  }
}
@media (max-width: 769px) {
  #section-greeting {
    margin: 10vh 0 10vh 0;
  }
  #section-greeting p {
    width: 95%;
    margin: auto;
    font-size: 1.3em;
  }
}

/*# sourceMappingURL=greeting.css.map */
