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

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

.parallax-container {
  min-height: calc(100vh - 56px);
  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;
}

footer.page-footer {
  margin: 0;
}

.carousel-item img {
  display: block;
  width: 100%;
  height: auto;
}

.carousel {
  max-height: calc(100vh - 64px) !important;
}

.cdbutton {
  color: #fff !important;
  background-color: #D32F2F !important;
  transition: .5s;
}

.cdbutton:hover {

  background-color: #F44336 !important;
}

.page-footer {
  background-color: #fff !important;
  color: #000 !important;
}
.page-footer a {
  color: #000 !important;
}

.title_img {
  filter: brightness(50%);
}

@media (max-width: 500px) {
  h1 {
    font-size: 2.2rem;
  }
}


.modal-header {
  height: 56px;
  line-height: 56px;
  vertical-align: middle;
  padding: 0 24px 0 24px;
  background: #F1C944;
  color: #000;
  font-size: 30px;
}

.modal-content {
  height: calc(100% - 112px) !important;
}

.modal-content h5 {
  margin-bottom:0px;
  border-bottom: solid thin #F1C944;
  padding-bottom:5px;
  letter-spacing: normal;
}