@font-face {
  font-family: "ABC Gaisyr Mono";
  src: url("fonts/ABCGaisyrMono-Regular-Trial.woff") format("woff"),
       url("fonts/ABCGaisyrMono-Regular-Trial.woff") format("woff");
}

@font-face {
  font-family: "ABC Gaisyr Mono Bold";
  src: url("fonts/ABCGaisyrMono-Bold-Trial.woff2") format("woff2"),
       url("fonts/ABCGaisyrMono-Bold.woff") format("woff");
}

@font-face {
  font-family: "ABC Gaisyr";
  src: url("fonts/ABCGaisyr-Book-Trial.woff2") format("woff2"),
       url("fonts/ABCGaisyr-BookTrial.woff") format("woff");
}

@font-face {
  font-family: "ABC Gaisyr Italic";
  src: url("fonts/ABCGaisyr-BookItalic-Trial.woff2") format("woff2"),
       url("fonts/ABCGaisyr-BookItalic-Trial.woff") format("woff");
}

@font-face {
  font-family: "ABC Gaisyr Bold Italic";
  src: url("fonts/ABCGaisyr-BoldItalic-Trial.woff2") format("woff2"),
       url("fonts/ABCGaisyr-BoldItalic-Trial.woff") format("woff");
}

body {
  padding: 0;
  margin: 0;
  font-family: "ABC Gaisyr";
  background: black;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: black;
  margin: 0;
}

body::-webkit-scrollbar {
width: 18px;
height: 100%;
background-color: none;
box-sizing: border-box;
border: solid 1px white;
margin: 0;
}

body::-webkit-scrollbar-thumb {
background-color: white;
}

p {
  margin: 0;
}

.marquee {
  height: 40px;
  width: max-content;
  overflow: hidden;
  background-color: #601bfb;
}

.marquee-message {
  font-family: "ABC Gaisyr Mono Bold";
  font-size: 20px;
  padding-top: 5px;
  display: inline-block;
  box-sizing: border-box;

  position: relative;
  width: 100vw;
  height: 1.7em;
  left: 0;
  text-align: center;
  animation: slide 15s linear;
  animation-iteration-count: infinite;
  color: black;
  background-color: #601bfb;
  overflow: hidden;
}

@keyframes slide {
  from { left: 0 }
  to { left: -50% }
}

.about-text {
margin: 20px;
font-family: "ABC Gaisyr Mono";
font-size: 12px;
line-height: 1.7;
color: white;
}

.book-text {
margin: 20px;
font-family: "ABC Gaisyr";
font-size: 13px;
line-height: 1.7;
color: white;
}

.quote-bold {
  font-family: "ABC Gaisyr Bold Italic";
}

.bar {
  font-family: "ABC Gaisyr Mono";
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
}

.project-title {
  margin-top: 0;
  color: white;
  text-align: center;
}

.main-title {
  margin-top: 0;
  font-size: 60px;
  padding: 0;
  margin: 0;
}

.subtitle {
  font-size: 30px;
  padding: 0;
  margin: 0;
}

.slider .button {
  border: none;
  padding: 0;
  width: max-content;
  cursor: pointer;
  background-color: none;
  color: white;
}

.left-b:hover {
  color: #601bfb;
}

.right-b:hover {
  color: #601bfb;
}

.slider .panel {
    position: absolute;
    width: 28vw;
    top: 5em;
    z-index: 1;
    margin: 10px;
    transition-property: transform;
    transition-duration: 0.5s;
}

.slider.left .panel {
    right: 100vw;
    background-color: #601bfb;
}

.slider.right .panel {
    left: 100vw;
    background-color: #601bfb;
}


.slider.active .left-b {
    background-color: black;
    color: #601bfb;
}

.slider.active .right-b {
    background-color: black;
    color: #601bfb;
}

.slider.right.active .panel {
    transform: translateX(-30vw);
    transition-property: transform;
    transition-duration: 0.5s;
}

.slider.left.active .panel {
    transform: translateX(30vw);
    transition-property: transform;
    transition-duration: 0.5s;
}

.intro {
  padding: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid white;
  align: center;
}

.school-img {
  vertical-align: middle;
  width: 100vw;
  height: 29.2vw;
}

.quote {
  font-family: "ABC Gaisyr Italic";
}

.bold {
  font-family: "ABC Gaisyr Mono Bold";
}

.mat {
  font-family: "ABC Gaisyr Mono Bold";
}

.reference {
  font-family: "ABC Gaisyr Mono";
  font-size: 12px;
  color: white;
  line-height: 1.2em:
}

.reference-bold {
  font-family: "ABC Gaisyr Mono Bold";
  font-size: 12px;
  color: white;
}

.reference-underlined {
  text-decoration: underline;
}

.bottom {
  margin-top: 100px;
}

a {
  text-decoration: none;
  color: white;
}

.bl {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.2rem;
}

.bl:hover {
  color: #FF46FF;
}

.wh {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-underline-offset: 0.2rem;
}

a:hover {
  color: #601bfb;
}

.section-text {
  width: 100%;
  font-family: "ABC Gaisyr Mono Bold";
  font-size: 15px;
  box-sizing: border-box;
  border: solid 1px #601bfb;
  background-color: #601bfb;
  text-align: center;
}

.session-text {
  width: 100%;
  font-family: "ABC Gaisyr Mono Bold";
  font-size: 15px;
  text-align: center;
  padding: 0;
  margin-top: 0;
}

.chapter-title {
  width: 100%;
  padding: 5px;
  font-family: "ABC Gaisyr Mono Bold";
  font-size: 40px;
  box-sizing: border-box;
  border: solid 1px #601bfb;
  background-color: #601bfb;
  text-align: center;
}

.accordion {
  height: max-content;
  border-bottom: 1px solid white;
  box-sizing: border-box;
}

.entry .title:hover {
  color: #601bfb;
}

.entry .title * {
  pointer-events: none;
}

.entry .title {
  font-family: "ABC Gaisyr Mono";
  font-size: 30px;
  color: white;
  width: 100%;
  line-height: 1.3em;
  cursor: pointer;
  padding: 5px;
  text-align: center;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: white;
}

.entry .content {
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
  grid-template-columns: 20% 60% 20%;
  font-family: "ABC Gaisyr";
  line-height: 1.7;
  top: 0;
  color: white;
  max-height: 0;
  overflow: hidden;
  box-sizing: border-box;
  transition-property: max-height;
  transition-delay: 0s;
  transition-duration: 0.5s;
}

.entry.expanded .title{
  color: #601bfb;
}

.entry.expanded .content {
  margin-top: 15px;
  margin-bottom: 20px;
  height: max-content;
  max-height: 40em;
  transition-delay: 0.5s;
  transition-duration: 0.5s;
}

.main-text {
  padding-right: 20px;
  margin:auto;
  max-width: 70ch;
  font-size: 15px;
}

.sub-title {
  font-family: "ABC Gaisyr Mono";
  margin-right: 20px;
  line-height: 1.2em;
}

.project-notes {
  margin-left: 20px;
  margin-right: 20px;
  display: grid;
  grid-template-columns: 20% 60% 20%;
  box-sizing: border-box;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: white;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: white;
  line-height: 1.3em;
  padding: 15px;
  text-align: center;
}
