@import url('https://fonts.googleapis.com/css?family=Merriweather:900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anonymous+Pro&display=swap');

 :root {
   --color-primary: #FFFFFF;
   --color-secondary: #000000;
   --duration: 1s;
   --nav-duration: calc(var(--duration) / 4);
   --ease: cubic-bezier(0.215, 0.61, 0.355, 1);
   --space: 1rem;
   --font-primary: 'Lucida Console', sans-serif;
   --font-heading: 'Lucida Console', serif;
   --font-size: 1.125rem;
   --line-height: 1.5;
}

 * {
   box-sizing: border-box;
   margin: 0;
   padding: 0;
  font-family: 'Anonymous Pro', monospace;
   overflow: hidden;
}

html {
  height: 100%;
  margin: 0;
  }


body {
  background-color: black;
  color: white;
  height: 100%;
  margin: 0;
}

 h1 {
   
}



/*==============================================================================================================================================================================CONTAINERS*/
.menustack {

}

.menucontainer { /*main menu */
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  /*border: 3px solid green;
  background-color: red;*/
}

.projectcontainer { /*projects*/
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;

  /*border: 3px solid green;
  background-color: red;*/
}

.archivecontainer { /*archive*/
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  /*border: 3px solid green;
  background-color: red;*/
}

.backcontainer {
  position: absolute;
  padding: 1%;
  opacity: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  pointer-events: auto;
  opacity: 0;
}


#mc {
  /*display: none;*/
}

#ac {

}

#pc {

}

#nodecanvas {
  z-index: -2;
}

#nodecanvas {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
}


 #codecontainer {
  background-color: #000000;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  padding: 3em;
}

#testcontainer { 
  z-index: -1;
}

#abpageid {

}

#codecontent {
  color: #ffffff;
  font-size: 16px;
  font-family: monospace;
}
.backgroundimage {
  width: 100%;
}

.container_img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} 

.column {
  float: left;
  width: 50%;

}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/*EXAMPLE
<div id="container">
  <div id="content">
    <p>Hello world</p>
    <p>Hello world</p>
    <p>Hello world</p>
    <p>Hello world</p>
  </div>
</div>*/

.aboutmepage {
  /*position: absolute;
  display: flex;*/
  justify-content: center;
  align-items: center;
  height: 90%;
  width: 800px;
  backdrop-filter: blur(15px) invert(100%);
  color: white;
  background-color: black;
  border: 2px solid white;
  opacity: 1;
  scale: 1;
  pointer-events: none;
  z-index: -1;
  padding: 10px;
}

.pagecenter {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 100vh;
  background-color: green;
  z-index: 2;
}


/*==============================================================================================================================================================================OBJECTS*/
.button-portal {
  appearance: none;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Anonymous Pro', monospace;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  text-decoration: none;
  transition: all 1000ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform;
  backdrop-filter: blur(3px) invert(100%);
    margin-right: 10px;
}

.button-portal:disabled {
  pointer-events: none;
}

.button-portal:hover {
  color: #ffffff;
  background-color: #1A1A1A;
  /*box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);*/
  background-color: transparent;
  backdrop-filter: blur(3px);
}

.button-portal:active {
  box-shadow: none;
  transform: translateY(0);
 
}
/*BUTTON FOR LEAVING PORTAL TO PAGE*/

.button-page {
  appearance: none;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Anonymous Pro', monospace;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  text-decoration: none;
  transition: all 1000ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform;
  backdrop-filter: blur(3px) invert(100%);
  pointer-events: auto;
  margin-right: 10px;

}

.button-page:disabled {
  pointer-events: none;
}

.button-page:hover {
  color: #ffffff;
  background-color: #1A1A1A;
  /*box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);*/
  background-color: transparent;
  backdrop-filter: blur(3px);
}

.button-page:active {
  box-shadow: none;
  transform: translateY(0);
  pointer-events: auto;
}

/*fjapisdojfoiasjdfpoiasjdfopijapsdodfjioasjdfoasdjfiopdas*/
/*xddd i mean back button css*/
.button-back {
  appearance: none;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 0px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  font-family: 'Anonymous Pro', monospace;
  line-height: normal;
  margin: 0;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 1000ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform;
  backdrop-filter: blur(3px);
  color: #ffffff;
  margin-right: 10px;
}

.button-back:disabled {
  pointer-events: none;
}

.button-back:hover {
  color: #000000;
  background-color: white;
  /*box-shadow: rgba(255, 255, 255, 0.25) 0 8px 15px;
  transform: translateY(-2px);*/
  border-color: white;
  background-color: transparent;
  backdrop-filter: blur(3px) invert(100%);
}

.button-back:active {
  box-shadow: none;
  transform: translateY(0);
 
}


.button-container {
    width: 520px;
    background: transparent;
    overflow-y: auto;
    padding: 5px;
}

.grid-container {
  display: grid;
  margin: auto;
  width: 50%;
  padding: 10px;
  float: left;
}

.divider{ /*UNUSED, A SPACER DIV FOR SPREADING OUT BUTTONS OR ELEMENTS IN A CONTAINER*/
    width:5px;
    display: flex;
    border: 3px solid red;
}

.discordwidget {
  float: right;
  padding-right: 15%;
  padding-top: 9%;
}

#abouttext {
  float: right;
}
/*==============================================================================================================================================================================ANIMATION*/
.w3-animate-fading{animation:fading 10s infinite}@keyframes fading{0%{opacity:0}50%{opacity:1}100%{opacity:0}}
.w3-animate-zoomout{animation:animatezoom 0.6s}@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.w3-animate-top{position:relative;animation:animatetop 0.4s}@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.w3-animate-zoomin{ /*fade in from bottom animation from w3schools*/
  animation:animatebottom 0.4s;
  transition: opacity .4s;
  opacity: 1;
}

@keyframes animatebottom{from{transform:scale(0)} to{transform:scale(1)}}

.w3-animate-fade-out{ /*fade out animation, my modified version of w3schools animation*/
  animation:animatezoom 0.3s;
  transition: opacity 0.35s;
  opacity: 1;
}
@keyframes animatebottomout{from{bottom:0px;opacity:1} to{bottom:-300px;opacity:0}}

.w3-animate-zoomout{
  animation:animatezoom 0.3s;
  transition: opacity 0.35s;
  opacity: 0;
}

@keyframes animatezoom{from{transform:scale(1)} to{transform:scale(0)}}

.center { /*centers object in parent*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*border: 3px solid green;*/
  height: 100%;
  width: 100%;
}