/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
.sticky-body {
	margin: 0;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
    flex: 1 0 auto;
}

.sticky-content {
	flex: 1 0 auto;
}

.m-help-block {
	color: #22ada8;
    font-size: .8rem;
}


nav ul a:hover {
  background-color: #4d8089;
  color: #fff;
}


nav ul a,
nav .brand-logo {
  color: #55848e;
}

p {
  line-height: 2rem;
}

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

.sidenav-trigger{
  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%;
  }
  
  nav .brand-logo {
    left: 50%;
    /* -webkit-transform: translateX(-50%); */
    transform: translateX(-50%);
    font-size: 1rem;
    font-weight: 600;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

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

.icon-block img {
  margin-left: 15%;
  /* height: 100%; */
  width: 75%;
}

.icon-block img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);

} 

.icon-block h5 {
  color: #014552 !important;
}

.icon-block h5:hover {
  color: #014552 !important;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}



.icon-block img {
  margin-left: 15%;
  /* height: 100%; */
  width: 75%;
}.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

.custom-text {
   color: #E91E63 !important;
}

.custom-text-1 {
    color: #014552 !important;
}