header{
    background-image: url(../images/students2-min.jpg);
    background-size: cover;
    background-position: center;
    min-height: 1000px;
}
.framework{
    background-image: url(../images/Framework.svg);
    background-size: cover;
    background-position: center;
    min-height: 500px;
}
.corevalues{
    background-image: url(../images/Core_Values.svg);
    background-size: cover;
    background-position: center;
    min-height: 690px;
}
.eligibility{
    background-image: url(../images/Eligibility.svg);
    background-size: cover;
    background-position: center;
    min-height: 500px;
}
.section{
    padding-top:4vw;
    padding-bottom: 4vw;
}
.align-justify{
    text-align: justify;
}
@media screen and (max-width: 670px){
    header{
        min-height: 500px;
    }
}

h1#typed {
margin-top: 20%;
}
.mentee_apply{
    margin: auto 40%;
}
.application{
    margin-top: 10%;
}
.divider{
    margin-top: 10%;
}
.lighten-2.white-text.sm-text {
    margin-left: 1.2em;
    }

img.loader {
    height: 50px;
    width: 50px;
    margin-left: 50%;
}

.responsive-img.logo {
    max-width: 60px;
    max-height: 80px;
}

#mentor,.committee,.team,.engaging {
    width: 85%;
    background: teal;
    padding-bottom: 2%;
    opacity: 0.7;
    overflow: auto;
  }
.engaging {
    width: 100%;
    background: teal;
    padding-bottom: 2%;
    opacity: 0.7;
    overflow: auto;
  }

  .f-normal{
    font-size: large;
    text-align: justify;
  }
  .fa {
    font-size: 20pt;
    color: white;
    margin-right: 10px;
  }

  .timeline {
    position: relative;
    padding: 2rem 0;
  }

  .timeline-item {
    position: relative;
    padding: 2rem 0;
  }

  .timeline-item:not(:last-child)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 4px;
    background: #e0e0e0;
  }

  .timeline-content {
    position: relative;
    padding-left: 2rem;
  }

  .timeline-item:not(:last-child) .timeline-content {
    padding-bottom: 2rem;
  }

  .timeline-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 48%;
    height: 20px;
    width: 20px;
    background: teal;
    border-radius: 50%;
    border: 4px solid white;
    z-index: 1;
  }