/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

p {
  line-height: 2rem;
}

.button-collapse {
  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;
  }
}

ul {
  list-style-type: disc;
}

ul.light > li {
  list-style-type: disc;
}

footer.page-footer {
  margin: 0;
}

.nav-wrapper {
  font-size: 18px;
}
.nav-wrapper > ul > li> a {
  font-size: 18px;
}

.icon-block {
  margin-left: 20px;
}

.icon-block .material-icons {
  font-size: inherit;
}

.profile {
  margin:25px;
  width: 70%;
  border-radius: 200px;
}

.map {
  height: 300px;
  width: 100%;
  margin: 0px 100px 0px 0px;
  margin-top: 80px;
  border-radius: 10px;
}

.truck {
  margin: 25px;
  border-radius: 10px;}
}
