@font-face {
    font-family: 'Rounds Black';
    src: url('Rounds Black.otf') format('opentype');
  }

@font-face {
    font-family: 'Mononoki Regular';
    src: url('mononoki/mononoki-Regular.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Mononoki Italic';
    src: url('mononoki/mononoki-Italic.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Mononoki Bold';
    src: url('mononoki/mononoki-Bold.otf') format('opentype');
  }
  
  @font-face {
    font-family: 'Mononoki Italic';
    src: url('mononoki/mononoki-BoldItalic.otf') format('opentype');
  }

body, html, a, a:hover, textarea, button {
    cursor: url(curs.png), crosshair; 
}

  html{
    scrollbar-color: #b22d3f #f09dbb;
    scrollbar-width: thin;
  }

  body{
    background: #ff0050;
    font-family: "Mononoki Regular", sans-serif;
    margin: 0;
    color: #fff;
    min-height: 100dvh;
    width: 100%;
    overflow-x: hidden;
    font-size: 0.8rem;
    position:relative;
    display:flex;
    flex-direction:column;
  }

#gradient{
    position: fixed;
    inset: 0;
    height: 100%;
    min-height: 100dvh;
    background: url('bubbles4t.png'), #ff0050;
    background-size: cover;
    background-position: center;
    z-index: -1;}

  h1{
    font-size: 2.5em;
    line-height: 1em;
  }

  main{
    z-index: 1;
    flex:1;
    border: 0px solid #fff;
    margin: 0 auto;
    width:100%;}

#top{
  margin: 0 auto;
  height: 30px;
  position: relative;
  flex-shrink: 0;
  margin-bottom: 30px;
  border-radius: 0px 0px 16px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}

header{
  width:100%;
  border-bottom: 0px solid #fff;
  display:block;
  text-align: center;
  margin-bottom:30px;
}

header h1{
  text-align:center;
  font-family: 'Rounds Black';
  font-size: 6em;
  letter-spacing: 10px;
  color: rgba(255,255,255,0.6);
  text-shadow: 4px 4px 10px rgba(0,0,0,0.25); 
  margin: 0;
  padding:0;
z-index:2;
text-transform:lowercase;
position:relative;
    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;}

header h1:hover{
  color: rgba(255,255,255,0.8);
    -webkit-animation: fadein 1.5s;
    -moz-animation: fadein 1.5s;
    -ms-animation: fadein 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;
}

  header h1::after{
    content: 'gl4ss gloss';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 3;
    opacity:1;
  -webkit-text-stroke: 0;
  text-align:center;
  animation: flickerAnimation 0.07s infinite, fadein 1.5s;
  }

  header h1:hover::after{
    opacity:0;
    -webkit-animation: fadeout 1.5s;
    -moz-animation: fadeout 1.5s;
    -ms-animation: fadeout 1.5s;
    -o-animation: fadein 1.5s;
    animation: fadein 1.5s;
  }

  @keyframes flickering {
    0% { opacity: 0.75; } 
  10% { opacity: 0.725; } 
  20% { opacity: 0.75; } 
  30% { opacity: 0.735; }  
  40% { opacity: 0.75; } 
  50% { opacity: 0.74; } 
  60% { opacity: 0.75; } 
  70% { opacity: 0.73; } 
  80% { opacity: 0.75; } 
  90% { opacity: 0.735; } 
  100% { opacity: 0.75; }  
}
    

@keyframes flickerAnimation {
0% { opacity:1; }
50% { opacity:0; }
100% { opacity:1; }
}
@-o-keyframes flickerAnimation{
0% { opacity:1; }}

.scanlines {
  position: relative;
  overflow: hidden;
}
.scanlines:before, .scanlines:after {
  display: block;
  pointer-events: none;
  content: "";
  position: absolute;
}
.scanlines:before {
  width: 100%;
  height: 2px;
  z-index: 2147483649;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0.75;
  -webkit-animation: scanline 6s linear infinite;
          animation: scanline 6s linear infinite;
}
.scanlines:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2147483648;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.3) 51%);
  background-size: 100% 4px;
  -webkit-animation: scanlines 1s steps(60) infinite;
          animation: scanlines 1s steps(60) infinite;
}

