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

.button-collapse {
  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;
}

ul li a{
  color: white;
}

.iconrow {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px; 
  
}
  
  .iconrow > div {
    height: 150px;
    width: 33.3%;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 5px; 
  }
    @media (max-width: 767px) {
      .iconrow > div {
        margin: 10px 10px; 
      }
    }
    .iconrow > div:after {
      content: attr(data-title);
      text-align: center;
      width: calc(100% + 20px);
      height: 50px;
      position: absolute;
      bottom: -35px;
      left: -10px;
      font-weight: 600;
      text-transform: uppercase;
      font-size: 12px;
      color: rgba(33, 42, 62, 0.5); }
  .iconrow img {
    max-width: 150px; }
    @media (max-width: 767px) {
      .iconrow img {
        max-width: 115px;
        min-width: 95px; } }