/* 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;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.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;
}

.zandevo-title {
  font-family: 'Luckiest Guy', 'Chewy', cursive;
}

.zandevo-subtitle {
  font-family: 'Chewy', cursive;
}

.parallax-title {
  font-family: 'Megrim', cursive;
}

.zandevo-description{
  font-family: 'Merienda', cursive;
}

.zandevo-presentation .zandevo-img-pres{
  height: 200px;
  border-radius: 10px;
}

.zandevo-separator {
  border-bottom:1px solid #52646c;
}

.zandevo-icon {
  width: 50px;
  float: left;
  margin-right: 15px;
}

.zandevo-exp {
  font-family: 'Coming Soon', cursive;
  text-decoration: underline;

}
.checked {
  color: orange;
}