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

.sidenav-trigger {
  color: #26a69a;
}

.card {
  max-height: 900px;
}

.inline-image {
  max-width:185px;
}

.card-image img {
  max-height: 185px;
  width: 185px !important;
}

.customer-cards > div {
  padding: 25px !important;
}

.customer-logo {
  max-height: 70px;
  max-width: 100%;
  transition: transform .2s; /* Animation */
}

.customer-logo:hover {
  transform: scale(1.25);
}

.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: 600px) {
  nav .brand-logo {
    left: 40% !important;
  }
}

nav .logo-image {
  padding-top: 10px;
  vertical-align: text-bottom;
}

nav .logo-text {
  vertical-align: top;
}

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }

  nav .brand-logo {
    font-size: 24px;
  }

  nav .logo-image {
    max-height:39px;
  }
}

@media only screen and (max-width: 760px) {
  nav .brand-logo {
    font-size: 20px;
  }

  nav .logo-image {
    max-height:33px;
  }
}

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

  nav .brand-logo {
    font-size: 14px;
  }

  nav .logo-image {
    max-height:27px;
  }
}

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

footer.page-footer {
  margin: 0;
}
