:root{
  --clr-grey: #5A5A5A;
  --clr-light: #FFFFFF;
  --clr-grn_glw_light: #94B902;
  --clr-grn_glw_dark: #029000;
  --clr-grn: #8EAE08;
  
}

 @font-face { 
   font-family: OCRAM; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/FONTS/OCRAM%20REGULAR.TTF')  format('truetype'); 
} 

@font-face { 
  font-family: Consolas; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/FONTS/CONSOLA.TTF')   format('truetype');
}

@font-face { 
  font-family: Computers in Love; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/FONTS/5COMPUTERS-IN-LOVE.TTF')   format('truetype');
}

body{
  background-image: url("https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/BGs/bg_fnaf1.png");
   background-repeat: repeat;
  
}

.standardtext{
  letter-spacing:1px;
  font-family:OCRAM; 
  font-size:14px;
  color: var(--clr-light);
}


.glow_dark{
  text-shadow:1px 1px 10px var(--clr-grn_glw_dark), 1px 1px 10px var(--clr-grn_glw_dark);
}

.glow_light{
  text-shadow:1px 1px 10px var(--clr-grn_glw_light), 1px 1px 10px var(--clr-grn_glw_light);
}

.glow_error{
  text-shadow:2px 2px 10px red, -2px -2px 10px red; 
}



.main_container {
  display: flex;
  background-color: black;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-items: space-evenly;
  width: 800px;
  height: 680px;
  padding: 5px;
  border: 15px solid;
  border-image: url(https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/theme_specific/fnaf3/panel_border.png) 30 stretch;
  margin: 0px;
}
  
  .item_greybg{
    background-color: var(--clr-grey);
    color: var(--clr-light);
    font-size:15px; 
    letter-spacing:1px;
    font-family:'Computers in Love';
    border: 2px solid var(--clr-light);
  }
  
.item_blackbg{
    background-color: black;
    color: var(--clr-light);
    font-size:18px; 
    letter-spacing:1px;
    font-family:'Consolas';
    border: 1px solid var(--clr-light);
  }

.blip{
  display:none;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  margin-top: 42px;
  margin-left: -5px;
  width: 500px;
  height: 640px;
  opacity: 0;
  background-image: (url='https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/theme_specific/fnaf3/static_fnaf.gif');
  pointer-events:none;
}

.blip_visible{
  display:block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.blip_fade{  
 opacity: 0;
 transition: opacity 200ms ease-in-out;
}

.blip_show {
   opacity: 0.5;
   transition: opacity 2s ease-in;
   -moz-transition: opacity 2s ease-in;
   -webkit-transition: opacity 2s ease-in;
}
  
.leftside{
  display:flex;
  flex-direction:column;
  width:500px;
  height:680px;
  
  
}

.navigation_container{
  
  display: flex;
  width: 490px;
  height: 40px;
  padding: 0px;
  align-items: center;
  justify-content: space-evenly;
  
}

.navigation_button{
  
  display: flex;
  width: 90px;
  height: 40px;
  padding: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  border: 2px solid var(--clr-light);
  margin-left: 4px;
  flex-wrap: wrap;
  font-size: 16px;
  background-color: var(--clr-grey);
  user-select: none;
  font-family:"OCRAM";
  
}

.navigation_button:active{
  
  background-color: var(--clr-light);
  
}

.navigation_button_active{
  
  background-color: var(--clr-grn);
  
}

.main_paragraph{
  display:none;
  flex-direction: column;
  padding: 5px;
  margin-top: 5px;
  overflow:auto;
}

.main_paragraph_active{
  display:flex;
}

.header{
  font-size: 18px;
  font-family: Computers in Love;
}

.arrow {
  width:19px; 
  height:12px;
}

.rightside{
  display:flex;
  flex-direction:column;
  align-content: center;
  width:300px;
  height:680px;
}

.profile{
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  background-image: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/BGs/Img_BG_Fnaf3.png');
  width: auto;
  height: 500px;
}

.namecard{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: auto;
  height: 40px;
  font-family: 'OCRAM';
  background-image: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/BGs/Img_BG_Fnaf3.png');
  text-shadow:1px 1px 10px var(--clr-grn_glw_light), 1px 1px 10px var(--clr-grn_glw_light);
  
}

.keyart{
  display:none;
  height: 420px; 
  width: 420px;
  background-size:contain; 
  background-repeat:no-repeat; 
  background-position:center; 
  filter: drop-shadow(5px 5px 2px #000000);
  transition: opacity 0.1s ease-in-out;
}

.keyart_fade{
  opacity: 0;
}

.keyart_active{
  display:block;
}

.outfits{
  display: flex;
  flex-wrap: wrap;
  width: 110%;
  justify-content: space-evenly;
  
}

.outfit_toggle{
  display:flex;
  font-family: "Computers in Love";
  color: var(--clr-light);
  text-shadow:1px 1px 10px var(--clr-grn_glw_light), 1px 1px 10px var(--clr-grn_glw_light);
  font-size: 13px;
  padding: 2px;
  width:28%;
  height: 30px;
  border: 2px solid var(--clr-light);
  box-shadow: 0px 0px 10px var(--clr-grn_glw_light);
  background-color: transparent;
  justify-content: flex-start;
  margin-top: 20px;
  user-select: none;
}

.outfit_toggle:active{
  background-color: var(--clr-light);
}

.outfit_toggle_active{
  border: 4px solid var(--clr-light);
}

.musicbox{
  display: flex;
  flex-direction: column;
  jusfiy-content: flex-center;
  margin-top: -1px;
  width: auto;
  height: 150px;
  padding: 0x;
  font-size: 12px;
  overflow:auto;
  flex-shrink: 0;
  
}

audio{
  background-color:var(--clr-grn);
  align-self: center;
  padding:2px; 
  width:249px;
  height:25px;
}
