/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*
* Prefixed by:
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/* html element styling for some silly extra effects and stuff :3 */

html {
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    color: white;
    font: 1rem Inconsolata, monospace;
    text-shadow: 0 0 5px #C8C8C8;
    background-size: cover;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
  }
  
  html::after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: -o-linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), -o-linear-gradient(left, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(18, 16, 16, 0)), color-stop(50%, rgba(0, 0, 0, 0.25))), -webkit-gradient(linear, left top, right top, from(rgba(255, 0, 0, 0.06)), color-stop(rgba(0, 255, 0, 0.02)), to(rgba(0, 0, 255, 0.06)));
    background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.06), rgba(0, 255, 0, 0.02), rgba(0, 0, 255, 0.06));
    z-index: 200;
    background-size: 100% 2px, 3px 100%;
    pointer-events: none;
    overflow: hidden;
  }

  /* cute navbar wrapper, dropdown and animation for navbar sliding down :3 */

  .nav-wrap {
    overflow: hidden;
    background-color: #323232;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-animation: slideInDown 1s ease 0s 1 normal forwards;
    animation: slideInDown 1s ease 0s 1 normal forwards;
  }

.slide {
  clear:both;
  width:100%;
  height:0px;
  overflow: hidden;
  text-align: center;
  transition: height .4s ease;
}

.slide li {padding : 30px;}

#touch {position: absolute; opacity: 0; height: 0px;}    

#touch:checked + .slide {height: 300px;} 

  @-webkit-keyframes slideInDown {
    0% {
      -webkit-transform: translateY(-250px);
      transform: translateY(-250px);
    }
  
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
  @keyframes slideInDown {
    0% {
      -webkit-transform: translateY(-250px);
      transform: translateY(-250px);
    }
  
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
  }
  
/* a cute, silly trans flag navbar :3 */

  .nav {
    overflow: hidden;
    background: -o-linear-gradient(#00d2ff 20%, #ffa6b9 0 40%, white 0 60%, #ffa6b9 0 80%, #00d2ff 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #00d2ff), color-stop(0, #ffa6b9), color-stop(0, white), color-stop(0, #ffa6b9), color-stop(0, #00d2ff));
    background: linear-gradient(#00d2ff 20%, #ffa6b9 0 40%, white 0 60%, #ffa6b9 0 80%, #00d2ff 0);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    padding: 14px 16px;
    white-space: nowrap;
  }
  
  .nav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    white-space: nowrap;
  }
  
  .nav a:hover {
    color: white;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    white-space: nowrap;
  }
  
  .nav a.active {
    color: white;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    white-space: nowrap;
  }
  
  .nav-wrap a:hover {
    color: white;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    white-space: nowrap;
  }
  
  .nav-wrap a.active {
    color: white;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    white-space: nowrap;
  }
  
  ::-moz-selection {
    background: #0080FF;
    text-shadow: none;
  }
  
  ::selection {
    background: #0080FF;
    text-shadow: none;
  }
  
/* wrapper for "page" one :3 */

  #one-wrap {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1
  }

  /* removed easter egg :3 */
  #secret2 {
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
  }

  /* button arrow styling :3 */

  .arrow {
    border: solid white;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 6px;
  }
  
  .arrow::hover,
  .down::hover {
    padding: 12px;
    border: solid white;
    -webkit-transition: border-width 3s cubic-bezier(.47, 1.64, .41, .8);
    -o-transition: border-width 3s cubic-bezier(.47, 1.64, .41, .8);
    transition: border-width 3s cubic-bezier(.47, 1.64, .41, .8);
    border-width: 0 8px 8px 0;
  }
  
  .down {
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

  /* trans flag button container div :3 */

  #button1 {
    position: absolute;
    left: 50%;
    top: 68%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 3s cubic-bezier(.47, 1.64, .41, .8);
    -o-transition: 3s cubic-bezier(.47, 1.64, .41, .8);
    transition: 3s cubic-bezier(.47, 1.64, .41, .8);
    z-index: 1;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  
  /* default text deco removal + some other things~ :3 */

  a:link {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }
  
  a:visited {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }
  
  a:hover {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }
  
  a:active {
    color: white;
    text-decoration: none;
    cursor: pointer;
  }
  /* previously used button styling. may or may not be used later. perhaps it already has been used on an older version of this page? either way you missed it :3 */
  #button2 {
    position: absolute;
    left: 50%;
    top: 76%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: 3s cubic-bezier(.47, 1.64, .41, .8);
    -o-transition: 3s cubic-bezier(.47, 1.64, .41, .8);
    transition: 3s cubic-bezier(.47, 1.64, .41, .8);
    z-index: 4;
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  /* body styling :3 */
  body {
    height: 100%;
    background: #001220;
    background-image: url(/img/bg7.svg);
    background-position: center 4000px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background-position-y 2.4s ease;
  }
  /* main style :3 */
  #main {
		opacity: 0;
}

