/* custom fonts */
@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap');

* {
    box-sizing: border-box;
}

/* Colours */
:root {
  --kaworu-red: #C54343;
  --kaworu-red-light: #f06b6b;
  --kaworu-gray-hair: #b3b1b6;
}

/* General tags */

body, html {
  font-family: "Archivo", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  font-variation-settings:
    "wdth" 112.5;
  
}

a{
  color: white;
}

p{
  line-height: 1.6em;
  font-weight: 400;
  font-style: normal;
  color: white;
}

b{
  font-size:inherit;
  font-weight: 800;
  color: var(--kaworu-red-light);
}

th{
  font-size: 0.9em;
  font-weight: 300;
  padding: 15px;
}

footer{
  color: black;
  padding: 50px;
  font-size: 16px;
  text-align: center;
}

.franstyle{
  scrollbar-color: white black;
  background-image: url(imgs/darkgrainBG.jpg);
  background-blend-mode: color-burn;
  background-size: 450px;
  background-repeat: repeat;
  color: white;


}

.title{
  width: 100%;
}


/* Menu settings for whole page */
.menu {
  position: relative;
  z-index: 99;


  text-align: center;
  display: flex;
  width: 100%;
  justify-content: center;
  padding: 10px 0;
  }

.menu a {
  font-size: 2em;
  color: #C54343;
  text-decoration: none;
  padding: 10px 20px;
  margin: 10px 20px;
  text-align: center;
  transition: background-color 0.3s;
  }
.menu a:hover {
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(imgs/linkbg.webp);
  }

/* About Me CSS */

hr.divider{
  border-top: 3px dashed var(--kaworu-red);
  border-bottom: var(--kaworu-red);
}

.social{
  height: 50px;
  width: auto;
}

.social:hover{
  filter: grayscale();
  
}

.ktext{
font-weight: 900;
font-style: italic;
background-color: #C54343;
}

.aboutme-grid{
  
  display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 1em 2em;

  max-width: 1000px;
  margin: 3em auto;

  align-items: top;
}

.aboutme-grid-header{
  color: white;
  text-shadow: black 1px 3px;
  background-color: var(--kaworu-red);
  padding: 10px 10px;
}

.aboutme-grid-content{
  border: 1px var(--kaworu-red) solid;
  padding: 1em;
}

.grid-center-align{
  padding: 1em;
  display: flex;
  align-content: space-evenly;
  flex-wrap: wrap;
  gap: 1em 5em;
}

.aboutme-grid-mainpic {
  grid-column-start: 1;
  grid-row: span 3 / span 3;
}

.aboutme-grid-mainpic img{
  width: 100%;
}

.aboutme-grid-maindesc{

  grid-column-start: 2;
  grid-row-start: 1;

  height: fit-content;
}


.aboutme-grid-favthings {
    grid-column-start: 2;

    height: fit-content;
}

.aboutme-grid-sociallinks {
    align-content: space-evenly;

    grid-column-start: 2;
    grid-row-start: 3;

    height: fit-content;
}

.aboutme-grid-ext {
    grid-column: span 2 / span 2;
    grid-row-start: 4;
    height: fit-content;
}

.aboutme-sticker-1{
  position: relative;

  bottom: 1300px;
  margin-left: -650px;

  rotate: -10deg;

  z-index: 10;

  width: 400px;

}

/* About Me CSS - End */

/* ------ */

/* Vidya CSS */
.vidya-page{
    overflow-x: hidden;
    scroll-snap-type: block;

}

.tv-vidya{
  width: fit-content;
  margin: auto;
  vertical-align: middle;

  height: 1400px;

}

.tv-content{

  position: absolute;

  top: 796px;

  z-index: 1;
  overflow:scroll;


  width: 900px;
  height: 655px;
  margin-left: 100px;

  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: var(--kaworu-red) transparent;
}

.tv-img{
  width: 1082px;
  z-index: -1;
  margin: auto;
}

.tv-img img{
  position: absolute;
  top: 700px;
}

