a:active,
a:link {
    color: #3200ff
}

body,
h1 {
    font-size: 1.4rem
}

a:visited,
sub,
sup {
    color: var(--text-highlight-color)
}

.frame,
.outer_frame,
body,
html {
    overflow: hidden
}

.wide>img,
.wider>img {
    filter: invert(11%) sepia(99%) saturate(6166%) hue-rotate(255deg) brightness(82%) contrast(102%)
}

#About:hover,
.click:hover,
.clicked,
.cursor,
.next,
.prev {
    cursor: pointer
}

@font-face {
    font-family: IBM;
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3twJwlBFgsAXHNk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: IBM;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ibmplexmono/v12/-F63fjptAgt5VM-kVkqdyU8n1i8q131nj-o.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: IBM;
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ibmplexmono/v12/-F6pfjptAgt5VM-kVkqdyU8n1ioa1XdgregdFA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: IBM;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/ibmplexmono/v12/-F6qfjptAgt5VM-kVkqdyU8n3oQIwlBFgsAXHNk.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: IBM;
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ibmplexmono/v12/-F6sfjptAgt5VM-kVkqdyU8n1ioSflV1gMoQPttozw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: GTAnti;
    src: url('../fonts/G2Anti-Anti.otf') format('opentype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Obviously;
    src: url('../fonts/ObviouslyDemo-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Archivo;
    font-weight: 100 900;
    font-stretch: 62% 125%;
    src: url('../fonts/Archivo-VariableFont_wdth,wght.ttf') format('truetype-variations');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

:root {
    --main-highlight-color: rgb(255, 185, 4);
    --main-highlight-color-transparent: rgba(255, 185, 4, 0.6);
    --main-bg-color: rgb(233, 236, 233);
    --outside-bg-color: rgb(254, 254, 253);
    --main-bg-color-shade: rgb(138, 142, 138);
    --main-text-color: rgb(12, 10, 10);
    --text-highlight-color: rgb(100, 30, 254);
    --green-highlight-color: rgb(52, 200, 72);
    --green-highlight-color-transparent: rgba(92, 185, 110, 0.6)
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth
}

body,
html {
    background: var(--outside-bg-color);
    color: var(--main-text-color);
    font-family: IBM
}

audio::-webkit-media-controls-panel {
    background-color: var(--main-bg-color)
}

body::-webkit-scrollbar {
    display: none
}

#gridLanding {
    transition: background 2s ease-in-out
}

body {
    text-rendering: optimizeLegibility;
    height: 1000vh;
    transition: background 2s
}

em {
    font-weight: 500;
    font-style: normal
}

::selection {
    background-color: var(--main-highlight-color-transparent)
}

.click:hover,
.sound {
    background-color: var(--main-bg-color)
}

a {
    font-style: italic
}

a:link {
    text-decoration-line: none;
    color: var(--text-highlight-color)
}

a:hover {
    text-decoration-line: underline
}

body,
dl,
ol,
ul {
    margin: 0
}

article,
aside,
audio,
footer,
header,
nav,
section,
video {
    display: block
}

p {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

textarea {
    resize: vertical
}

table {
    border-collapse: collapse
}

td {
    padding: .5rem
}

img {
    border: none;
    max-width: 100%;
    max-height: 95%
}

input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0
}

.sound,
.top-bar-button {
    border-radius: 15px 15px 0 0
}

input[type=search] {
    -webkit-appearance: textfield
}

input[type=submit] {
    -webkit-appearance: none
}

input:required:after {
    color: red;
    content: " *"
}

input[type=email]:invalid {
    background: red
}

.right {
    float: right;
    margin-left: 2rem;
    clear: right
}

.left {
    float: left;
    margin-right: 2rem;
    clear: left
}

sub,
sup {
    line-height: 0;
    font-style: normal;
    font-size: .8em
}

.timetable,
audio {
    width: 100%
}

#top {
    width: 10px;
    height: 10px
}

.frame {
    width: 100vw;
    height: 100vh
}

.global-trumpet,
.top-bar {
    width: 19%;
    margin-left: 1%
}

#main {
    position: sticky;
    top: 0
}

#top-bar-background,
.global-trumpet,
.tagline,
.top-bar {
    position: fixed;
    left: 0
}

.outer_frame {
    height: auto
}

.global-trumpet {
    bottom: 0;
    hyphens: none;
    padding: .5% .5% .5% 1.5%;
    font-size: 1vw;
    line-height: 1.65em;
    display: inline-block;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto
}

.global-trumpet>img {
    width: 82%;
    padding-bottom: 2%
}

.tagline {
    top: 18%;
    line-height: 1.61em;
    padding-bottom: 0
}

.email,
.sound {
    line-height: 1.55em
}

.sound {
    font-size: .8em;
    padding: 3% 2% 0;
    margin-top: 5%
}

