html, body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
}

p, li, ul, ol, section, article {
    text-align: left;
}

.skip-link {
    position: absolute;
    top: -40px;
    left: 0;
    background: #000;
    color: #fff;
    padding: 8px;
    z-index: 100;
    text-decoration: none;
  }
  
  .skip-link:focus {
    top: 0;
  }

.customFont {
    font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
}

.header-content {
    height: 10vh;
    margin: 0;
    padding: 0;
}

.header-background {
    height: 10vh;
    margin: 0;
    padding: 0;
    filter: blur(10px);
}

.nav-content {
    background-color: grey;
}

.nav-page-content {
    color: white;
    font-size: 160%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.nav-logo {
    height: 8vh;
}

.current-site {
    color: orange !important;
    text-decoration: none;
}

.possible-next-site {
    color: white;
    text-decoration: none;
}

.possible-next-site:visited {
    color: white;
    text-decoration: none;
}

.possible-next-site:hover {
    color: orange !important;
    text-decoration: none !important;
}

.website-title {
    color: black;
    height: 9vh;
    font-size: 250%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 3%;
    margin-left: 1%;
}

th, td {
    border: 1px solid black;
    padding: 2%;
    text-align: center;
}

th {
    background-color: #f0f0f0;
}

details {
    font-size: 120%;
    margin: 4% 0;
}

caption {
    padding: 2%;
    margin: 1%;
}

.container {
    display: flex;
    flex-wrap: wrap;
}

.home-section-about {
    padding-bottom: 5vh;
}

.home-site-content {
    font-size: 130%;
    border-left: 3px solid black;
    padding-left: 2%;
}

.home-site-content .head {
    margin: 0;
    margin-bottom: 0.5%;
}

.home-site-content .paragrahp {
    margin: 0;
    margin-bottom: 1%;
}

.home-site-footer {
    height: 30vh;
    justify-content: center;
    align-items: center;
    background-color: grey;
}

.home-site-footer-title {
    font-size: 140%;
    padding-bottom: 2vh;
    border-bottom: 3px solid black;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-site-img {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.home-site-footer-T {
    height: 40%;
    width: 10%;
    border: 1px solid black;
    padding: 0;
    margin-top: 1%;
    margin-left: 1%;
}

.modal-backdrop.show {
    backdrop-filter: blur(5px);
}

.modal-content {
    background: none;
    box-shadow: none;
}

.carousel-inner img {
    max-height: 80vh;
    object-fit: contain;
}

@media print {
    header, nav, footer, aside, button, #accessibility-toggle {
        display: none !important;
    }

    video, iframe {
        display: none !important;
    }

    img {
        max-width: 50% !important;
        height: auto !important;
        page-break-inside: avoid;
    }

    body {
        font-size: 12pt;
        color: #000;
        background: none !important;
        margin: 1cm !important;
        line-height: 1.2;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    table {
        border-collapse: collapse;
        width: 100%;
        page-break-inside: avoid;
    }

    table, th, td {
        border: 1px solid #000;
    }

    a::after {
        content: " (" attr(href) ")";
        font-size: 9pt;
    }

    h1, h2, h3, h4 {
        page-break-after: avoid;
    }

    #main-content {
        width: 100% !important;
    }
}