@font-face {
  font-family: cruzMariaFont;
  src: url("../fonts/BITCBLKAD.ttf"); }
body {
  height: 100vh;
  background-color: #ffffff;
  background-image: url("../images/heroBG.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center; }

h1 {
  font-family: cruzMariaFont, serif;
  color: black;
  text-align: center;
  font-size: 4rem; }

@media only screen and (min-width: 500px) {
  h1 {
    font-size: 6rem; } }
@media only screen and (min-width: 992px) {
  h1 {
    font-size: 8rem; } }

/*# sourceMappingURL=cruzmaria-styles.css.map */
