body{
    height: 110vh;
    width: 110vw;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../images/groupHero2.png);
    overflow: hidden;
}
.ada-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.686);
    color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
.ada-overlay h1, p, ul{
    color: aliceblue;
    line-height: .5rem;
}
.ada-overlay h1 {
    font-size: 5rem;
}
.ada-overlay p {
    font-size: 1.4em;
}

.info {
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    
}

/* social media */
ul {
    display: flex;
    justify-content: center;
    gap: 2rem;
}
ul li {
    flex-direction: row;
    list-style: none;
    font-size: 1rem;
    text-align: center;
    /* border-radius: 100%;
    border: 1px solid aliceblue; */
    padding: 10%;
    text-transform: uppercase;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
li span {
    display: block;
    font-size: 4rem;
    color: rgb(217, 177, 255);
    line-height: 1;
}

a{
    color: aliceblue;
}
.social-links {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    height: 60px;
    gap: 2em ;
    font-size: 2rem;
    color: inherit;
}