:root { font-family: "Raleway", sans-serif; }
.font-raleway { font-family: "Raleway", sans-serif; }
.font-indie { font-family: "Indie Flower", cursive; }
.font-pinyon { font-family: "Pinyon Script", cursive; }
body { min-width: 320px; }
section { scroll-margin-top: 75px; }
/*.reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
*/
@media (max-width: 767px) {
  .bg-fixed-mobile-safe { background-attachment: scroll !important; }
}
