.header {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: url("purdue-indianapolis.jpg") no-repeat center center;
    background-size: cover;
    color: #fff;
    text-align: center;
}

.header h1 {
    font-size: 3em;
    line-height: 1em;
    z-index: 1000;
    padding: 0;
    color: inherit;
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 2.5em;
    }

    .section-sub-title {
        font-size: 1em;
    }
}

.header .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 0;
}

.section-title {
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    font-weight: 700;
    font-size: 280%;
    margin-bottom: 0;
    text-align: center;
    line-height: 1.2;
}

.section-sub-title {
    font-family: acumin-pro-semi-condensed, "Franklin Gothic", sans-serif;
    font-weight: bold;
    font-size: 1.5em;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
}

.purdue-indy-bg-dark {
    background-color: #000 !important;
}

.pi-box {
    padding: 2.5rem 1.75rem 2.5rem 1.75rem;
}

.pi-box:not(:last-child) {
    border-right: 1px solid #CFB991;
}

@media (max-width: 768px) {
    .pi-box {
        border-right: none;
        border-bottom: 1px solid #CFB991;
    }
}

.pi-box-title {
    font-weight: bold;
    font-size: 150%;
    margin-bottom: 1em;
}

.pi-box-subtitle {
    font-size: 100%;
}

.btn-link {
    font-size: 24px;
    text-decoration: none;
}

.btn-link {
    font-size: 24px;
    text-decoration: none;
}

.staff {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    gap: 20px;
    font-size: 120%;
}

.gray {
    background-color: #ededed;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    text-align: center;
    padding: 25px;
}

.text-button {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 100px;
}

button {
    max-height: 50px;
    min-width: 300px;
    background-color: #cfb991;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border: 0.5px solid #000;
    border-radius: 5px;
    font-weight: bold;
}

button:hover {
    background-color: #b78e2a;
}

.staff-member {
    display: flex;
    align-items: center;
}

.staff-info p {
    text-align: left;
    margin: 0;
}

.staff-photo {
    background-image: url("YuliyaCormier.jpg");
    background-size: cover;
    width: 100px;
    height: 100px;
    background-color: #ddd;
    border-radius: 50%;
    margin-right: 20px;
}


.contact-card-slim {
    padding: 10px;
    display: flex;
    margin-bottom: 20px;
}

.card-left-img {
    display: flex;

}

.card-left-img > img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.card-right-text > div {
    display: block;
    height: 30px;
    line-height: 20px;
    padding: 5px 0 5px 20px;
}

.staff-name > a {
    font-weight: bold;
    color: black;
}

.copyEmailBtn {
    color: black;
}

.copyEmailBtn:hover {
    cursor: pointer;
    color: #8e6f3e;
    text-decoration: none;
}

.staff-position {
    font-style: italic;
}