.main {
			-webkit-animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	  animation: tracking-in-contract 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

		/* ----------------------------------------------
 * Generated by Animista on 2023-5-17 12:47:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract {
  0% {
    letter-spacing: 0.4em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
@keyframes tracking-in-contract {
  0% {
    letter-spacing: 1em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    letter-spacing: normal;
    opacity: 1;
  }
}
  /* "page" two style :3 */
  #two {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* "page" three style :3 */
  #three {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* "page" four style :3 */
  #four {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  /* "page" four default style for "redacted" effect */
  #four span {
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    background-color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    margin-top: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    cursor: default;
    left: 50%;
    border-radius: 6px;
    text-shadow: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* "page" three hover style for "redacted" effect */
  #three span:hover {
    background-color: rgba(255, 255, 255, 0);
    -webkit-filter: none;
    filter: none;
    text-shadow: 0 0 5px #C8C8C8;
    cursor: default;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
    /* "page" three default style for "redacted" effect */
  #three span {
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    background-color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    margin-top: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    cursor: default;
    left: 50%;
    border-radius: 6px;
    text-shadow: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
    /* "page" four style for "redacted" hover effect */
  #four span:hover {
    background-color: rgba(255, 255, 255, 0);
    -webkit-filter: none;
    filter: none;
    text-shadow: 0 0 5px #C8C8C8;
    cursor: default;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
   /* container-wrap-wrap styling */
  #container-wrap-wrap {
    overflow: hidden;
    -webkit-transition: opacity 3s ease;
    -o-transition: opacity 3s ease;
    transition: opacity 3s ease;
    opacity: 1;
  }
 /* container-wrap styling */
  #container-wrap {
    height: 100%;
    overflow: hidden;
    background: -o-radial-gradient(rgba(255, 255, 255, 1), black 120%);
    background: radial-gradient(rgba(255, 255, 255, 1), black 120%);
    -webkit-transition: opacity 3s ease;
    -o-transition: opacity 3s ease;
    transition: opacity 3s ease;
    opacity: 0;
  }
  /* "page" five default style */
  #five {
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
  }

  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Koulen&family=Lato&family=Nunito&family=Playfair+Display:ital@1&family=Prata&family=Raleway:ital,wght@1,100&family=Roboto&family=Roboto+Condensed&family=Teko&display=swap');
  /* button styling with transgender pride flag :3 */
  .btn {
  
    font-family: Roboto, sans-serif;
    font-weight: 0;
    font-size: 14px;
    color: #fff;
    background: -o-linear-gradient(#00d2ff 20%, #ffa6b9 0 40%, white 0 60%, #ffa6b9 0 80%, #00d2ff 0);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #00d2ff), color-stop(0, #ffa6b9), color-stop(0, white), color-stop(0, #ffa6b9), color-stop(0, #00d2ff));
    background: linear-gradient(#00d2ff 20%, #ffa6b9 0 40%, white 0 60%, #ffa6b9 0 80%, #00d2ff 0);
    padding: 20px 30px;
    width: 30px;
    height: 20px;
    -webkit-transition: 400ms cubic-bezier(.34, 1.56, .64, 1);
    -o-transition: 400ms cubic-bezier(.34, 1.56, .64, 1);
    transition: 400ms cubic-bezier(.34, 1.56, .64, 1);
    -webkit-box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 6px 6px 0px 6px
    border-left: 2px black solid;
    border-top: 2px black solid;
    position: absolute;
    bottom: 0;
    right: 0;
  }
    /* button hover effect */
  .btn:hover {
    white-space: nowrap;
    overflow: hidden;
    padding: 20px 80px;
    -webkit-transition: 400ms cubic-bezier(.34, 1.56, .64, 1);
    -o-transition: 400ms cubic-bezier(.34, 1.56, .64, 1);
    transition: 400ms cubic-bezier(.34, 1.56, .64, 1);
    border-radius: 6px 6px 0px 6px
    border-left: 2px black solid;
    border-top: 2px black solid;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /* "redacted" text effect */
  #one span {
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    background-color: rgb(255, 255, 255);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    white-space: nowrap;
    margin-top: 10px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    cursor: default;
    left: 50%;
    border-radius: 6px;
    text-shadow: none;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* hover effect for "redacted" text effect */
  #one span:hover {
    background-color: rgba(255, 255, 255, 0);
    text-shadow: 0 0 5px #C8C8C8;
    cursor: default;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }  
/* remove default button styling */
button, input[type="submit"], input[type="reset"] {
  background-color: transparent;
  border-width: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0;
}
/* style a supportive, validating message! */
#notif {
    min-width: 290px;
    background-color: #333;
    color: #fff;
    padding-top: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
    text-align: center;
    position: fixed;
    bottom: 30px;
		left: 0%;
		visibility: hidden;
		border-top: 5px solid white;
		border-right: 5px solid white;
		border-bottom: 5px solid white;
}
/* show a supportive, validating message! */
#notif.show {
  visibility: visible;
  -webkit-animation: fadein 1.2s, fadeout 1.2s 4.5s;
  animation: fadein 1.2s, fadeout 1.2s 4.5s;
	animation-timing-function: ease;
}

@-webkit-keyframes fadein {
  from {left: -2000px; opacity: 1;}
  to {left: 0px; opacity: 1;}
}

@keyframes fadein {
  from {left: -2000px; opacity: 1;}
  to {left: 0px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {left: 0px; opacity: 1;}
  to {left: -2000px; opacity: 1;}
}

@keyframes fadeout {
  from {left: 0px; opacity: 1;}
  to {left: -2000px; opacity: 1;}
}
