body {
    background-color: #000;
    min-height: 100vh;
    margin: 0 0 0 0;
    font-family: def, sans-serif;
    font-size: 2.5vh;
    color: #fff;
}

.background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
}

.backgroundcutbottom {
    z-index: unset;
    clip: rect(0, 100vw, 14vh, 0);
}

.backgroundcuttop {
    z-index: unset;
    visibility: collapse;
    opacity: .7;
}

.topbar {
    top: 0;
    width: 100%;
    padding-top: 10vh;
    padding-left: 10vw;
    font-family: Cairo,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: min(2.5vw, 30px);
    text-shadow: 0px 0px .2vh;
    position: fixed;
    z-index: 1;
    background-color: black;

}


.heading {
    font-family: Cairo,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: max(1.5vw, 20px);
    text-shadow: 0px 0px .2vh;
}

.paragraph {
    font-family: Cairo,Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    text-shadow: 0px 0px .2vh;
}

.logo {
    height: 2em;
    width: auto;
    vertical-align: middle;
    padding-bottom: 1.4em;
}

.menuitem {
    text-decoration: none;
    padding-left: 4vw;
    color: #fff;
}

.acnr {
    position: fixed;
    bottom: 0;
    left: 65vw;
    font-size: 10vw;
    text-align: center;
    font-family: Cairo, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: bold;
    line-height: 8vw;
}

.acnr a {
    text-decoration: none;
    color: #fff;
}


.location {
    font-size: 1.5vw;
    color: #999;
    padding-bottom: 4vh;
    letter-spacing: .6vw;
    font-family: Cairo, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    line-height: normal;
    padding-top: 1vh;
}

.info-holder {
    position: relative;
    margin-top: 50vh;
    row-gap: 20vh;
    display: flex;
    flex-direction: column;
    margin-bottom: 50vh;
    font-size: min(2.5vw, 20px);
}

.info { 
    width: 55vw;
    margin-left: 12vw;

    p {
      padding: 2vh 0 2vh 2vw;
      border-left: .2vw solid rgba(255,255,255,.2);
      white-space: pre-line;
      font-family: Cairo, Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      background-color: rgba(0,0,0,0.5);
      box-shadow: 0 0 10vh 5vh rgba(0,0,0,0.5);
      text-shadow: 0px 0px .1.5vh;
      overflow-y: auto;
    }

    img {
      width: 10vh;
      height: auto;
      display: block;
      margin: auto;
      padding: 5vh;
    }


}
a:link {
   color: #fff;
}

.info:first-child {
    margin-top: 0 !important;
}

.scrollable {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}

.visible {
  opacity: 1;
  transform: none;
  visibility: visible;

}


.multiimage {
    margin: auto;
    text-align: center;
}

.multiimage img {
    width: 10vh;
    height: auto;
    padding: 1vh 3vh 1vh 3vh;
}

.icon {
    opacity: 40%;
}

@font-face {
    font-family: 'Cairo';
    src: url('Cairo-VariableFont_wght.ttf');
}