/* ANIMATE UNIQUE SCANLINE */
@-webkit-keyframes scanline {
  0% {
    transform: translate3d(0, 200000%, 0);
  }
}
@keyframes scanline {
  0% {
    transform: translate3d(0, 200000%, 0);
  }
}
@-webkit-keyframes scanlines {
  0% {
    background-position: 0 50%;
  }
}
@keyframes scanlines {
  0% {
    background-position: 0 50%;
  }
}

#flex{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: stretch;
  align-content: stretch;
  min-height: 400px;
}

.flex-items:nth-child(1) {
  display: block;
  width: 250px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  margin-right: 10px;
  order: 0;
  border-right:0px solid #fff;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  width:500px;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 0;
}

.flex-items:nth-child(3) {
  display: block;
  width: 250px;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 0;
  margin-left: 10px;
  border-left: 0px solid #fff;
}

.glassbar{
background: rgba(255, 255, 255, 0.3);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(7.1px);
-webkit-backdrop-filter: blur(7.1px);
padding:10px;
}
  
.top{
  width: 1020px;
  text-align:center;
  display: flex;
  gap: 16px;}
  
.topleft{
  text-align:left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
   margin-top: 1px;
}

.topright{
   margin-left: auto; 
   margin-top: 1px;
   display: flex;
  flex-direction: row;
  gap: 10px;
  }
  
.topright a {
  font-weight: bold;
  width: 60px;
  padding: 0;
 line-height: 0.8rem;
 text-align: center;
 padding: 7px;
 border: 1px solid #fff;
 border-radius: 8px;
 background: rgba(255,255,255, 0.2);
 color: #fff;
 text-decoration: none;
 font-family: "Mononoki Regular", sans-serif;
 margin: 0px;
    transition: .4s;
}

.topright a:hover {
  text-shadow: 1px 1px 5px #f09dbb; 
  background: rgba(178, 45, 63, 0.3);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

.glass{
background: rgba(255, 255, 255, 0.3);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(7.1px);
-webkit-backdrop-filter: blur(7.1px);
border: 1px solid rgba(255, 255, 255, 0.5);
padding:10px;
}

.glass h2{
background: rgba(255, 255, 255, 0.4);
text-align:center;
  padding:5px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  font-size: 1rem;
  line-height:1.1rem;
  color: #c73a62;
  font-family: "Mononoki Regular", sans-serif;
  text-shadow: 0px 0px 2px #fff, 0px 0px 4px #fff;
  margin: 0;
  font-weight: bold;
}

.glass p{
 margin: 0px;
 margin-top:7px;
 margin-bottom:0px;
 line-height: 1rem;
}

.glass iframe{
  margin: 0;
  padding: 0;}
  
.center{
background: rgba(255,255,255, 0.4);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(7.1px);
-webkit-backdrop-filter: blur(7.1px);
border: 1px solid rgba(255, 255, 255, 0.5);
padding:10px;
}

.center h2{
  background: rgba(178, 45, 63, 0.25);
  text-align:center;
  padding:5px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
  font-size: 1rem;
  color: #fff;
  font-family: "Mononoki Regular", sans-serif;
  text-shadow: 0px 0px 4px rgba(255,255,255,0.5);
  margin: 0;
  font-weight: bold;
}

.center p{
 margin: 0px;
 margin-top:7px;
 margin-bottom:0px;
 line-height: 1rem;
}

.blk{
  color:#96212f;}
  
.minibox{
 margin: 5px;
 font-size: 0.75rem;
 line-height: 0.85rem;
 padding: 7px;
 border: 1px solid #fff;
 border-radius: 8px;
 background: rgba(255, 255, 255, 0.4);
 color: #96212f;
}

.minibox:not(:last-child) {
  margin-bottom: 10px;}

.minibox h3{
text-align:center;
border-radius:8px 8px 4px 4px;
background: rgba(255,127,167,1);
border: 1px solid white;
    box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.5);
  font-size: 0.85rem;
 line-height: 1rem;
  color: #fff;
  margin: 0;
  margin-bottom: 7px;
  padding: 5px;
  font-weight:bold;
  font-family: "Mononoki Regular", sans-serif;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
}

.statusicon{
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-top: 0px;
  border-radius: 8px;
  padding: 4px;
  width: 55px;
  height: 55px;
  background: transparent;
  border: 1px solid rgba(255,127,167,1);
  box-shadow: 0px 0px 5px rgba(255,127,167,1);
  text-align: left;
  float:left;}

.statusimg{
  margin: 0 auto;
  width: 55px;
  height: 55px;
  background: url(pinkpool.png);
  background-size:150%;
  border-radius: 6px;
  opacity: 0.7;
  transition: .5s;
}

.statusimg:hover{
  opacity: 1;
}

.updates h2{
  background: rgba(178, 45, 63, 0.3);
  text-align:center;
  padding:5px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
  font-size: 1rem;
  line-height:1.1rem;
  color: #fff;
  font-family: "Mononoki Regular", sans-serif;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.6);
  margin: 5px;
  margin-bottom: 10px;
  font-weight: bold;
}

