/* 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 {

    
  

  position: absolute;  
  display: inline-block;
  font-size: 2.1rem;
  padding: 0;

  /*
    color: #fff;  
    color: #444;


  */

}

p {
  line-height: 2rem;
}

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


/* ---------------------------------------  */

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax-container .parallax img {
  opacity: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}


/* ---------------------------------------  */


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




.full-image {
    min-width: 100% auto !important;
    min-height: 100% auto !important;;
    
}

@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;
}
