/* 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: #3B3B3B;
}

.white {
  background-color: rgba(80,75,68);
}

p {
  line-height: 1.61rem;
}

.button-collapse {
  color:  #ff9800;
}

h1 {
  color: rgba(255,255,255, .9);

}

.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255, .9);

}

.parallax img {
   filter: brightness(70%);
}
  .parallax-container .section {
    width: 100%;
  }

.ProfilePicture {
  opacity: 0.85;
  border-radius: 50%;

}


@media only screen and (max-width : 1080px) {
  .parallax-container .section {
    position: absolute;
    top: 30%;
  }
  #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;
   color: rgba(255, 255, 255, 1);
   background-color: rgba(51, 51, 51, 1);
}

.footer-copyright {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(51, 51, 51, 1);
}