.upbox{
 margin: 5px;
 font-size: 0.75rem;
 line-height: 0.9rem;
 padding: 7px;
 border: 1px solid #fff;
 border-radius: 8px;
 background: rgba(255, 255, 255, 0.4);
 color: #9c5a62;
 margin-top: 15px;
}

.upbox:not(:last-child) {
  margin-bottom: 15px;}

article{
margin:5px;
padding: 10px;
border-radius: 16px 16px 8px 8px;
margin-bottom: 0px;
}

article:not(:last-child) {
  margin-bottom: 20px;
}

aside{
margin:5px;
padding: 10px;
border-radius: 16px 16px 8px 8px;
margin-bottom: 0px;
}

aside:not(:last-child) {
  margin-bottom: 20px;
}

aside .icon{
  margin-right: 7px;
  margin-bottom: 3px;
  margin-top: 9px;
  border-radius: 8px;
  padding: 4px;
  width: 80px;
  height: 80px;
  background: transparent;
  border: 1px solid #fff;
  box-shadow: 0px 0px 5px #fff;
  text-align: left;
  float:left;}
  
aside .icon .img{
  margin: 0 auto;
  width:80px;
  height: 80px;
  background: url(pinkpool.png);
  background-size:150%;
  border-radius: 6px;
  opacity: 0.7;
  transition: .5s;
}

aside .icon .img:hover{
  opacity: 1;
}


footer{
  margin: 0 auto;
  background: #fff;
  position: relative;
  flex-shrink: 0;
  margin-top: 30px;
  border-radius: 16px 16px 0px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
box-sizing: border-box;
}

footer > div {
    flex: 1;
    flex-shrink: 0;
    max-width: 250px;}

footer > div:nth-child(2){
  max-width: 350px;}
  
  footer > div:nth-child(3){
  max-width: 350px;}

.footerbox{
 font-size: 0.85rem;
 line-height: 1rem;
 padding: 7px;
 border: 1px solid #fff;
 border-radius: 8px;
 background: rgba(255, 255, 255, 0.4);
 color: #000;
 margin-top: 10px;
 margin-bottom: 10px;
    height: 160px;
}

.footerbox h3{
text-align:center;
border-radius:8px 8px 4px 4px;
background: rgba(255,127,167,1);
border: 1px solid white;
    box-shadow: inset 0px 0px 5px rgba(0,0,0, 0.5);
  font-size: 1rem;
  color: #fff;
  margin: 0;
  margin-bottom: 7px;
  padding: 5px;
  font-weight:bold;
  font-family: "Mononoki Regular", sans-serif;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
}

.footerbox p{
  padding:0;
  margin:0;
  padding-left:5px;
  padding-right:5px;}
  
.footerglass{
margin:0;
padding:0;
 margin-top: 10px;
 margin-bottom: 10px;
}

.footerglasstext{
 line-height: 0.9rem;
 border-radius: 8px;
 color: #fff;
 padding:7px;
    overflow-y: auto;
    scrollbar-color: #f09dbb rgba(0,0,0,0);
    scrollbar-width: thin;
height: 131px;
}
  
