.botblogo{
    width:80px;
    height:auto;
    border-radius:50%;
    padding:5px;
}
.active{
    font-weight:bold;
}
.landing{
    width:100%;
    height:auto;
}
.bios{
    width:90%;
    height:auto;
    border-radius: 5%;
    padding:5px;
    text-align:center;
}
.name{
    margin-top:25px;
    margin-bottom:12.5px;
}
.bios{
    text-align: justify;
}
.rep{
    margin-top:7.5%;
    font-size: 60px;
}
.songs{
    text-align:left;
    /* color: #B23B0D; */
    font-weight: bold;
    font-size: 22px;
    color:white;
    text-shadow: 1px 1px black;
}
.artists{
    text-align:center;
    font-size:15px;
    font-weight:400;
    /* color: #B23B04; */
}
#listings{
    background-image: url('imgs/groupPhotoB&W.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fa {
    padding: 20px;
    font-size: 30px;
    width: 50px;
    text-align: center;
    text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
    text-decoration: none;
    color: #162D2A;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
    color: white;
}

/* Twitter */
.fa-twitter {
    color: white;
} 
.fa-youtube{
    color: white;
}
.fa-instagram{
    color: white;
}
.botbw{
    height:100px;
    width:100px;
}