/* 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 {
  color: #607d8b;/*blue-grey*/
}

p {
  line-height: 2rem;
}

.button-collapse {
  color: #26a69a;
}

.parallax img{
  width: 100%;
}

#index-banner {
  min-height: 600px;
}

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

.media-clipping {
  height: 260px;
}

.round-image {
  border-radius: 50%;
  width: 128px;
  height: 128px;
}

#clients .client{
  height: 220px;
}

#clients img {
  max-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) {
  .card-image {
    display: none;
  }
  
  #index-banner .section {
    top: 0;
  }
}

@media screen and (max-width: 480px){
  .parallax-container{
    display: none;
  }
}

.icon-block {
  padding: 0 15px;
}

footer.page-footer {
  margin: 0;
}

footer a:hover{
  text-decoration: underline;
}