.footerglass h2{
  background: rgba(0,0,0,0.15);
text-align:center;
  padding:5px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 8px;
  font-size: 1rem;
  line-height:1.1rem;
  color: #fff;
  font-family: "Mononoki Regular", sans-serif;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.6);
  margin: 0;
  font-weight: bold;
}

.footerglass p{
 margin: 0px;
 line-height: 1rem;
}

ul{
  padding: 0;
    margin: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 1.5em;
    font-size: inherit;
    background:transparent;}
    
li{
  display: list-item;
    unicode-bidi: isolate;
    background: transparent;
}

.glass ul, .center ul{
  padding-left: 0.3em;
    line-height: 1rem;
}

.glass li, .center li{
  background: url(wing.gif);
  background-repeat: no-repeat;
  background-position: top left;
    list-style-type: none;
    padding-bottom: 6px;
    padding-top: -4px;
    padding-left: 1.5rem;
    color: #000;
    margin-bottom: 0px;}

.nav a{}

.nav .toggle {
  margin: 0;
  padding: 0;
  margin-bottom: -1px;
  padding-top:2px;
}

.nav .toggle-header {
  font-weight: bold;
  display:block;
  padding: 0;
  margin: 5px;
 line-height: 0.8rem;
 text-align: center;
 padding: 7px;
 border: 1px solid #fff;
 border-radius: 8px;
 background: rgba(0,0,0, 0.2);
 color: #fff;
 font-family: "Mononoki Regular", sans-serif;
 margin-bottom: 5px;
    transition: .4s;
}


.nav .toggle-header:hover, nav .toggle-header.open {
  text-shadow: 1px 1px 5px #f09dbb; 
  background: rgba(178, 45, 63, 0.3);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}

.nav .toggle-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  margin: 0;
  transition:
  max-height 0.65s ease,
  opacity 0.35s ease;
  line-height: 1rem;
}

.nav p{
  padding-left:5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 4px;
  margin: 0px;
}

.nav .toggle-content.open{
  max-height: 200px; /* this should be large enough to fit content of 'open' section */
  opacity: 1;
  }

.nav ul{
  padding-left: 0.3em;
    list-style-position: inside;
    list-style-image: url(circ.png);
}

