@font-face {
 font-display: swap;
 font-family: 'StratumNo2Reg';
 src: url('textfonts/stratumno2_regular.otf');
}

@font-face {
 font-display: swap;
 font-family: 'Quantico';
 src: url('textfonts/Quantico-Regular.ttf');
}

html{
font-size: 16px; /* The rem calculation changing this changes all rems */
}

.no-pointer {
  pointer-events: none;
  user-select: none;
}

body {
  margin: 0;
  font-family: 'StratumNo2Reg', Arial, sans-serif;
  color: white;
  background: #030011;
  overflow-x: hidden; /* no sideways scrolling */
  position: relative;
}


.top-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background-color: rgba(0, 0, 0, 0);
  z-index: 1;
}

.linemap-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  background: url('indeximages/linemap.svg') repeat;
  opacity: 0.6;
  z-index: 2;
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.5rem;
  font-family: 'StratumNo2Reg', Arial, sans-serif;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 1);
  font-size: 4rem;
  z-index: 3;
}

.menu a:first-child {
  color: rgb(56, 56, 56) !important;
}

.support-lock 
{
  position: absolute;
  top: 20%;
  left: 32.1%;
  z-index: 4;
}

/* Da menu link states */
a:link {
  text-decoration: none;
}
a:visited{
  color:rgb(21, 84, 255)
}

.play-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-96%, -593%);
  width: 400px;
  height: auto;
  z-index: 1;
  opacity: 0.5;
}

.icon-buttons {
  position: fixed;
  top: 0.95rem;
  left: 1rem;
  z-index: 4;
  display: flex;
  gap: 20px;
  padding: 10px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 1));
}

.icon-container {
  position: relative; /* needed so hoverbox can sit behind */
  display: inline-block;
}

.hoverbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%) scale(1.1);
  z-index: 1;
  opacity: 0; 
  transition: opacity 0.2s ease, transform 0.2s ease;
  pointer-events: none;
}

.icon {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

/* Hover effect */
.icon-container:hover .hoverbox {
  opacity: 0.3;
  transform: translate(-50%, -55%) scale(1.1);
}

.panel-select {
  position: relative;
  width: 1920px;
  height: 800px;
}

.panel-select img {
  position: absolute;
  top: 0;
  left: 0;
}

.updates {
  z-index: -2;
}

.blogs {
  z-index: -2;
  opacity: 0;
}

.blogs-hitbox {
  position: absolute;
  top: 199px;
  right: 413px;
  width: 574px; 
  height: 413px;
  z-index: 3;
  transform: rotate(-4deg);
  transform-origin: center;
}

.blogs-hitbox:hover ~ .blogs {
  opacity: 1;
}

.content-section {
  position: relative;
  z-index: 1;
  margin-top: -140px;
  min-height: 100vh;
  background: linear-gradient(
  to bottom,
  transparent,
   #030011 100px
    );
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
  z-index: 0;
}

.updates-whole {
  width: 100%;
  max-width: 70%;
  color: wheat;
  align-items: center;
  z-index: 0;
}

.updates-section {
  width: 100%;
  margin-top: -1px;
  padding-top: 1px;
}

.updates-box {
  width: 100%;
  position: relative;
  text-align: left;
  border-left: 2px solid white;
  background-image: url(newsimages/linemap_full.svg);
  padding: 20px 20px;
  margin: 40px 0px;
}

.box-date {
  color: rgba(255,255,255,.7);
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 8px;
  font-weight: lighter;
}

.box-title{
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 8px;
  text-shadow: 0px 0px 10px #000;
  font-weight: bold;
  text-transform: none;
  letter-spacing: 0px;
  font-size: 24px;
  color: #fff;
}

.box-content{
  font-size: 18px;
  color: rgba(255,255,255,.9);
  margin-left: 20px;
  margin-bottom: 10px;
  line-height: 26px;
  z-index: 0;
}

.topic {
  margin: .5em 0;
}

.bullets {
  margin-top: 10px;
}

.topic {
  margin: .5em 0;
}

.speech {
  margin: .5em 0;
}

.archive-link{
  width: 100%;
  font-size: 18px;
  opacity: .6;
  padding: 50px;
  margin: 100px 0px 50px 0px;
  background-color: #ffffff05;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.archive-button{
  padding: 5px 10px;
  margin: 10px 30px;
  border-radius: 2px;
  cursor: pointer;
  width: fit-content;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #ffffff30;
  transition-duration: .2s;
}

.archive-text{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: whitesmoke;
  font-family: StratumNo2Reg, sans-serif;
}