/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Update by David Adine
 */



nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
  text-align: justify!important;
}

.brand-logo{margin-left: 10px;}
.button-collapse {
  color: #26a69a;
}

.backimg {
background-image: url("../img/dalfa.jpg");
background-repeat: no-repeat;
background-position: bottom center;
background-attachment: fixed;
background-size: cover;
}

.backimg2 {
background-image: url("../img/bg01.jpg");
background-repeat: no-repeat;
background-position: bottom center;
background-attachment: fixed;
background-size: cover;
}

.parallax-container {
  min-height: 420px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
  background-color: rgba(105,122,152,0.50);
}
  .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;
  }

  .hidden{display: none;}
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
  background-color: #697a98;
}

.boxconnect {
background-color:rgba(250,250,250,0.5);
margin: 1rem 0 1rem 0;
padding: 20px !important;
border-radius: 4px 4px 4px 4px;
}