/* 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: #777;
}

p {
  line-height: 2rem;
}
.ct-row{
  margin: 0 0 20px 0!important;
}
.button-collapse {
  color: #222;
}
.ct-fix{
  padding-bottom: 1px;
}
.ct-green-text{
  color: #555;
}
.ct-h4-divide{
  width: 100%;
  height: 2px;
  margin: 20px 0px 40px 0px;
}

.ct-h4-line{
  display: inline-block;
  width: 20%;
  height: 2px;
  min-width: 120px;
  background-color: #999;
}
.ct-list, .ct-list li{
  list-style-type: disc !important;
  padding-left: 10px;
}
.ct-list li{
  margin-bottom: 10px;
}
.parallax-container {
  min-height: 400px;
  line-height: 0;
  height: auto;
  color: #999;
}
  .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 {
  position: relative;
  margin: 0;
  z-index: 5;
  background-color: #38B8E7;
}