.email {
    text-align: center;
    font-size: .78em;
    letter-spacing: .05rem;
    margin-bottom: 0
}

.email>img {
    width: 95%
}

.tagline>img {
    width: 93%;
    padding-top: 2%
}

.title {
    top: 2%;
    font-family: GTAnti, sans-serif;
    font-size: 4.1vw;
    line-height: 1.05em;
    letter-spacing: -.015em;
    padding-top: .5%;
    padding-left: 1.1%
}

.grid-title {
    font-size: 5em;
    padding-top: 2px;
    font-family: Archivo, sans-serif;
    font-variation-settings: "wght" 200;
    font-stretch: 105%;
    transition: font-variation-settings .7s ease-in;
    letter-spacing: -.01rem
}

.grid-underline {
    font-size: 1em;
    line-height: 1em
}

.grid-underline>img {
    width: 50%;
    height: .01%;
    object-fit: fill
}

.grid-arrow>img {
    width: 15%;
    height: .1%;
    object-fit: fill
}

.internal_link {
    font-size: 1.5em
}

#top-bar-background {
    top: 0;
    height: 8.2vh;
    width: 100%;
    z-index: 1;
    -webkit-transform: translate3d(0, 0, 0)
}

.top-bar {
    transition: .3s;
    font-family: Archivo;
    margin-top: 22vw;
    margin-bottom: 0vw;
    height: 25vh;
    z-index: 9998;
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    -webkit-transform: translate3d(0, 0, 1px)
}

.main_text_img,
.top-bar-button {
    text-align: center;
    text-transform: uppercase
}

.top-bar-button {
    width: auto;
    height: 20%;
    vertical-align: middle;
    zoom: 1;
    font-size: 1.3rem;
    padding-left: 2%;
    padding-right: 2%;
    line-height: 4.2vh;
    margin-top: .5%;
    transition: font-variation-settings .7s ease-in
}

.top-bar-stretch {
    width: calc(100% - 19%);
    display: inline-block;
    font-size: 0;
    line-height: 0
}

.grid,
.grid_landing {
    width: calc(100% - 18% - 4%);
    height: 97%;
    border-radius: 50px 0 0;
    overflow-y: auto;
    scrollbar-gutter: stable;
    position: fixed;
    border-color: orange;
    bottom: 0;
    right: 0
}

.clicked {
    background-color: #1e1e1e;
    color: #e6e6e6
}

.grid,
.is-checked {
    background-color: var(--main-bg-color)
}

.article-header:link,
.article-header:visited,
.top-bar-link:link,
.top-bar-link:visited {
    font-style: normal;
    color: var(--main-text-color);
    text-decoration: none
}

.top-bar-link:hover {
    text-decoration: none
}

#Radek.is-checked {
    background-color: #fafafa;
    color: #000
}

#arrow {
    height: 72%;
    width: 3.5%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto
}

#About:hover {
    background-color: #000;
    color: #fafafa
}

#About-mobile {
    float: right
}

.blocked {
    opacity: .3;
    pointer-events: none
}

.grid {
    padding-left: 5%;
    overflow-x: hidden
}

.grid_landing {
    background-color: var(--main-highlight-color);
    padding-top: 1%;
    padding-left: 2.4%;
    padding-right: 3%;
    transition: background 1s
}

.grid::-webkit-scrollbar {
    width: 10px
}

.landing>img {
    width: 80%
}

.grid::-webkit-scrollbar-track {
    background-color: var(--main-bg-color-shade)
}

.article-header,
.inside-header {
    background-color: var(--main-highlight-color)
}

.grid::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px var(--main-highlight-color);
    background-color: var(--main-highlight-color)
}

.trumpet_horn {
    width: 1%;
    height: 92.5%;
    position: fixed;
    bottom: 0;
    right: 0;
    border-radius: 50px;
    overflow-y: scroll;
    padding: 1%;
    border-color: orange;
    z-index: 999
}

.reference,
.small-reference {
    padding-left: 2%;
    column-count: 2
}

.article {
    height: auto;
    border-radius: 20px;
    margin-bottom: 1.5%;
    padding-bottom: 1%;
    margin-left: .5%
}

.big_text,
.medium_text {
    font-family: IBM;
    margin-bottom: 1%;
    margin-top: .5%;
    font-style: italic;
    color: var(--green-highlight-color)
}

.main_text {
    width: 80%;
    height: 40%;
    font-size: .9em;
    line-height: 2.5rem
}

.main_text_img {
    padding-top: 1%;
    width: 100%;
    text-decoration: underline;
    font-weight: 500;
    height: 80%
}

.main_text_img>iframe {
    width: 90%;
    height: 85%
}

.iframes {
    height: 60%;
    width: 80%
}