.nav li{
    list-style-type: square;
    padding-bottom: 6px;
    background:transparent;
    margin-top: 1px;
    margin-bottom: 0px;
   padding-left: 0;
   color: #fff;}
    
.nav a{
  text-decoration: none;
  color: #fff;
  transition: .4s;}
  
.nav a:hover{
  text-shadow: 0px 0px 4px #fff, 0px 0px 8px #fff;}

strong{
  font-family: "Mononoki Bold";}
  
b{
  font-family: "Mononoki Bold";}
  
.socials{
  text-align:center;
  padding-top:5px;}
  
.socials img{
   filter: grayscale(100%) sepia(30%) hue-rotate(300deg) saturate(900%) brightness(120%);
   transition: filter 0.5s ease;
   display: inline-block;
   margin-bottom: 2px;
   margin-top: 2px;
   }
  
.socials img:hover{
  filter: none;}

.socials p{
  margin-top: 10px;}

.intro{
  margin-top:10px;
 line-height: 1.4rem;}

.intro ul, .intro li{
  list-style: none;
  padding: 0;
  margin: 0;}
  
.intro li{
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-size: inherit;
  line-height: 1.4rem;
  background: transparent;
  color: #fff;
}

.linkbuttons{
  justify-content:center;
  padding:0;
  margin:0 auto;
  display: flex;
    flex-wrap: wrap;
    gap: 7px;
    padding-top:6px;
    padding-bottom:6px;}  
  
.linkbuttons img{
   filter: grayscale(100%) sepia(30%) hue-rotate(300deg) saturate(900%) brightness(120%);
   transition: filter 0.5s ease;
   padding:4px;
   margin: 0px;
  box-shadow: 0px 0px 5px #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  display: block;
   }

.linkbuttons img:hover{
  filter: none;}

.linkbuttons a{
  margin:0;
  background: transparent;}  

.upbox h4{
  font-size: 1rem;
  color: #000;
  line-height: 1.2rem;
  margin:0;
  padding: 0;
  margin-bottom: 2px;
  font-weight: 900;}
  
  .upbox h5{
  font-size: 0.7rem;
  color: #96212f;
  line-height: 1rem;
  margin:0;
  padding: 0;
  margin-bottom: 2px;
  font-weight: normal;}
  
blockquote{
  margin:0;
  padding:0;
  background: rgba(255,255,255, 0.15);
  border: 1px solid #fff;
  border-radius: 8px;
  line-height: 1rem;
  padding: 10px;
  color: #b22d3f;
  margin:10px;
  border-left: 10px solid rgba(255,255,255,1);
  }

textarea{
  margin:0;
  padding:0;
  background: rgba(0,0,0, 0.15);
  border: 1px solid #fff;
  border-radius: 8px;
  line-height: 1rem;
  padding: 10px;
  color: #fff;
  margin:10px;
    scrollbar-color: #fff transparent;
    scrollbar-width: thin;
  }
  
a{
  text-decoration: none;
  color: #e3124a;
  transition: .35s;}
  
a:hover{
  text-decoration: none;
  color: #fff;
  text-shadow: 0px 0px 2px #f7c3d1, 0px 0px 4px #f7c3d1;}
  
aside a{
  color: #fff;}
  
em{
  font-style:normal;
  background: #f7c3d1;
  padding-left: 2px;
  padding-right: 2px;}
  
b{
  color: #4a2c34;}
  
i{
  color: #4a2c34;}

button {
  font-weight: bold;
  padding: 5px;
 line-height: 0.8rem;
 text-align: center;
 padding: 7px;
 border: 1px solid #fff;
 border-radius: 8px;
 background: rgba(0,0,0, 0.3);
 color: #fff;
 text-decoration: none;
 font-family: "Mononoki Regular", sans-serif;
 margin: 0px;
    transition: .4s;
}

button:hover {
  text-shadow: 1px 1px 5px #f09dbb; 
  background: rgba(178, 45, 63, 0.3);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.6);
}


.figimg{
  width: 466px;
  height: 120px;
  background: url(pinkpool.png);
  background-size:30%;
  border-radius: 8px 8px 0px 0px;
  opacity: 0.7;
  transition: .5s;
  border: 1px solid #fff;
  margin: 0 auto;
  margin-top: 10px;
}

.figimg:hover{
  opacity: 1;
}

figure{
  margin:0 auto;
  padding: 0;}
  
figcaption{
  text-align: center;
  border-radius: 0px 0px 8px 8px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 5px;}
  
  
  ::-moz-selection { 
  color: white;
  background: rgba(0,0,0,0.5);
  text-shadow: 0px 0px 2px white;
}

::selection {
  color: white;
  background: rgba(0,0,0,0.5);
  text-shadow: 0px 0px 2px white;
}
  
.mobonly{
  display:none;}
  
  @media only screen and (max-width: 700px) { /*mobile view css*/
  
  body, button, textarea{
    font-size: 1rem;}
    
    html, body{
 min-height: 100dvh;
}

    
    .glass h2, .center h2, .updates h2, .footerglass h2{
  font-size: 1.6rem;
  line-height: 1.8rem;
}
      
      .glass p, .center p, .updates p, .footerglass p, textarea, blockquote, .footerglasstext{
        line-height: 1.35rem;}
        
        li, ul, .intro li, .glass li, .center li, .intro ul, .glass ul, .center ul{
        line-height: 1.65rem;}
        
    .upbox h4{font-size: 1.2rem;
    line-height: 1.4rem;}
    
    .upbox h5{font-size: 1rem;
    line-height: 1.35rem;}
    
    .upbox, .minibox, .footerbox, .footerbox p{font-size: 0.9rem;
    line-height: 1.1rem;}
    
    .footerbox h3, .minibox h3{
      font-size: 1.4rem;
      line-height: 1.6rem;}
      
      
      .nav .toggle-header{
        padding: 10px;
        margin-bottom: 10px;
        line-height: 1.1rem;}
  
.mobonly{display:block;}
  
.mobhide{display:none;}  

*, *::before, *::after { box-sizing: border-box; }

aside .icon .img, .statusimg, aside .icon, .statusicon{
  box-sizing: content-box;}

#top, .top{
  flex-direction:column;
  height: 100%;
  flex: wrap;
  justify-content: center;}
  
.top{
  display: contents;
  width:inherit;}

#top{
  display: flex;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  border-bottom: none;
  transform: translateY(-15px);
  transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease;
  margin: 0;
}

#top.vis{
  max-height: 1000px;
  opacity: 1;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transform: translateY(0);
}

.glassbar {}
  
.topright a{
  background: rgba(0,0,0,0.2);}
  
.top :nth-child(1) {
  order:1;}
  
.top :nth-child(2) {
  order: 2;}
  
  .topleft{
    text-align:center;
  font-size: 1rem;
  line-height:2.5rem;
  padding-bottom:10px;}
  
  .topright, .topleft{
    margin: 0 auto;
    padding: 0 auto;}
    
    .topright{
      flex-direction:column;
      width: 100%;
      margin-bottom: 20px;
      gap: 20px;
      padding: 0 20px;}
  
  .topright a{
    display:block;
    font-size: 1.5rem;
    line-height: 2.5rem;
    width: 100%;}
    
    #flex{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  align-content: stretch;
  margin: 0 auto;
  width: 100%;
  gap: 15px;
}

.flex-items:nth-child(1) {
  display: block;
  width: inherit;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  margin: 0 auto;
  order: 2;
  border-right:0px solid #fff;
}

.flex-items:nth-child(2) {
  display: block;
  flex-grow: 0;
  width: inherit;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 1;
  margin: 0 auto;
}

.flex-items:nth-child(3) {
  display: block;
  width: inherit;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: auto;
  align-self: auto;
  order: 3;
  margin: 0 auto;
  border-left: 0px solid #fff;
}

.figimg{
  max-width:100%;
  width: inherit;
  }
  
  figure{
  margin: 0 auto;}
  
  header h1{
    font-size: clamp(4.8em, 10vw, 6em);
    letter-spacing: clamp(2px, 1vw, 10px)
     overflow-wrap: break-word;
  word-break: break-word;
  max-width: 100%;
}

#footer{
  margin: 0 auto;
  position: relative;
  flex-shrink: 0;
  margin-top: 0px;
  border-radius: 16px 16px 0px 0px;
  border-top: none;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    opacity: 0;
    padding: 0;
    transform: translateY(-15px);
    transition: max-height 0.45s ease, opacity 0.35s ease, transform 0.35s ease;
    max-height: 0;
    overflow: hidden;
}

#footer.vis{
  max-height: 2000px; /*increase this if your footer content exceeds this, though i wouldn't make my footer this full personally */
  opacity: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  transform: translateY(0);
  padding: 10px;
}

