a:link, a:visited {
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: underline;
}

.w3-button:hover {
    color: #fff !important;
    background: #3337 !important;
}

.w3-bar-block .w3-bar-item {
    /* width: 100%; */
    /* display: block; */
    /*padding: 8px 16px;*/
    text-align: center;
    color: white;
    border: none;
    /* white-space: normal; */
    /* float: none; */
    outline: 0;
    background: #000000 none;
    box-sizing: border-box;
}

.w3-animate-zoom {
    /*padding-top: 10%;*/
    animation: animatezoom 0s;
}

.w3-card-4, .w3-hover-shadow:hover {
    box-shadow: none;
    /* box-shadow: 0 4px 10px 0 rgb(0 0 0 / 20%), 0 4px 20px 0 rgb(0 0 0 / 19%); */
}

.w3-dropdown-content {
    font-size: 16px;
    min-width: min-content;
    width: fit-content;
    max-height: calc(100svh - 2rem);
    overflow-y: auto;
    cursor: auto;
    background-color: #000000;
    display: none;
    position: relative;
    z-index: 4;

    box-shadow: 0 1px 30px -20px #eee8;
}

.myVideo, .homepage-video video {
    position: relative;
    padding-top: 3%;

    right: 0;
    bottom: 0;
    min-width: 100%;
}

.homepage-video video {
    /*background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;*/
}

.menucontainer {
    position: sticky;
    top: 0;
    width: 100svw;
    height: 1.5rem;
    line-height: 1;
    z-index: 100;
    background: #000000;
    box-shadow: #000 0 5px 20px 1rem;
    padding-top: 1.2rem;
}

.menu {
    position: relative;
    float: left;
    width: 10svw; /* three boxes (use 25% for four, and 50% for two, etc) */

    text-align: center;
    font-size: 1.5rem;
    padding-inline: 3% 1%;
    height: 1.5rem;
}

.menuright {
    position: relative;
    width: 5%; /* three boxes (use 25% for four, and 50% for two, etc) */
    height: 20%;
    padding-bottom: 40%; /* if you want space between the images */
    text-align: center;
    font-size: 25px;
    z-index: -1;
}

.text-over-video {
    position: absolute;
    top: 2%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
}

body {
    margin: 0;
    font-size: 16px;
    background-color: #000000;
    color: #fff;
}

/* Add some content at the bottom of the video/page */

.contentbox {
    margin-top: 10rem;
    position: relative;
}

#content {
    font-size: 1.2rem;
    position: absolute;
    text-align: center;
    color: #f1f1f1;
    width: 70%;
    padding-top: 1%;
    padding-left: 15%;
    padding-bottom: 2rem;
    z-index: 3;
}

.biocontent {
    border: 1px solid #ccc;
    background: #000;
    padding: 2%;
    text-wrap: balance;
    text-wrap: pretty;

    & p.about {
        margin-bottom: 3rem;
    }
    & p.socials {
        text-align: start;
        & a {
            font-size: smaller;
            color: #56b9ef;
        }
    }
    & h1 {
        font-size: 1.3rem;
    }
    & .toc {

    }
}

.rightsidelanguage {
    position: relative;
    float: right;
    padding-right: 2%;
}

/* Style the button used to pause/play the video */
#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}

.menu-caption, .menu-divider {
    cursor: default;
}

.menu-caption {
    font-weight: bold;
    color: #999 !important;
}

.menu-divider {
    font-weight: lighter;
    color: #888 !important;
    padding: 3px 0 !important;
}

.main-content-container {
    width: 100svw;
    height: calc(100svh - 2rem);
    overflow: hidden auto;
    background: url("BACKGROUND2.png") no-repeat fixed;
    background-size: 100% auto;
    background-position-y: 1.5rem;
}

.video:not(:last-child) {
    margin-bottom: 4rem;
}

.video iframe {
    border: none;
    width: 75svw;
    height: calc(0.75 * 75svw);
}

.news {
    background-color: #000c;
    box-shadow: #000 0 0 15px 5px;
    border: 1px solid white;
    width: fit-content;
    margin-inline: auto;
    padding: .5rem 1rem;
}

.news .news-content .images {
    margin-block: 3rem;
}

.news .news-content .images img {
    width: 30svw;
    max-width: 22ch;

    &:first-child {
        transform: rotate(-12deg) translate(16px, -5px);
    }

    &:last-child {
        transform: rotate(12deg) translate(-16px, 5px);
    }
}