/* banner image */
/* .fog{
    background-color: rgba(0,0,0,0.3);
} */
#banner-about{
    background-image: url(../images/The-wave.jpg);
    justify-content: center;
    background-size: cover;
    width: 100%;

}
.about-head{
    font-size: 30px;
    border: 2px solid rgba(0,0,0,0.8);
}


.mainhead-text h4{
    background-color: rgba(0,0,0,0.3);
    background-size: 5vw;
    color: var(--text-color);
    padding: 15px;
    
}
.mainhead-text p{
    margin-top: 1em;
    display: flex;
    justify-content: center;
    text-align: center;
}
.fact{
    font-size: 20px;
    color: var(--text-color);
    font-weight: bold;
    text-decoration: underline;
    border: 2px solid rgba(0,0,0,0.8);
    background-color: rgba(0,0,0,0.3);

}
.fact:hover{
    cursor: pointer;
}
#hidden{
    font-size: 20px;
    color: var(--text-color);
    font-weight: bold;
    text-decoration: none;
    border: 2px solid rgba(0,0,0,0.8);
    background-color: rgba(0,0,0,0.3);
}
#hidden{
    display: none;
}
.full-img:hover{
    color: var(--black);
    text-decoration: none;
}
/* biblio */
/* highschool */
#hs{
    background-image: url(../images/HS-senior.JPG);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    width: 20em;
    height: 27em;
    border: 3px solid rgba(0,0,0,0.8)
}
#WWU{
    background-image: url(../images/wwu-track-profile.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1;
    width: 20em;
    height: 27em;
    border: 3px solid rgba(0,0,0,0.8)
}
/* HS sports */
.sport{
    text-decoration: underline;
}
/* HS mascot */
#mascot{
    background-image: url(../images/Mount_Rainier_High_SchoolCOA.png);
    margin-left: 2em;
    margin-bottom: 2em;
    background-size: 100%;
    width: 300px;
    height:300px;
    background-repeat: no-repeat;
}
.mascot-copy{
    opacity: .5;
}
/* wwu mascot */
.wwu{
    background-image: url(../images//WWU_logo.png);
    background-size: 100%;
    width: 100%;
    height: 60%;
    background-repeat: no-repeat;
}

/* barrier */
.barrier{
    display: block;
    height: 2em;
    width: 100%;
    background-color: var(--background);
    border-top: var(--border);
    border-bottom: var(--border);
}
ul li{
    font-size: 20px;
}
h2{
    font-size: 3em;
}