.footerbox{
  width:100%;
  height: auto;
  min-height: 160px;
  margin: 0;}

footer > div {
    flex: 1;
    flex-shrink: 0;
    flex-grow: 1;
    max-width: 100%;
    width:100%;
    }

footer > div:nth-child(1){
  max-width: 100%;
  height: auto;}
  
  footer > div:nth-child(2){
  max-width: 100%;
  height: auto;}
  
  footer > div:nth-child(3){
  max-width: 100%;
  height: auto;}
  
  .footerglass{
    height:auto;
    margin:0;}
    
    .footerglasstext{
      height: auto;
      max-height: 250px;}
    
#borgr{
  background: rgba(255, 255, 255, 0.3);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(7.1px);
-webkit-backdrop-filter: blur(7.1px);
padding:10px;
padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
border: 1px solid #fff;
border-top: none;
border-radius: 0px 0px 16px 16px;
font-size: 2rem;
width: fit-content;
margin-bottom:30px;
}

#borgr .fa-bars{
  color: #fff;
}

#openft{
  background: rgba(255, 255, 255, 0.3);
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.3);
backdrop-filter: blur(7.1px);
-webkit-backdrop-filter: blur(7.1px);
padding:10px;
padding-left: 20px;
padding-right: 20px;
margin: 0 auto;
border: 1px solid #fff;
border-bottom: none;
border-radius: 16px 16px 0px 0px;
font-size: 1.5rem;
width: fit-content;
margin-top:30px;
color: #fff;}

#openft a{
color: #fff;}
  
.socials{
  text-align:center;
  padding:0;}
  }