/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

nav ul a,
nav .brand-logo {
  color: #444;
  font-family: "Homemade Apple", cursive;
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(
    to right,
    rgb(5, 56, 5),
    rgb(5, 56, 5),
    50%,
    rgb(15, 15, 15) 50%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
  transition: background-position ms ease;
}

a:hover {
  background-position: 0 100%;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: rgb(44, 42, 42);
}

.parallax-container {
  min-height: 500px;
  line-height: 0;
  height: auto;
  color: rgba(255, 255, 255, 0.9);
}
.parallax-container .section {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media only screen and (max-width: 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
  font-family: "Homemade Apple", cursive;
}

footer.body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

footer.main {
  flex: 1 0 auto;
}

i.fab,
i.far,
i.fas,
i.fa {
  color: rgb(44, 42, 42);
}