.iframes>iframe,
.main_text_video>iframe {
    width: 100%;
    height: 100%
}

.main_text_video {
    height: 42vh;
    width: 80%;
    text-align: left
}

.composer {
    padding-top: 3%;
    width: 100%;
    text-align: left;
    text-decoration: none;
    text-transform: none;
    font-weight: 400;
    font-size: .88em;
    line-height: 2.1rem
}

.big_text {
    width: 65%;
    font-size: 1.92rem;
    line-height: 2.9rem;
    font-weight: 400;
    letter-spacing: -.05rem;
    padding-top: 4%
}

.big_text_landing {
    padding-top: 1%;
    font-size: 1.7rem;
    width: 92%;
    line-height: 1.4em
}

.medium_text {
    width: 70%;
    font-size: 1.35em;
    line-height: 1.6em;
    font-weight: 400;
    letter-spacing: -.1rem
}

.grid-block {
    width: 100%;
    min-height: 5%;
    display: block;
    line-height: 1.5em;
    text-align: left
}

.small-reference {
    font-size: .8em;
    column-gap: 6%;
    width: 95%
}

.small-reference>img {
    max-width: 35%
}

.reference {
    font-size: .9em;
    column-gap: 7%;
    width: 80%
}

.reference>img {
    min-width: 96%
}

.footnote {
    padding-left: 8%;
    font-size: .82em;
    width: 85%
}

.footnote>img {
    max-width: 16%
}

.program>img,
.wider>img {
    max-width: 30%
}

#small_reference {
    min-width: 46.9%
}

.grid-block-big {
    width: 100%;
    min-height: 5%;
    height: auto;
    column-count: 2;
    padding: 1% 8% 1% 2%;
    font-size: .85em;
    column-gap: 8px
}

.grid-block>img {
    width: 45%
}

.image-frame {
    left: 0;
    right: 0;
    position: relative;
    width: 100%;
    padding-left: 8%;
    margin-top: 5%;
    margin-bottom: 3%
}

.article-header,
.inside-header,
.program-header {
    border-color: #000;
    border-style: solid;
    padding: .5% .7%
}

.image-frame>img {
    width: 90%
}

.article-header {
    font-size: 1.6em;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: -.05rem;
    flex: 0 1;
    width: fit-content;
    display: inline-block
}

.ref_link {
    font-style: normal
}

.inside-header {
    font-weight: 300
}

.highlight,
.program-header {
    background-color: var(--green-highlight-color-transparent)
}

.program-header {
    font-size: 1.4em;
    font-weight: 400;
    text-align: center
}

.wide {
    display: flex;
    justify-content: right;
    align-items: right;
    overflow: hidden;
    flex-direction: column
}

.wide>img {
    flex-shrink: 0;
    min-width: 90%;
    min-height: 100%
}

.wider>img {
    position: relative;
    flex-shrink: 0;
    max-height: 30%;
    right: 0;
    bottom: 0;
    margin-right: 50px;
    margin-bottom: 50px
}

.img_caption {
    position: relative;
    font-size: 2em;
    text-align: left;
    float: right;
    bottom: 0
}

.link {
    color: #00f
}

.highlight {
    border-radius: 2px;
    padding: 5px
}

.article_hidden {
    display: none
}

.show {
    display: inline-block
}

.toggle_button {
    font-size: 2rem;
    baseline-shift: super;
    font-weight: 300
}

.table {
    height: auto;
    display: flex
}

.landing_overlay,
.overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999
}

.overlay {
    background-color: var(--main-highlight-color);
    padding: 1.4% 2% 2%
}

.landing_overlay {
    background-color: var(--outside-bg-color);
    padding: .2% 2% 2%
}

.video_box {
    width: 85%;
    height: 85%;
    position: relative;
    margin-bottom: .5%
}

.overlay_Article,
.overlay_landingArticle {
    margin: 1%;
    height: 98vh;
    border-radius: 100px 50px 50px 0
}

.overlay_Article {
    padding: 1.5% 12% 12%;
    overflow: scroll;
    font-size: 1rem;
    line-height: 1.6rem
}

.overlay_landingArticle {
    padding: 1% 8% 8%;
    overflow: hidden;
    font-size: 1.5rem
}

.overlay_Close {
    font-size: 5.5rem;
    font-weight: 500;
    position: absolute;
    right: 0;
    margin-right: 5%
}

.overlay_Article::-webkit-scrollbar {
    width: 10px
}

.overlay_Article::-webkit-scrollbar-track {
    background-color: var(--main-bg-color-shade)
}

.overlay_Article::-webkit-scrollbar-thumb {
    box-shadow: inset 0 0 6px var(--main-highlight-color);
    background-color: var(--text-highlight-color)
}

.overlay_gallery {
    background-color: var(--main-highlight-color);
    width: 100vw;
    height: 100vh;
    position: fixed;
    z-index: 99999
}

