h1 {
  color: black !important;
  text-align: center;
}

h2 {
  color: #000;
  font-weight: 800;
  text-transform: uppercase;
  font-family: "League Spartan"
}
h3 {
	font-family: "League Spartan";
	font-weight: 800;
}
h4 {
	font-family: "League Spartan";
	font-weight: 800;
}

p {
	font-family: "League Spartan";
}

a {
  color: #478CC4;
  font-weight: 800;
  text-decoration: none;
}

/* Desktop+ */
@media (min-width: 780px) {
  h1 {
    font-size: 4em !important;       
  }
}
