/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
* {
  font-family: 'Raleway', sans-serif;
}
nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

h1 {
    font-size:25px;
    
}
h2 {
    font-size: 50px;
}
.button-collapse {
  color: #26a69a;
}

.parallax-container {
  min-height: 380px;
  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%;
  }
    
    
    h1 {
        font-size:20px;

    }
    h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
    
h1 {
    font-size:15px;
    
}
h2 {
    font-size: 30px;
}
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  margin: 0;
}

nav ul.btn-adherent {
  background-color: #ffba01;
}



.nav-wrapper ul.btn-adherent li a {
  display: inline-block;
  line-height: 1.1em;
  vertical-align: middle;
  color: white;
  text-align: center;
}
.nav-wrapper ul.btn-adherent li a span {
  font-size: .8em;
}

nav ul.btn-adherent li:hover {
  background-color: rgba(0, 0, 0, .1);
}

nav ul.btn-adherent li a:hover {
  background-color: transparent;
}