.kaworu-tv{
  width: 546px;
  margin: auto;

}

.kaworu-tv img{
  position: absolute;
  top: 170px;
  margin-left: -400px;

}

.kaworu-hand-tv{
  z-index: 2;
  width: 67px;
  margin: auto;
}

.kaworu-hand-tv img{
  position: absolute;
  top: 780px;
  margin-left: -370px;
}

.a2-tv{
  width: 716px;
  margin: auto;
}

.a2-tv img{
  position: absolute;
  top: 213px;
  margin-left: 430px;

}


.tdlr{
  position: relative;
  z-index: 10;

  font-size: 10pt;
  font-weight: 700;
  text-align: center;
  color: var(--kaworu-gray-hair);
  text-shadow: 0px 2px 0px rgb(0, 0, 0);
}

.review {display: none;} 

.review{
  font-size: 12pt;
  width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.readBtn{
  font: inherit;
  color: white;
  padding: 20px;
  border: none;
  background-color: var(--kaworu-red);
}

.readBtn:hover{
  background-color: #202020;
}

details.disabled {
  font-size: 10pt;
  width: 750px;
  margin-left: auto;
  margin-right: auto;

  
  summary {
    display: none;
  }
}

.vidya-table{
  width: 900px;
  align-items: center;
  vertical-align: center;
  border:0px solid RGB(0,0,0,1);
  margin-left:auto;
  margin-right:auto;
  background-color: RGB(0,0,0,0);
}
.vidya-table:hover{
  background-color: #C54343;
}

.vidya-table-gamenumber{
  vertical-align:center;
  width: 15px;
}

.vidya-table-cover img{
  height: 200px;
}

.vidya-table-cover{
  width: 200px;
}

.vidya-table-title{
  height: 100px;
vertical-align: bottom;
padding-right: 20px;
}

.vidya-table-rating{
height: 100px;
width: 300px;
vertical-align: text-top;
}

.vidya-table-platform{
  width: 100px;
}

.vidya-table-timeplayed{
  text-align: center;
  width: 100px;
}

.vidya-table-reviewlink{
  width: 175px;
}

#vidya-nav{
  position: relative;

  z-index: 10;

  display: flex;
  justify-content:space-between;
  
  width: 650px;

  margin: auto;
  margin-bottom: 3em;
}

#vidya-nav button{
  width: 200px;
  cursor: pointer;

  font: inherit;

  color: white;


  border: none;
  background-color: var(--kaworu-red);

  box-shadow: 0px 5px 0px black;
}

#vidya-nav-year{
  text-align: center;
}
/* Vidya CSS - End */

/* ------ */

/* Shrines */
.shrine-img{
  align-self: center;
  image-rendering: pixelated;
}
.shrine-container{
  width: 800px;
  margin: auto;
  display: flex;

  margin-bottom: 1em;

  flex-direction: column;
}

/* Shrines - End */

/* @media */

/* About Me Responsive */
@media only screen and (max-width: 1000px) {

  /* About Me Grid */

  .aboutme-grid{
    grid-template-columns: auto;
    grid-template-rows: repeat(1, 1fr) !important;
  }

  .aboutme-grid-mainpic {
    grid-row: 5;
  }

  .aboutme-grid-mainpic img{
    height: 400px;
    object-fit: cover;
    object-position: 0px 30%;
  }

  .aboutme-grid-ext, .aboutme-grid-content, .aboutme-grid-maindesc, .aboutme-grid-favthings, .aboutme-grid-sociallinks, .aboutme-grid-mainpic {
    grid-column: 1;
}

  .aboutme-sticker-1{
  display: none;
}

}

/* Styles for 1440p screens (2560×1440) */
@media only screen and (min-width: 2500px) and (max-width: 3799px) {
  details{
    font-size: 14pt !important;
  }
}

/* Styles for 4K screens (3840×2160 and up) */
@media only screen and (min-width: 3800px) {
  .vidya-page{
    zoom: 200%;
  }
}