@font-face {
  font-family: 'UR';
  src: url('https://unstablereality.ai/fonts/UR.otf') format('opentype');
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin: 0;
}

* { box-sizing: border-box; }
.video-background {
  background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99;
}
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


.structure {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;                
    text-align: center;
}

.title {
    color: white;
    font-family: 'UR', sans-serif;
    font-size: clamp(60px, 10vw, 90px);
    letter-spacing: -17px;
    text-align: center;
    width: auto;
    background-color: #0f0f0f17;
    padding: 20px;
    margin-top: -19px;
    line-height: 1.1;
    filter: blur(1.3px);
}

.focus {
  margin: -30px 0 100px;
}

.activities {
  margin: 100px 0 30px;
  background-color: #0f0f0f17;
}

.logo img {
  width: 70%;
}

.focus, .activities {
    color: white;
    width: auto;
    padding: 5px 10px;
}

.location {
  margin: 100px 0 10px;
}

.email {
    text-underline-offset: 3px;
}

.email a, .email a:visited, .email a:active {
    color: white;
    background-color: #000;
    padding: 10px 10px 15px;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}
@media all and (max-width: 600px) {
.vid-info { width: 50%; padding: .5rem; }
.vid-info h1 { margin-bottom: .2rem; }
}
@media all and (max-width: 500px) {
.vid-info .acronym { display: none; }
}