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

nav {
  background: linear-gradient(left, #9c27b0, #ba68c8);
  background: -webkit-linear-gradient(left, #9c27b0, #ba68c8);
  background: -moz-linear-gradient(left, #9c27b0, #ba68c8);
}

p {
  line-height: 1.5rem;
}

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

.parallax-container {
  min-height: 480px;
  height: auto;
  color: rgba(255,255,255,.9);
}

.parallax-container .section {
  width: 100%;
}

#index-banner .section {
  text-align: left;
}

#index-banner h6 {
  color: #333;
  line-height: 1.3em;
}

.reason-list{
  list-style-type: circle;
}

@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;
  }
}

#map{
  min-height:  20em;
}

.services span {
  padding-left: 10px;
  font-size: 1.3em;
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

#modal {
  position: absolute;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-width: 100%;
  min-height: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 1000;
  text-align: center;
}

#modal_body {
  padding-top: 3em;
  border-radius: .5em;
  top: 2em;  
  background-color: #fff;
  position: absolute;
  width: 30%;
  height: 200px;
}