.overlay_galleryArticle {
    margin: 1%;
    overflow: hidden;
    height: 96vh;
    font-size: 1.5rem;
    border-radius: 50px
}

.gallery {
    height: 82vh;
    width: 65vw;
    margin-left: 2%
}

.container {
    position: relative;
    height: 95%;
    width: auto
}

.mySlides,
.mySlides1,
.mySlides10,
.mySlides2,
.mySlides3,
.mySlides4,
.mySlides5,
.mySlides6,
.mySlides7,
.mySlides8,
.mySlides9 {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center
}

.mySlides10>img,
.mySlides1>img,
.mySlides2>img,
.mySlides3>img,
.mySlides4>img,
.mySlides5>img,
.mySlides6>img,
.mySlides7>img,
.mySlides8>img,
.mySlides9>img,
.mySlides>img {
    max-height: 100%;
    max-width: 100%
}

.next,
.prev {
    position: absolute;
    top: 50%;
    width: 5%;
    padding: 16px;
    margin-top: -50px;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none
}

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

.next:hover,
.prev:hover {
    background-color: rgba(250, 254, 250, .7)
}

.credits {
    width: 75%;
    font-size: .92em;
    line-height: 2.4rem
}

.numbertext {
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

.caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px
}

.row:after {
    content: "";
    display: table;
    clear: both
}

.column {
    float: left;
    width: 16.66%
}

.demo {
    opacity: .6
}

.active,
.demo:hover {
    opacity: 1
}

.mobile_button {
    display: none;
    overflow: hidden
}

.mobile_header {
    font-family: GTAnti, sans-serif;
    font-size: 1.53em;
    line-height: 1.05em;
    letter-spacing: .03em;
    padding-top: 1%;
    overflow: hidden;
    display: none;
    z-index: 997
}

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

    .global-trumpet,
    .mobile_break,
    .top-bar {
        display: none
    }

    body,
    html {
        height: calc(var(--vh, 1vh) * 100)
    }

    a {
        word-wrap: break-word
    }

    .top-bar {
        height: 100vh;
        width: 100vw;
        background-color: var(--main-highlight-color);
        margin: 0;
        padding-top: 20%;
        padding-bottom: 20%
    }

    .top-bar-button {
        background-color: var(--main-bg-color);
        height: 15%;
        margin-top: 8%;
        padding-top: 8%;
        padding-bottom: 10%
    }

    .grid {
        width: 97vw;
        position: fixed;
        height: 92vh;
        height: calc(var(--vh, 1vh) * 91)
    }

    .mobile_button {
        display: block;
        position: fixed;
        right: 5%;
        top: 2.8%;
        width: 30px;
        height: 30px;
        z-index: 999
    }

    .article {
        width: 95%
    }

    .main_text {
        font-size: .7em;
        width: 82vw;
        line-height: 1.75rem
    }

    .big_text_landing {
        font-size: 1.3rem
    }

    .big_text {
        font-size: 1.4rem;
        width: 74vw;
        line-height: 2rem
    }

    .medium_text {
        font-size: 1.25rem;
        width: 74vw;
        line-height: 1.75rem
    }

    .grid-title {
        font-size: 2.5em;
        padding-top: 2px;
        font-stretch: 105%;
        letter-spacing: -.01rem
    }

    .article-header {
        font-size: .8em;
        padding: 1.4%;
        border-width: 1px;
        font-weight: 400;
        line-height: 1em;
        letter-spacing: -.05rem;
        max-width: 90%;
        flex-grow: 0;
        flex-shrink: 0;
        flex-basis: 225px
    }

    .header-container {
        width: 95%;
        display: flex;
        flex-wrap: wrap
    }

    .toggle_button {
        font-size: 1.3rem;
        font-weight: 300
    }

    .credits {
        width: 90%;
        font-size: .6em;
        line-height: 1.6rem
    }

    .reference {
        column-count: 1
    }

    .iframes {
        height: 28%;
        width: 85%
    }

    .main_text_video {
        height: 20%;
        width: 88%
    }

    .mobile_header {
        padding-top: 3%;
        position: absolute;
        left: 0;
        top: 0;
        margin-left: 8%;
        display: block
    }

    .gallery {
        height: 24vh;
        width: 70vw
    }

    .container {
        height: 100%
    }
}
@media screen and (max-width:1500px) {
    
    .tagline {
        top: 16%
    }

}
@media screen and (min-width:1920px) {
    .global-trumpet {
        font-size: 1.1em;
        hyphens: none
    }

    .tagline {
        top: 20%
    }

    .title {
        line-height: 1em;
        top: 1.9%;
        font-size: 4.1vw
    }

    .top-bar-button {
        font-size: 1.2em
    }
}