* {
    box-sizing: border-box;
}

p{
    font-size: large;
    font-weight: 500;
    text-decoration: underline;
    margin-top: 2.5%;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;

}

p1{
    padding-bottom: 15px;
    justify-content: center;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;

}

p3{
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 15px;
    justify-content: center;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
}

.p2 {
    font-size: large;
    font-weight: 500;
    margin-top: 2.5%;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


h2 {
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
    margin-top: 6rem;
    padding-top: 10px;
}


h3 {
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
    padding-top: 25px;
    margin-bottom: 8%;
    padding-left: 22%;
    padding-right: 22%;
}


h4 {
    color: white;
    margin-top: 100px;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
    padding-top: 10px;
}


h5 {
    font-size: large;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-align: center;
    padding-left: 22%;
    padding-right: 22%;
}


arrows{
    width: 30%;
    text-align: center;

}


img {
    object-fit: cover;
    border-radius: 2%;
}



ul {
    padding-left: 25%;
    padding-right: 25%;
    list-style-type: disc; /* Sets the bullet type for main bullets */
    margin-left: 38%;
    margin-right: 30%;
    padding: 0;
  }
  
  ul ul {
    list-style-type: circle; /* Sets the bullet type for sub-bullets */
    margin: 0;
    padding: 0;
    margin-left: 3.8em; /* Indents sub-bullets to the right */
  }
  
  li {
    margin: 0;
    padding: 0;
  }
  
  li > ul > li {
    margin-top: 0.5em; /* Adds some space between sub-bullets */
  }


.center {
    margin-right: 20px;
    display: flex;
    justify-content: center;
}



.email {
    text-align: center;
    font-size: 80%;
    margin: 0;
    margin-bottom: 10px;
}

.filler {
    width: 70%;
    height: 75vh;
    margin: auto;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}

.member-description {
    text-align: center;
}

.member-info {
    margin-bottom: 2rem;
    text-align: center;
    height: 180px;
    width: 75%;
}

.share {
    margin: 4rem;
    width: 45%;
    /* border: 1px solid black; */
}

.team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.team-member {
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 90%);
    display: flex;
    width: 400px;
    justify-content: space-around;
    margin: 20px 30px;
    /* font-size: 1.5rem; */
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 255, 255, .5);
    border-radius: 2%;
}

.navigation {
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 90%);
    margin-top: 40px;
    display: flex;
    width: 600px;
    justify-content: space-around;
    margin: 20px 30px;
    /* font-size: 1.5rem; */
    flex-direction: column;
    align-items: center;
    background-color: rgb(255, 255, 255, .5);
    border-radius: 2%;
}

.team-member img {
    margin-top: 2.5%;
    height: 300px;
    width: 250px;
}

.team .team-member:nth-child(5) img {
    object-position: 30%;
}



@media (max-width: calc(20vw + 1050px)) {
    .team *:nth-child(3){
        order: -1;
    }

    .team *:nth-child(1){
        order:-2;
    }

}

@media (max-width: calc(20vw + 800px)) {
    .sponsor {
        flex-direction: column;
    }

    .share {
        width: 100%;
    }

    .team {
        flex-direction: column;
    }

    .team *:nth-child(2) {
        order: -1;
    }

    .team *:nth-child(1) {
        order: 1;
    }

    .team-member {
        flex-direction: column-reverse;
    }
}

