

@font-face { 
  font-family: SerifA; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/WUBBYWORLD/Fonts/EVA-MATISSE_CLASSIC.TTF')   format('truetype');
}

@font-face { 
  font-family: SerifB; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/WUBBYWORLD/Fonts/HGHeiseiMinchotaiW3.woff2')   format('truetype');
}

@font-face { 
  font-family: SerifC; src: url('https://file.garden/ZN_Kso-7dnW-gw63/Neocities/WUBBYWORLD/Fonts/ALICE-REGULAR.TTF');
}


body{
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%),
   url("https://file.garden/ZN_Kso-7dnW-gw63/Neocities/WUBBYWORLD/Image/Backgrounds/bg.png");
   background-repeat: repeat;
  
}

.container_invis{
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  flex-direction: column;
  width: 900px;
  justify-self: center;
  flex-grow: 1;
  justify-items: center;
  margin: 0 auto;
}

.archivetext{
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: auto;
  
}

.archivetextbutton{
  color: white;
  font-size: 30px;
  margin-right: -5px;
  font-family: SerifB;
  line-height: 80%;
  text-decoration: none;
}

.archivetextbutton:hover{
  cursor: pointer;
  color: #FFEB00;
}

.main_title{
  display: flex;
  background-color: white;
  color: black;
  font-size: 30px;
  width: 904px;
  font-family: SerifB;
}

.main_container{
  display: flex;
  background-image: linear-gradient(to bottom, #000000, #00000A);
  color: white;
  border: 2px solid white;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  min-height: 680px;
  margin: 0px;
  align-content: flex-start;
  justify-items: space-evenly;
  justify-content: end;
  justify-self: center;
}

.main_text{
  font-family: Libre Baskerville;
  font-size: 12px;
  color: white;
}

.link_text{
  color: #FFEB00;
}


.divider_text{
  font-family: SerifB;
  font-size: 18px;
  color: white;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-image-source: linear-gradient(to right,
    rgba(255,255,255,1),
    rgba(255,255,255,0));
  border-image-slice: 1;
  border-image-repeat: stretch;
}

.subdivider_text{
  font-family: SerifA;
  font-size: 13px;
  color: white;
}

.quoteA{
  font-family: SerifC;
  font-size: 16px;
  color: #C8C7DB;
  background-color: black;
  padding: 1px;
  font-style: italic;
}

.quoteB{
  color: #808080;
  font-size: 14px;
  font-family: SerifC;
  text-align: start;
  
}

.main_paragraphs{
  min-width: 500px;
  min-height: 500px;
  padding: 10px;
  flex-grow: 1;
}

.infobox{
  display: flex;
  flex-direction: column;
  color: white;
  width: 300px;
  flex-wrap: wrap;
  max-width: 300px;
  justify-self: end;
  float: right;

}

.main_image{
  max-width: 290px;
  max-height: 300px;
}

.image_captionA{
  color: White;
  font-size: 20px;
  font-family: SerifA;
  
}

.image_captionB{
  color: #808080;
  font-size: 13px;
  font-family: SerifC;
  text-align: center
  
}

.infobox_image{
  display: flex;
  flex-direction: column;
  background-color: black;
  color: white;
  border: 1px solid white;
  width: 300px;
  height: 300px;
  flex: 1;
  justify-content: space-evenly;
  align-content: center;
  align-items: center;
  padding-top: 5px; 
  padding-bottom: 5px;
}


.infobox_column{
  display: flex;
  flex-direction: column;
  background-color: black;
  color: white;
  border-bottom: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid white;
  width: 300px;
  min-height: 50px;
  flex-grow 1;
}

.infobox_divider{
  display: flex;
  flex-direction: column;
  background-color: white;
  border: solid 1px white;
  align-text: center;
  align-items: center;
  justify-content: space-evenly;
  font-weight: bold;
  font-family: SerifA;
  color: black;
  width: 300px;
  min-height: 25px;
  flex-grow 1;
}

.infobox_column_title{
  font-family: SerifB;
  font-size: 14px;
  align-self: flex-start;
  justify-self: flex-start;
  
}

.infobox_text{
  font-family: SerifC;
  font-size: 14px;
  align-self: center;
  text-align: center;
  justify-self: end;
}

.gallery_container {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  width: auto;
  height: auto;
  padding: 15px;
  margin-top: 20px;
  row-gap: 40px;
  column-gap: 20px;
}

.gallery_contain {
  
  display: flex;
  flex-direction: column;
  width: 134px;
  height: 150px;
  overflow: hidden;
  
}

.gallery_image_contain {
  
  display: flex;
  flex-direction: column;
  width: 130px;
  height: 110px;
  background-color: #000016;
  border: 1px solid white;
  justify-items: center;
  align-items: center;
  
}

.gallery_image_desc{
  font-family: Libre Baskerville;
  margin-top: 5px;
  font-size: 10px;
  color: white;
  letter-spacing:1px;
  text-align: center;
}

.gallery_image{
  
  min-width: 130px;
  min-height: 110px;
  width: 130px;
  height: 110px;
  object-fit: cover;
  object-position: top;
  
}

.gallery_image:hover{
  filter: brightness(50%);
  cursor: pointer;
}

.gallery_modal{  
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  flex-direction: column;
  justify-content: center;
  z-index: 100; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

.gallery-content{
  margin: auto;
  max-width: 700px;
  max-height: 500px;
  object-fit: contain;
  border: 1px solid white;
}

#caption{
  margin: auto;
  display: block;
  width: 80%;
  text-align: center;
  font-family: Libre Baskerville;
  color: white;
  padding: 10px 0;
  height: 150px;
  text-shadow: 2px 2px black;
}

.gallery-content, #caption{
  -webkit-animation-name: fade;
  -webkit-animation-duration: 0.6s;
  animation-name: fade;
  animation-duration: 0.6s;
}

@-webkit-keyframes fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes fade {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.closebutton{
  display:flex;
  justify-content: space-evenly;
  width: 70px;
  height: 20px;
  font-size: 20px;
  font-family: SerifB;
  color: white;
  border: 1px solid white;
  background-color: black;
  margin-left: 10%;
  align-text: center;
}

.close:hover,
.close:focus {
  background-color: white;
  color: black;
  text-decoration: none;
  cursor: pointer;
}