@font-face {
    font-family: "main";
    src: url(calluna.otf);
  }

  html {
    min-height: -webkit-fill-available;
  }

  body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    background-color: rgb(0, 0, 0);
    margin: 0%;
    position: relative;
    font-family: "main", 'Times New Roman', serif;
    min-height: 100vh;
    min-height: -webkit-fill-available;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scroll-behavior: smooth;
    overflow-x: hidden;
  }

  .banner {
    width: min(100vw, 500px);
    height: min(45vw, 220px);
    background-image: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0), 
    rgb(0, 0, 0)), 
    url(Images/Ncon.webp);
    background-size: cover;
    background-position: top;
  }

  .text-div{
    display: flex;
    flex-direction: column;
    width: 100vw;
    align-items: center;
    justify-content: center;
  }

  .minor-title {
    color: rgb(185, 149, 224);
    font-size: 20px;
    margin: -5px 0 20px 0
  }

  .minor-title-old {
    color: rgb(247, 213, 168);
    font-size: 20px;
    margin: -5px 0 20px 0
  }

  .major-title {
    color: antiquewhite;
    font-size: 28px;
    margin: 0;
    text-align: center
  }

  .story-teaser-container{
    margin: min(2vw, 10px) 0 min(4vw, 20px) 0;
  }


  h2{
    color: antiquewhite;
    font-size: 16px;
  }

  .story-teaser{
    color: rgb(138, 127, 115);
    margin: min(2vw, 10px) 0 min(2vw, 10px) 0;
    font-style: italic;
    font-weight: 100;
    font-size: 13px;
  }

  .event-description-div {
    width: min(95vw, 500px);
    background: linear-gradient(to bottom, 
    rgb(48, 13, 72), 
    rgb(18, 5, 27));
    border-radius: 10px;
    margin: min(1.5vw, 10px) 3.5vw min(1.5vw, 10px) 3.5vw;
  }

  .event-description-title {
    color: antiquewhite;
    font-size: 22px;
    margin: min(5vw, 20px);
    text-align: center;
  }

  .event-description {
    color: antiquewhite;
    font-size: 18px;
    margin: min(5vw, 20px)
  }

  .event {
    background-color: rgb(53, 22, 87);
    display: grid;
    grid-template-columns: 4fr 3fr;
    width: min(95vw, 500px);
    height: auto;
    margin: min(1.5vw, 10px) 3.5vw min(1.5vw, 10px) 3.5vw;
    border-radius: 5px;
    justify-content: space-evenly;
  }

  .element-div {
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    height: 50px;
    display: flex;
    align-items: start;
    justify-content: center;
    align-items: center;
    margin: 10px
  }

  #duration {margin: 10px 5px 10px 10px}
  #price {margin: 10px 10px 10px 5px}
  #transparent {background-color: rgba(0, 0, 0, 0);}
  .full-width{
    margin: 0 10px 10px 10px;
    grid-column-end: span 2;
  }

  .element-text{
    color: antiquewhite;
    font-size: 14px;
    margin: 10px
  }

  .event-div{
    display: grid;
    width: min(95vw, 500px);
    height: 200px;
    margin: min(1.5vw, 10px) 3.5vw min(1.5vw, 10px) 3.5vw;
    border-radius: 5px;
    overflow: hidden;
    grid-template-columns: 2fr 2.75fr 10px 2.75fr 2fr;
    grid-template-rows: auto auto 160px auto auto auto;
    justify-content: space-evenly;
    transition: all .25s ease-in-out;
  }

  .criminal{background-color: rgb(83, 0, 0)}
  .secret{background-color: rgb(20, 34, 82)}
  .magic{background-color: rgb(53, 22, 87)}


  .top-cell{
    height: 60px
  }

  .title-cell{grid-column-end: span 3}
  .wide-cell{grid-column-end: span 2}

  .teaser-cell{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    display: flex;
    align-items: start;
    justify-content: center;
    grid-column-end: span 5;
    margin: 0 10px 10px 10px
  }

  .program-grid{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    display: grid;
    grid-template-columns: 1fr 24px 12px 96px 1fr;
    grid-template-rows: auto;
    grid-column-end: span 2;
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 5px;
    height: 160px;
  }

  .key-detail-cell{
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    grid-column-end: span 2;
    border-radius: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 5px
  }

  .location-link {color: antiquewhite}

  .spacer{flex:1}

  .centered-cell{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .date{
    color: antiquewhite;
    font-size: 13px;
    margin: 0
  }

  .availability{
    color: rgb(122, 114, 104);
    font-size: 12px;
    margin: 0;
    text-align: center;
  }

  #av-nrs{
    display: none;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
  }

  .event-title{
    color: antiquewhite;
    font-size: 13px;
    font-weight: 800;
    margin: 0
  }

  .key-detail{
    color: antiquewhite;
    font-size: 13px;
    margin: 0
  }

  .weighty{
    font-weight: 800;
  }

  .narrative-teaser{
    color: antiquewhite;
    font-size: 12px;
    font-style: italic;
    margin: 10px 7px 10px 7px
  }

  .program{
    color: antiquewhite;
    font-size: 12px;
    margin: 0
  }
  
  .program-title{
    color: antiquewhite;
    font-size: 11px;
    font-weight: 800;
    margin: 5px 0 0 0
  }

  #nrs {font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;}
  #pnrs {font-size: 11px;font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;}
  #spsc {vertical-align: super; font-size: 50%;}

  .selector-div{
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-column-end: span 5;
    margin: 20px 10px 10px 10px
  }

  .selector-text{
    color: antiquewhite;
    font-size: 13px;
    margin: 5px
  }

  .player-nr-selector {
    background-color: rgb(24, 24, 24);
    color: antiquewhite;
    height: 30px;
    width: auto;
    font-size: 16px;
    padding: 4px;
    border-radius: 4px;
    border-color: rgb(189, 189, 189);
    margin: 10px 10px 10px 10px
  }

  .terms-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-column-end: span 2;
    margin: 10 0 0 0;
  }

  .terms-agreement-text{
    color: antiquewhite;
    font-size: 10px;
    margin: 5px
  }

  .terms-link {color: antiquewhite}

  .button-cell{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    grid-column-end: span 2;
    margin: 10px 0 15px 0;
  }

  .golden-btn {
    display: inline-block;
    outline: none;
    font-family: inherit;
    font-size: 1em;
    box-sizing: border-box;
    border: none;
    border-radius: .3em;
    height: 2.75em;
    line-height: 2.5em;
    text-transform: uppercase;
    padding: 0 1em;
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
                inset 0 -2px 5px 1px rgba(139,66,8,1),
                inset 0 -1px 1px 3px rgb(207, 187, 109);
    background-image: linear-gradient(160deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    border: 1px solid #a55d07;
    color: rgb(120,50,5);
    text-shadow: 0 2px 2px rgba(207, 187, 109, 1);
    cursor: pointer;
    transition: all .2s ease-in-out;
    background-size: 100% 100%;
    background-position:center;
    margin: 0 0 15px 0;
  }
  
  .golden-btn:hover {
    background-size: 150% 150%;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23),
                  inset 0 -2px 5px 1px #b17d10,
                  inset 0 -1px 1px 3px rgba(207, 187, 109,1);
    border: 1px solid rgba(165,93,7,.6);
    color: rgba(120,50,5,.8);
  }
  
  .golden-btn:active {
    box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(110,80,20,.4),
                inset 0 -2px 5px 1px #b17d10,
                  inset 0 -1px 1px 3px rgba(207, 187, 109,1);
  }

  @media (min-width: 700px) {.date {font-size: 15px;}}
  @media (min-width: 700px) {.event-title {font-size: 15px;}}
  @media (min-width: 700px) {.availability {font-size: 14px;}}
  @media (min-width: 700px) {.narrative-teaser {font-size: 14px;}}
  @media (min-width: 700px) {.key-detail {font-size: 15px;}}

  @media (min-width: 700px) {.program-grid {height: 160px;}}

  @media (min-width: 700px) {.program-title {font-size: 12px;}}
  @media (min-width: 700px) {.program {font-size: 13px;}}
  @media (min-width: 700px) {#pnrs {font-size: 12px;}}
  @media (min-width: 700px) {.selector-text {font-size: 15px;}}
  @media (min-width: 700px) {.terms-agreement-text {font-size: 12px;}}



  .corporate-events {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 550px;
    width: 100%
  }

  .corporate-text{
    color: antiquewhite;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    margin: 50px 10vw 20px 10vw
  }

  @media (min-width: 700px) {.corporate-text {font-size: 22px;}}

  .menu-button{
    color: antiquewhite;
    background-color: rgb(21, 21, 21);
    font-size: 1vw;
    margin: 1vh;
    min-width: 8vw;
    height: 5.5vh;
    border-width: 0;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.25s;
  }

  .menu-button:hover{
    background-color: rgb(125, 120, 104);
  }

  .menu-button:active{
    background-color: rgb(255, 255, 255);
    color: black
  }

  @media (max-width: 600px) {#find-out-button {height: 60px; width: 120px; font-size: 16px}}