h1 {
    width: 100%;
    max-width: 100%;
    font-size: 64px;
}

#top-title {
    width: 995px;
    margin-top: -25px;
    font-size: 64px;
}

.text-center {
    text-align: center;
}

.text-left h1 {
    text-align: left;
}

.text-right h1 {
    text-align: right;
}

h6 {
    font-size: 32px;
    padding: 2px 2px;
    color: transparent;
    background-image: linear-gradient(90deg, var(--pri-clr-black) 48.08%, var(--sec-clr-blue) 100%);
    background-clip: text;

}

.position-title {
    padding-top: 10px;
    font-size: 24px;
    text-align: center;
}

section {
    height: 250px;
    width: 80%;
    margin-top: -100px;
    padding: 20px 50px;
}

.text-left p {
    text-align: left;
}

.text-right p {
    text-align: right;
}

.team-img {
    height: 555px;
    width: 860px;
    margin-bottom: 100px;
}

.team-img img {
    height: 100%;
    width: auto;
    max-width: 100%;
    border-radius: 10px;
}

.id-card {
    height: 510px;
    width: 332px;
    margin: 20px 0px;
}

.headshot {
    height: 450px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
}

.headshot img {
    height: 100%;
    width: auto;
    border-radius: 10px;
}

/* Adjustability */ 

@media screen and (max-width: 800px) {
    .id-card-container {
        flex-direction: column;
    }
}

@media screen and (max-width: 900px) {
    .team-img {
        height: auto;
        width: 95%;
    }
    .team-img img {
        height: auto;
    }
}

@media screen and (max-width: 1065px) {
    section p br {
        display: none;
    }
    section {
        height: 320px;
        padding: 20px 0px;
    }
}

