body,p,h1,h2,h3,h4,h5,h6{color:#3e3e3d}
h2{font-size:6rem;margin-bottom:.4em}
h3{font-size:2.8rem;margin-bottom:2em}
p{font-family:karlaLight;font-size:1.6rem;line-height:120%}

.hr-border-white{border:1px solid #fff;color:#fff;margin:1rem 0 .2rem 0;width:28rem;opacity:1}

.lander-container {
  min-height:100vh;
  min-height:100dvh;
  height:auto;
  position:relative;
  overflow-x:hidden;

  /* Add background image */
  background-image: linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0.4)),
                    url("/static/images/solar_two.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.lander-container .container{min-height:inherit;height:100%}
.lander-container .lander-content{min-height:inherit;height:100%}
.lander-content{width:100%;padding-left:10%}
.lander-content h1{font-family:helvBold;font-size:7rem;color:#fff}
.lander-content h3{font-size:2rem;font-family:helv;letter-spacing:.5rem;margin-bottom:4rem;color:#fff}

#landing-carousel{position:absolute;top:0px;left:0px;height:100%;z-index:-1}
#landing-carousel img{display:inline-block;min-height:100%;min-width:100%}
#landing-carousel-container{height:100%;transition:transform .6s}
.landing-carousel-item{width:100%;min-width:100%;height:100%;overflow:hidden}
.landing-carousel-item.landing-carousel-item-1{background-color:#80b53f}
.landing-carousel-item.landing-carousel-item-2{background-color:#008245}

.teams-wrapper{margin:12rem auto 8rem auto}
.teams-head{margin-top:6rem}
.teams-head h2{font-size:6rem;cursor:pointer}

.slider-container{width:100%;overflow:hidden}
#slider-page-1{margin-left:0px;transition:.7s}
.slider-page{min-width:100%}
.slider-page h4{font-size:2.8rem}
.slider-page h5{font-size:2.4rem;font-family:helvLight}
.slider-page p{font-family:karlaLight;font-size:1.6rem;max-width:80%}
.slider-child{margin-top:7rem}

#india-text-1,#india-text-2,#india-text-3,#india-text-4,#india-text-5,
#india-text-6,#india-text-7,#india-text-8,#india-text-9,#india-text-10,
#india-text-11,#india-text-12,#india-text-13,#india-text-14,#india-text-15,
#india-text-16 {
  transform:translate(0,6em);
  opacity:0;
  margin-top:1.4em;
  transition:transform .6s,opacity .3s
}

/* Responsive tweaks */
@media only screen and (max-width: 991px){
  .slider-page p{max-width:90%}
}
@media only screen and (max-width: 970px){
  #landing-carousel img{transform:translate(-10%,0)}
}
@media only screen and (max-width: 786px){
  #landing-carousel img{transform:translate(-24%,0)}
  .slider-page p{max-width:100%}
}
@media only screen and (max-width: 430px) and (min-width: 240px){
  .teams-wrapper{margin-bottom:0px}
}
@media only screen and (max-width: 241px){
  .container{max-width:96%}
  .teams-wrapper{margin-bottom:0px}
}

/*# sourceMappingURL=team.min.css.map */
