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

.header.teal-text,
.header.light-blue-text {
  background: rgba(255,255,255,0.5);
  border-radius: 5px;
}

.header.light {
  background: rgba(0,0,0,0.35);
  border-radius: 5px;
}

p {
  line-height: 2rem;
}

p.address-block {
  line-height: 1rem;
  width: 15em;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.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%;
  }
}

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

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

dl.faq {
  text-align: left;
}

dl.faq dt {
  font-weight: bold;
}

footer.page-footer {
  margin: 0;
}

label {
  color: #111;
}

.hidden {
  display: none;
}

.white-text a {
  color: #fff;
  text-decoration: underline;
}

.featured-listings .col {
  padding-top: 1em;
  padding-bottom: 1em;
}