header {
    height: 8rem;
    position: relative;
}
nav {
    width: 16%;
    height: 4rem;
    margin: auto;
    padding: 2%;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
    display: block;
    float: left;
}
a {
    color: white;
    fill: white;
    text-decoration: none;
}
.logo {
    padding: 0.25rem;
    font-family: "liza-display-new", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
}
.big-logo {
    padding-top: 5rem;
    font-family: "liza-display-new", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
    text-align: center;
    text-shadow: #000 0.33rem 0 0.33rem;
}
h2 {
    font-family: "liza-display-new", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    text-shadow: #000 0.33rem 0 0.33rem;
    margin-top: 0.25rem;
}
body {
    background-color: rgb(17, 21, 32);
    background-image: url(background.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    color: white;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    padding: 1rem;
}
section {
    margin-top: 12rem;
    font-size: 2rem;
}
p {
    padding: 1rem;
    text-align: justify;
    text-shadow: #000 0.25rem 0 0.25rem;
}
.faded {
    background-color: rgba(0, 0, 0, 0.33);
    border-radius: 2rem; 
    overflow: hidden; 
}
ul {
    margin-left: 1rem;
    margin-right: 1rem;
}
.collapsible {
    cursor: pointer;
    user-select: none;
    padding: 0.33rem;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 1rem;
    padding-right: 1rem;
}
.collapsible:hover {
    background-color: rgba(0, 0, 0, 0.33);
    border-radius: 2rem; 
    overflow: hidden; 
}
.collapsible:after {
    content: '\002B';
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.collapsed-content {
    display: none;
    padding-left: 4rem;
    padding-right: 4rem;
}
.col {
    float: left;
    width: 50%;
}
.mermaid {
    position: relative;
    text-align: center;
}
.mermaid-text {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -100%);
    font-family: "liza-display-new", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 4rem;
    text-shadow: #000 0.25rem 0 0.25rem;
}
img {
    width: calc(100% - 1rem);
    margin: auto;
    border-radius: 2rem; 
    overflow: hidden; 
}
video {
    border-radius: 2rem; 
    overflow: hidden; 
}

.contact-icons {
    margin: 3rem;
    font-size: 3rem;
    padding-bottom: 3rem;
}

.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: 0;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.prev {
    left:0;
}

.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
.p  rev, .next,.text {font-size: 11px}
}
