/* 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: 350px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
  background-image: linear-gradient(to bottom,#000000 -100%,rgba(0,0,0,0) 100%);
  background-repeat: repeat-x;
}
.parallax-container .section {
  width: 100%;
}

.container h1.header {
  -webkit-animation: homesliderdesc 1.5s 1; /* Safari 4+ */
  -moz-animation: homesliderdesc 1.5s 1; /* Fx 5+ */
  -o-animation: homesliderdesc 1.5s 1; /* Opera 12+ */
  animation: homesliderdesc 1.5s 1; /* IE 10+, Fx 29+ */
}
.container .row {
  -webkit-animation: homesliderdesc 2s 1; /* Safari 4+ */
  -moz-animation: homesliderdesc 2s 1; /* Fx 5+ */
  -o-animation: homesliderdesc 2s 1; /* Opera 12+ */
  animation: homesliderdesc 2s 1; /* IE 10+, Fx 29+ */
}
.container .row a {
  margin: 0 auto;
}
.container .row:last-child {
  -webkit-animation: homesliderdesc 3s 1; /* Safari 4+ */
  -moz-animation: homesliderdesc 3s 1; /* Fx 5+ */
  -o-animation: homesliderdesc 3s 1; /* Opera 12+ */
  animation: homesliderdesc 3s 1; /* IE 10+, Fx 29+ */
}
@-webkit-keyframes homesliderdesc {
  0%   { opacity: 0; margin-left: -100%; }
  50%   { opacity: 0; margin-left: -50%; }
  100% { opacity: 1; margin-left: 0%}
}
@-moz-keyframes homesliderdesc {
  0%   { opacity: 0; margin-left: -100%; }
  50%   { opacity: 0; margin-left: -50%; }
  100% { opacity: 1; margin-left: 0%}
}
@-o-keyframes .homesliderdesc {
  0%   { opacity: 0; margin-left: -100%; }
  50%   { opacity: 0; margin-left: -50%; }
  100% { opacity: 1; margin-left: 0%}
}
@keyframes .homesliderdesc {
  0%   { opacity: 0; margin-left: -100%; }
  50%   { opacity: 0; margin-left: -50%; }
  100% { opacity: 1; margin-left: 0%}
}


@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;
}