h2{
    color: indigo;   
}

.Alum-cover{
    height: 60vh;
    object-fit: cover;

}

.cover{
    position: relative;
}

.alumntitle{
    position: absolute;
    font-family: 'Bangers', cursive;
    bottom: 10vh;
    left: 5vw;
    font-size: 10em;
    z-index: 99;
}

.carousel-control-prev{
    z-index: 100;
    /* background: linear-gradient(90deg,rgba(200,200,200,0.8),rgba(255,255,255,0)); */
}

.carousel-control-next{
    z-index: 100;
    /* background: linear-gradient(-90deg,rgba(200,200,200,0.8),rgba(255,255,255,0)); */
}

.butn{
    padding: 1em 2.5em 1em 2.5em;
    margin-right: 1em;
    transition-duration: 0.2s;
    background-color: firebrick;
    color: floralwhite;
    border: solid 3px firebrick;
}

.butn-outline{
    padding: 1em 2.5em 1em 2.5em;
    margin-right: 1em;
    transition-duration: 0.2s;
    border: solid 3px firebrick;
    color: firebrick;
}

.butn:hover{
    background-color: floralwhite;
    color: firebrick;
    text-decoration: none;
}

.butn-outline:hover{
    background-color: firebrick;
    color: floralwhite;
    text-decoration: none;
}

.news-card{
    border-bottom: solid 3px firebrick;
}

hr{
    border-color: saddlebrown;
}

.PageTitle{
    color: firebrick;
}

.count-cell{
    padding: 0.5em 3em 0.5em 3em;
    border-left: solid 3px firebrick;
}

.countVal{
    font-family: 'Times New Roman', Times, serif;
    font-size: 5vh;
    color: indigo;
}

.countText{
    font-family: 'Times New Roman', Times, serif;
    font-size: 3vh;
}

.activity-layer{
    margin-top: 4em;
    margin-bottom: 4em;
    padding-top: 4em;
    padding-bottom: 4em;
    background-color: firebrick;
}

.activity-card{
    background-color: firebrick;
    border-color: firebrick;
    color: floralwhite;
}

.activity-cell{
    text-align: center;
    height: 10vw;
}

.activity-img{
    display: block;
    height: 5em;
}

.layer{
    padding-top: 4em;
    padding-bottom: 4em;
}

.project-cards{
    border-style: none;
    /* margin: 1em; */
}

.project-cards .card-title{
    padding-top: 0.5em;
    color: firebrick;
    font-weight: bold;
}

.card-footer{
    background: white;
    border: none;
}

.card-links{
    position: relative;
    top: 0.5em;
}

.mentorship .card-title{
    color: firebrick;
}

