/*Alumni Page*/
.hero-banner{
    width: 100%;
    height: 20vw;
    min-height: 200px;
    background-image: url(./img/nchs-induction-ceremony-2014-f.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 15%;
    padding: 0;
    margin: 0 auto 2.5%;
    position: relative;
}

.hero-banner .banner-container{
    width: 80%;
    height: auto;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: white;
    margin: 0 auto;
    padding: 5% 0 0;
    text-transform: uppercase;
}

.hero-banner h1{
    font-size: 60px;
    letter-spacing: 5px;
    margin-bottom: 1.5%;
}

.hero-banner h2{
    font-size: 24px;
}

.class-of{
    padding: 1%;
    margin: 7px 10.5% 10px;
    background-color: firebrick;
    min-height:300px;
    border-radius:10px;
    float:center;
}

.class-of h2{
    font-family: 'Roboto', sans-serif;
    font-style: medium;
    font-size: 28px;
    color: white;
    text-align: center;
}

.student-bar{
    margin: 2.5% auto;
    width: 90%;
    background-image: url("./img/chinese_cloud_pattern.png");
    background-repeat: repeat;
    background-size: contain;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    font-family: 'Roboto', sans-serif;
}

.student-icon{
    display: inline-block;
    flex-direction: row;
    width: 20%;
    min-width: 120px;
    height: 90%;
    margin: 10px 5px;
    overflow: hidden;
    background-color: firebrick;
    padding: 1%;
}

.student-icon img{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.student-info{
    background-color: #fff;
    position: relative;
}

.student-text{
    width: 100%;
    height: auto;
    min-height: 25px;
    padding: 0;
    z-index: 1;
    text-align: center;
    position: relative;
    font-size: 0.9vw;
    line-height: 125%;
}

.student-text p.long{
    font-size: 10px;
}

.university-logo{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top:0;
    left:0;
    z-index: 0;
    position: absolute;
    padding: 0;
    background-repeat: no-repeat;
    background-position-x: 120%;
    background-position-y: 40%;
    background-size: 50% 200%;
    opacity:0.5;
}

@media only screen and (max-width: 1200px){
    .student-text{
        font-size: 8px;
    }
    .student-text p.long{
        font-size: 6px;
    }
}