/* 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 .brand-logo {
  color: #444;
  text-align: left;
  font-size: 30px;
  padding: 0 30px;
}

.brand-logo {
  background-color: white;
  transition-duration: 0.5s;
}

nav .brand-logo:hover {
  background-color: #8ea1a0;; 
}

p {
  line-height: 2rem;
}

nav ul a {
  padding: 0 30px;
  color: #444;
  font-size: 20px;  
}

.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;
}
.header {
  cursor: default;
}
.nocopy {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 511px) {
  nav ul a {
    padding: 0 20px;
  }
}
@media screen and (max-width: 400px) {
  .s6 a {
    font-size: 18px;
  }
}
@media screen and (max-width: 341px) {
  nav ul a {
    padding: 0 10px;
  }
}