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

#services{
  
  text-align: center;
  width: 100%; 
  border-bottom: 1px solid #e0e0d1; 
  line-height: 0.1em;
  margin: 40px 0 20px;
  
}

#services span{
    background:#fff; 
    padding:0 10px;
}

.contact-information {
	margin: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.footer-copyright a img {
    display: inline-block;
}

card-wow-fadeIn img{
    max-width: 50%;
    max-height: 100%;
}

img {
  display: block;
}