@import url('https://fonts.googleapis.com/css2?family=Boldonse&display=swap');

.carousel-inner {
    padding: 1em;
}
.card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
}
.carousel-control-prev,
.carousel-control-next {
    background-color: #e1e1e1;
    width: 6vh;
    height: 6vh;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }
    .carousel-inner {
        display: flex;
    }
}
.card .img-wrapper {
    max-width: 100%;
    height: 13em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card img {
    max-height: 100%;
}
@media (max-width: 767px) {
    .card .img-wrapper {
        height: 17em;
    }
}

.wrapper {
    padding: 5em;
}
.centered {
    width: 800px;
    height: 800px;
    margin: 0 auto;
}

.centered-large {
    width: 1600px;
    height: 800px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .centered, .centered-large {
        width: 95%;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    #bio {
        height: 1000px;
    }

    .achievements {
        margin-top: 250px;
    }
}

a {
    text-decoration: none;
    color: #111111;
}

.centered-vitals {
    width: 2000px;
    margin: 0 100px 0 auto;
    padding-right: 100px;
}

@media (max-width: 1925px) {
    .centered-vitals {
        width: 95%;
        margin: 0 auto;
    }
}

table {
    background: rgba(0, 0, 0, 0);
}

.table > :not(caption) > * > * {
    background: rgba(0, 0, 0, 0);
    color: rgba(73, 73, 73, 1);
}

thead th, thead tr {
    font-size: 1.5em;
    height: 6vh;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-align: left;
}

th {
    border-bottom: 5px solid rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
}

table tr:nth-child(odd) .odd-color {
    background-color: rgba(0, 0, 0, 0.1);
}

tr {
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

td {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.3);
    border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.boldonse-regular {
    font-family: "Boldonse", system-ui;
    font-weight: 400;
    font-style: italic;
    color: white;
    opacity: 0.5;
}

.achievements p {
    font-style: italic;
}

.confirmed {
    background-color: rgba(0,255, 0, 0.3);
}

.tbd {
    background-color: rgba(255, 255, 0, 0.3);
}

.ncaa-cert {
    background-color: rgba(0, 0, 255, 0.5);
}

.name-card {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    line-height: 25px;
    !important;
}