* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}

.content {
  padding-top: 23vh;
  text-align: center;
}

.bg-w {
  width: 100vw;
  height: 100vh;
  background-color: royalblue;
}

@media (max-width: 784px) {
  .txt {
    font-size: 2.75rem;
  }
  p {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 75px;
  }
}

@media (min-width: 785px) {
  .txt {
    font-size: 6rem;
  }
  p {
    font-size: 1.625rem;
    font-weight: 300;
  }
  .hd {
    margin-bottom: 75px;
  }
}

.txt {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  padding-top: 30px;
  color: #90cce0;
  text-shadow: 2px 3px #FFFFFF;
}

.c-nav p {
  color: #FFFFFF;
  font-family: "Josefin Sans", sans-serif;
}
/*# sourceMappingURL=index.css.map */