/* 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: #68676B;
  font-weight: 400;
}

p {
  line-height: 2rem;
  line-height: 2rem;
  font-family: 'Quicksand', sans-serif;
  color: #676767;
}
h1
{
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
}

h2,h3,h4,h5,h6{
  font-family: 'Rajdhani', sans-serif;
  color: #676767;
}

a,li{
  font-family: 'Rajdhani', sans-serif;
  color: #676767;
}
body{
  font-family: 'Quicksand', sans-serif;
}



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

.parallax-container {
  min-height: 350px;
  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;
  }
  #index-banner h1{
  font-size:3.56rem;
  }
  .parallax-container {
    min-height: 300px;
  }
  
}

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

footer.page-footer {
  margin: 0;
}

#index-banner h1{
  margin:80px 0 100px 0;
}
h5{
  font-size:1.3rem;
}
#aboutusboard h2{
  margin:0 0;
}

i.collection {
  border:1px solid #8BC34A;
  padding: 15px 15px;
}
hr{
  background-color: #e0e0e0;
  color: #e0e0e0;
  height:1px;
  border: 0 none;
}

#appbenefits p{
  font-size:1.05rem;
}

