:root{
  --clr-grey: #5A5A5A;
  --clr-light: #DBD9D8;
  --clr-grn: #8EAE08;
   --clr-red: #8F0204;
  --clr-darkred: #1D0000;
  --clr-lightred: #C90000;
  
  
}

 @font-face { 
   font-family: Palatino; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/FONTS/PALA.TTF')  format('truetype'); 
} 

 @font-face { 
   font-family: Edwardian; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/FONTS/edwardianscriptitc.ttf')  format('truetype'); 
} 

@font-face { 
  font-family: Narkisim; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/FONTS/nrkis.ttf')   format('truetype');
}

body{
  background-image: url("https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/theme_specific/fnaf4/bg_fnaf4_invert_darkened.png");
   background-repeat: repeat;
  background-size: 512px 512px;
  
}

.standardtext{
  color: var(--clr-light);
  font-family:'Palatino';
  font-size:14px; 
  letter-spacing:1px;
}

.hyperlink{
  color:var(--clr-lightred)
}

.main_container {
  display: flex;
  background-color: black;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-items: space-evenly;a
  width: 800px;
  height: 680px;
  padding: 5px;
  border: 2px solid var(--clr-red);
  margin: 0px;
}
  
  .item_greybg{
    background-color: var(--clr-darkred);
    color: var(--clr-lightred);
    font-size:18px; 
    letter-spacing:1px;
    font-family:'Palatino';
    border: 2px solid var(--clr-red);
  }
  
.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;
  position: absolute;
  margin-top: 42px;
  margin-left: -5px;
  width: 500px;
  height: 640px;
  opacity: 0.5;
  background-image: (url='https://file.garden/ZN_Kso-7dnW-gw63/Neocities/Animaids/IMG/Animated/blip_anim.gif');
}
  
.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: center;
  justify-content: center;
  border: 2px solid var(--clr-red);
  margin-left: 4px;
  flex-wrap: wrap;
  font-size: 14px;
  background-color: var(--clr-darkred);
  user-select: none;
  
}

.navigation_button:active{
  
  background-color: var(--clr-lightred);
  
}

.navigation_button_active{
  
  background-color: var(--clr-red);
  color: black;
  
}

.paragraph_header{
  font-family: Edwardian;
  font-size: 32px;
  margin-top: 10px;
  color: var(--clr-lightred);
  line-height: 0px;
  
  
}

.main_paragraph{
  display:none;
  opacity: 0;
  flex-direction: column;
  padding: 5px;
  margin-top: 5px;
  overflow:auto;
  transition: opacity 0.1s ease-in-out;
}

.main_paragraph.main_paragraph_fade{
  opacity: 0;
}

.main_paragraph_active{
  display:flex;
  opacity: 1;
}

.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/theme_specific/fnaf4/Img_BG_fnaf4_darkened.png');
  width: auto;
  height: 500px;
  overflow: hidden
}

.namecard{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  width: auto;
  height: 40px;
  color: black;
  background-color: var(--clr-red);
  font-family: 'Narkisim';
}

.keyart{
  display:none;
  height: 420px; 
  width: 270px;
  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-size: 16px;
  padding: 2px;
  width:28%;
  height: 30px;
  justify-content: center;
  margin-top: 20px;
  user-select: none;
}

.outfit_toggle:active{
  background-color: var(--clr-light);
}

.outfit_toggle_active{
  background-color: var(--clr-red);
  color: black;
}

.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-red);
  align-self: center;
  padding:2px; 
  width:249px;
  height:25px;
}
