/* 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: 300px;
  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 (max-width: 768px) {
  #logo-container {
    float: right;
    width: 80%;
    height: 80%;
  }
}

@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;
}

.card-content {
  height: 20vh;
  overflow-y: auto;
}

.paragraph-text-block {
  height: 40vh;
  overflow-y: auto;
}

.nav-wrapper li a.active {
  background-color: rgba(0, 0, 0, 0.1);
  border-left: none;
  -webkit-box-shadow: inset 0px -5px 0px 0px rgba(0,150,136,1);
  -moz-box-shadow: inset 0px -5px 0px 0px rgba(0,150,136,1);
  box-shadow: inset 0px -5px 0px 0px rgba(0,150,136,1);
}

.section {
  padding-top: 0;
  padding-bottom: 2rem;
}

.subscribe-button {
  background-color: #4CAF50;
  border-bottom: 3px solid #2e7d32 !important;
  color: #ffffff;
}

.subscribe-button:hover {
  background-color: #388e3c;
}

.btn-large {
  border-bottom: 4px solid #009688;
}

.text-shadow-large {
  text-shadow: 0px 5px 15px rgba(130, 130, 130, 0.8);
}

.text-shadow-small {
  text-shadow: 0px 2px 3px rgba(130, 130, 130, 0.8);
}

.modal-header {
  width: 100%;
  background-color: #4CAF50;
  border-bottom: 3px solid #2e7d32;
  line-height: 4rem;
  overflow-y: hidden;
  box-shadow: 0px 2px 3px rgba(130, 130, 130, 0.8)
}

.modal-header-text {
  color: #FFFFFF;
  text-align: center;
  line-height: 4rem;
  vertical-align: middle;
}

.modal {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  overflow-y: hidden;
}

.modal-content {
  padding-bottom: 156px !important;
}

