* {
    background: none !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

body {
    background: white;
    margin: 0;
    padding: 0;
    font-size: 12pt;
    color: black;
}

#menu,
.navbar-toggler,
.video-background,
.map-container,
.modal,
video,
.close-btn {
    display: none !important;
}

#header {
    height: 50%;
}

main {
    margin: 0;
    padding: 0;
    background: none;
    width: 100%;
}

h1, h2, h3 {
    color: black;
    page-break-after: avoid;
}

img, video {
    max-width: 100%;
    height: auto;
    page-break-inside: avoid;
}

table {
    page-break-inside: avoid;
    border: 1px solid black;
}

th, td {
    border: 1px solid black;
}


.caption {
    background: none;
    color: black;
    position: static;
    transform: none;
    padding: 5px 0;
}


summary {
    display: none;
  }

  details {
    display: block;
    border: 1px solid black;
    padding: 10px;
    margin-top: 10px;
    font-size: 0.9em;
  }