/* 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%;
  }
  .parallax-container h5 {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 7px 0 10px 0 !important;
    color: #000;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
  nav .brand-logo {
      font-size:1.3rem !important;
  }
  .logo-img {
      max-height:230px;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
  nav .brand-logo {
      font-size:0.75rem !important;
  }
}

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

footer.page-footer {
  margin: 0;
}
.logo-holder {
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 50%;
}
.logo-img {
    width: 250px;
    height: 250px;
}
.teal {
    background-color: #DD2222 !important;
}