.skip-link {
    position: absolute;
    left: -9999px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: 100;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    width: auto;
    height: auto;
    background: #fff;
    color: #000;
    padding: 0.5rem 1rem;
    text-decoration: underline;
    font-weight: bold;
    border: 2px solid #000;
    border-radius: 0.25rem;
}


.pfp {
    display: flex;
    justify-content: center;
    background: none;
    border: none;
}

button:hover {
    cursor: pointer;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

caption {
    caption-side: top;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 0.5rem;
    text-align: left;
}

th, td {
    border: 1px solid #aaa;
    padding: 0.75rem;
    text-align: center;
}

thead {
    background-color: black;
}

.dark-theme .services > a:visited {
        color: rgb(193, 193, 193);
}

.light-theme .services > a:visited {
    color: #1e1e20;
}

details summary {
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

html, body {
    overflow-x: hidden;
}

@media only screen and (max-width: 1023px) {

.container-first {
    display: none;
}

.dark-theme h1 {
    z-index: 1;
    line-height: 120%;
    font-weight: 400;
    font-size: 3.125rem;
    text-align: center;
    margin-top: 2rem;
}

.light-theme h1 {
    z-index: 1;
    line-height: 120%;
    font-weight: 400;
    font-size: 3.125rem;
    text-align: center;
    margin-top: 2rem;
    text-shadow: 0px 0px 15px #FFF;
}

.services {
    display: none;
}

.dark-theme .white {
    background-color: white;
    margin: 0rem;
    padding: 0rem;
    width: 100%;
}

.light-theme .white {
    background: linear-gradient(117deg, #EEEEF0 0%, #CCCCD8 100%);
    margin: 0rem;
    padding: 0rem;
    width: 100%;
}

.container-second {
    padding: 2rem;
    color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

h2 {
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.row {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    gap: 4rem;
}

.card-first {
    display: flex;
    flex-direction: column;
    gap: 3.12rem;
    justify-content: center;
    align-items: center;
}

.card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.12rem;
}

.italic {
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    align-self: stretch;
}

.person {
    color: #7000A0;
    font-size: 1.5rem;
    font-weight: 400;
    margin-left: auto;
}

.container-third {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

p {
    font-size: 1.125rem;
    align-self: stretch;
}

.no-top {
    margin-top: 0;
}

.no-bottom {
    margin-bottom: 0;
}

}
@media only screen and (min-width: 1024px) and (max-width: 1375px) {

body {
    max-width: 100%;
    overflow-x: hidden;
}

.container-first {
    padding: 5rem;
    display: flex;
    height: 29.4375rem;
    position: relative;
}

.img {
    position: absolute;
    height: 29.4375rem;
    width: 39.25rem;
    z-index: -1;
}

.dark-theme h1 {
    font-size: 3.5rem;
    z-index: 0;
    font-weight: 400;
    margin-left: 28.45rem;
}

.light-theme h1 {
    font-size: 3.5rem;
    z-index: 0;
    font-weight: 400;
    margin-left: 28.45rem;
    text-shadow: 0px 0px 15px #FFF;
}

.services {
    text-decoration: underline;
    font-size: 1.5rem;
    z-index: 1;
    position: absolute;
    bottom: 5rem;
    right: 5rem;
    display: flex;
}

.dark-theme .white {
    background-color: white;
    margin: 0rem;
    padding: 0rem;
}

.light-theme .white {
    background-color:#121215;
    margin: 0rem;
    padding: 0rem;
}

.dark-theme .container-second {
    padding: 5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5rem;
    color: black;
}

.light-theme .container-second {
    padding: 5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5rem;
    color: #EEEEF0;
}

h2 {
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.row {
    display: flex;
    gap: 4.56rem;
}

.card-first {
    display: flex;
    flex-direction: column;
    gap: 3.12rem;
    width: auto;
    flex-basis: 100%;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 2.13rem;
    width: auto;
    flex-basis: 100%;
}

.italic {
    font-size: 1.875rem;
    font-style: italic;
    flex-grow: 1;
    margin: 0rem;
}

.person {
    color: #7000A0;
    text-align: end;
    font-size: 1.5rem;
}

.container-third {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.center {
    display: flex;
    justify-content: center;
}

.text {
    font-size: 1.5rem;
    font-weight: 400;
}

.no-top {
    margin-top: 0rem;
}

.no-bottom {
    margin-bottom: 0rem;
}

}
@media only screen and (min-width: 1376px) {

body {
    max-width: 100%;
    overflow-x: hidden;
}

.container-first {
    padding: 5rem;
    display: flex;
    height: 29.4375rem;
    position: relative;
}

.img {
    position: absolute;
    height: 29.4375rem;
    width: 39.25rem;
    z-index: -1;
}

.dark-theme h1 {
    font-size: 7.5rem;
    z-index: 0;
    font-weight: 400;
    margin-left: 28.45rem;
}

.light-theme h1 {
    font-size: 7.5rem;
    z-index: 0;
    font-weight: 400;
    margin-left: 28.45rem;
    text-shadow: 0px 0px 15px #FFF;
}

.services {
    text-decoration: underline;
    font-size: 1.5rem;
    z-index: 1;
    position: absolute;
    bottom: 5rem;
    right: 5rem;
    display: flex;
}

.dark-theme .white {
    background-color: white;
    margin: 0rem;
    padding: 0rem;
}

.light-theme .white {
    background-color:#121215;
    margin: 0rem;
    padding: 0rem;
}

.dark-theme .container-second {
    padding: 5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5rem;
    color: black;
}

.light-theme .container-second {
    padding: 5rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5rem;
    color: #EEEEF0;
}

h2 {
    font-size: 2.5rem;
    font-style: italic;
    font-weight: 400;
    margin: 0;
    padding: 0;
}

.row {
    display: flex;
    gap: 4.56rem;
}

.card-first {
    display: flex;
    flex-direction: column;
    gap: 3.12rem;
    width: auto;
    flex-basis: 100%;
}

.card {
    display: flex;
    flex-direction: column;
    gap: 2.13rem;
    width: auto;
    flex-basis: 100%;
}

.italic {
    font-size: 1.875rem;
    font-style: italic;
    flex-grow: 1;
    margin: 0rem;
}

.person {
    color: #7000A0;
    text-align: end;
    font-size: 1.5rem;
}

.container-third {
    padding: 5rem;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}

.center {
    display: flex;
    justify-content: center;
}

.text {
    font-size: 1.5rem;
    font-weight: 400;
}

.no-top {
    margin-top: 0rem;
}

.no-bottom {
    margin-bottom: 0rem;
}

}