/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

html {
     font-family: Futura;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}

h7 {
  font-size: 1.64rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
  color: #FFF;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

ol {
  color: #444;
  font-family: Gill Sans;
}
p {
  line-height: 2rem;
  color:#444!important;
  font-family: Gill Sans;
}

.copyright {
  color: #444;
  padding-left: auto;
}

.customfooter {
  max-width: 1280px;
  width: 90%;
}

.button-collapse {
  color: #444;
}

.card-title {
  color:#444!important;
}

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


.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

.container:hover .overlay {
  opacity: 1;
}


.input-field input[type=text]:focus + label {
  color: #444!important;
}

.input-field input[type=email]:focus + label {
  color: #444!important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #444!important;
  box-shadow: 0 1px 0 0 #444!important;
}

.materialize-textarea:focus + label {
  color: #444!important;
}
/* label underline focus color */
.materialize-textarea:focus {
  border-bottom: 1px solid #444!important;
  box-shadow: 0 1px 0 0 #444!important;
}

body {
  display: flex;
  display: -webkit-flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}


.imparallax {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
