hr {
    border: 2px;
    border-top: 3px solid black;
    margin: 0px;
}

#teamFlexBox {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: space-evenly;
    align-items: center;
}

#background {
    background-color: rgba(191, 229, 244, 0.921);
    margin: 0;
    padding: 0;
}

#csumb_logo {

    display: block;
    width: 15%;
    height: 15%;

    margin-left: auto;
    margin-right: auto;

}

#centerForm {
    text-align: center;
    margin: 0 auto;
}

#footer {
    background-color: rgba(117, 194, 224, 0.921);
    padding: 5px;
}

.teamImg {
    width: 100%;
    height: 400px;
    border: 2px solid #000000;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.teamFigure {
    width: 100%;
    padding: 10px;
    overflow: hidden;
}

.pageTitle {
    display: inline-block;
    text-align: center;
    font-size: 4em;
    color: #333333;
    font-family: Arial, sans-serif;
    margin: 10px auto;
    background: none;
}

.pageTitleDiv {
    background: rgba(117, 194, 224, 0.921);
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.activePage {
    margin: 8px;
    transform: translateY(-2px) scale(1.2);
}

.pageLinks {
    display: flex;
    justify-content: center;
    font-weight: bold;
    gap: 16px;
    padding: 8px;
    margin-top: 20px;
    margin-bottom: 2px;
}

.pageLinks a {
    text-decoration: none;
    border: 2px solid black;
    padding: 8px 12px;
    font-size: 1.2em;
    color: black;
    background-color: #d0d0d090;
}

.pageLinks a:hover {
    background-color: #88858590;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(34, 255, 0, 0.25);

}

.centerCaptions {
    font-family: 'Brush Script MT', cursive;
    text-align: center;
    /* font-weight: bold;  */
    font-size: 3em;
}


.thankYouMessage {
    text-align: center;
    font-size: 2em;
    padding-bottom: 10px;
}

.disclaimer {
    font-size: 1.15em;
    color: red;
    /* This is the way you add stroke with text but it is only supported in Chrome, Edge, Safari, but not FireFox */
    -webkit-text-stroke: 0.25px black;
    margin-left: 10px;
    background: none;
}

.italic {
    font-style: italic;
}

.programTableDiv {
    display: flex;
    justify-content: center;
    padding: 40px;
}

.programTable {
    font-size: 1.5em;
    border: 2px solid black;
    border-collapse: collapse;
    background-color: aliceblue;
}

.programTable th,
.programTable td {
    text-align: center;
    border: 1px solid black;
    padding: 20px 35px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.hWithoutPadding {
    margin-left: 10px;
    margin-bottom: 8px;
}

.ulWithoutPadding {
    margin-left: 10px;
    margin-top: 0px;
}

.commonHobbiesDiv {
    font-size: 1.25em;
}