/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 .BG {
  background-image: url("BG3.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
 }


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

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #00883e;
}

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

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

.tabtitle
{
  font-family: 'Dosis', sans-serif;
  color: #00883e;
}

.fcd {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 100%;
  margin: 1rem;
  position: relative;
  width: 85%;
  opacity: 0.92;
  
}

.cd {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 100%;
  margin: 1rem;
  position: relative;
  width: 80%;
  opacity: 0.92;
  
}
.crd {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 260px;
  margin: 1rem;
  position: relative;
  width: 200px;
  opacity: 0.92;
}

.tic {
  background: #fff;
  border-radius: 15px;
  display: inline-block;
  height: 400px;
  margin: 0.3rem;
  position: relative;
  width: 350px;
  opacity: 0.92;
  align-content: center;
}





.card {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 500px;
  margin: 1rem;
  position: relative;
  width: 250px;
  opacity: 0.92;
}

.card-1 {
  
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}


