/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
html {
  font-family: "Raleway", sans-serif;
}

.parallax img {
  filter: opacity(60%);
}

.initial-parallax {
  height: 65vh;
}

.logo {
  max-width: 100%;
  /* max-height: 100px; */
}

.subtitle {
  font-size: 11px;
}
