* {
    box-sizing: border-box;
}

h1 {
    font-size: xx-large;
    color: white;
    text-align: center;
    margin: 2rem;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-decoration: underline;
    text-decoration: overline;
}


h2 {
    font-size: large;
    color: white;
    text-align: center;
    margin: 2rem;
    margin-bottom: 4rem;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
    text-decoration: underline;
    text-decoration: overline;
}


h3 {
    font-size: large;
    color: white;
    text-align: center;
    margin-top: 8rem;
    margin-bottom: 4rem;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
}

h4 {
    font-size: medium;
    color: white;
    text-align: center;
    margin-top: 3rem;
    margin-bottom: 4rem;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
}


h5{
    font-size: small;
    color: white;
    text-align: center;
    padding-left: 30%;
    padding-right: 30%;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
}

h6{
    font-size: small;
    color: black;
    text-align: center;
    margin-top: auto;
    padding-left: 30%;
    padding-right: 30%;
    margin-top: 5rem;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
}


h7{
    font-size: small;
    color: black;
    text-align: center;
    margin-top: auto;
    padding-left: 30%;
    padding-right: 30%;
    margin-top: 5rem;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
}

.team {
    margin-bottom: 4rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.team3wide {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.team-member3wide {
    display: flex;
    width: 300px;
    /* font-size: 1.5rem; */
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.team-member {
    display: flex;
    width: 350px;
    /* font-size: 1.5rem; */
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.big-img {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.med-img {
    width: 60%;
    display: block;
    margin-left: 3rem;
    margin-right: 3rem; 
}

.great-vibes-left {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    display: flex;
    margin-left: 10vw;
    justify-content: flex-start;
}

.great-vibes-right {
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-style: normal;
    display: flex;
    margin-right: 10vw;
    justify-content: flex-end;
}

.small-img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto; 
}

.team-member img {
    display: block;
    margin-left: auto;
    margin-right: auto;

}

.team .team-member:nth-child(5) img {
    object-position: 30%;
}



f1 {
    text-decoration: overline;
    text-align: center;
    color: rgb(166, 159, 159);
    background-position: 50%;
    background-color:black;
    align-items: center;
    font-size: small;

}


ul{
    padding-left: 25%;
    padding-right: 25%;
    margin-bottom: 2rem;
}


li {
    padding-left: 1rem;
    color: white;
    list-style-type: circle;
    margin-bottom: 2rem;
    
}

li li {

    list-style-type: square;
    margin-top: 2rem;
    margin-bottom: 2rem;
}



p {
    padding-left: 30%;
    padding-right: 30%;
    margin: 2rem;
    margin-bottom: 4rem;
    color: white;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
}

.add_on{
    font-size: medium;
    color: white;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-family: 'Palanquin';
}



.link1{
    color:aqua;
}

.link2{
    color:aqua;
}

.team-member img {
    margin-top: 2.5%;
    height: 275px;
    width: 275px;
}

.team .team-member:nth-child(5) img {
}

img {
    object-fit: cover;
    border-radius: 2%;
}

.sponsor p {
    font-size: 120%;
    margin: 6rem;
    /* font-size: 1.2rem; */
    background-color: rgb(255, 255, 255, .25);
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 90%);
    padding: 10px;
}

.center {
    display: flex;
    justify-content: center;
}



.filler {
    width: 70%;
    height: 75vh;
    margin: auto;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}


.share {
    margin: 6rem;
    width: 50%;
    /* border: 1px solid black; */
}



.float-container {
    padding: 20px;
    margin-bottom: 8rem;
}

.float-child {
    width: 50%;
    float: left;
    padding: 20px;
    border: 2px solid white;
}  




.steps{
    margin-top: 10rem;
}



.filler {
    width: 70%;
    height: 75vh;
    margin: auto;
}

.flex-break {
    flex-basis: 100%;
    height: 0;
}


.share {
    width: 50%;
    /* border: 1px solid black; */
}


.sponsor {
    display: flex;
    margin: auto;
    /* width: 80%; */
}

.team {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.team-member {
    display: flex;
    width: 350px;
    /* font-size: 1.5rem; */
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

.team-member img {
    margin-top: 2.5%;
    height: 275px;
    width: 275px;
}

.team .team-member:nth-child(5) img {
    object-position: 30%;
}

.title {
    margin-top: 2.5%;
}





.content {
    width: 80%;
    /* background-color: rgb(43, 43, 43); */
    margin: 0 auto;
    padding-top: 50px
}

.item {
    display: flex;
    background-color: rgba(230, 230, 230, 80%);
    /* background: linear-gradient(90deg, rgb(230, 230, 230) 0%, rgb(230, 230, 230) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 100%); */
    height: 250px;
    width: 80%;
    margin: 50px auto;
    border-radius: 10px;
}

.item:hover {
    box-shadow: 0px 0px 10px 0px rgb(0, 0, 0, 90%);
}

.item:nth-child(even) {
    /* background: linear-gradient(270deg, rgb(230, 230, 230) 0%, rgb(230, 230, 230) 50%, rgb(0, 0, 0) 50%, rgb(0, 0, 0) 0%); */
    flex-direction: row-reverse;
}

.shared {
    width: 50%;
    height: 100%;
    /* border: 1px solid black; */
    /* background-color: rgb(100, 100,100); */   
}

.shared:nth-child(odd) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.vertical {
    height: 3.7rem;
    width: auto;
    justify-content: center;
}
