@font-face {
  font-family: "ElectaLL-Regular";
  src: url("fonts/Electa/WOFF/ElectaLL-Regular.woff") format("woff"),
    url("fonts/Electa/WOFF2/ElectaLL-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "ElectaLL-Regular";
  src: url("fonts/Electa/WOFF/ElectaLL-RegularItalic.woff") format("woff"),
    url("fonts/Electa/WOFF2/ElectaLL-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
}

html,
body {
  scroll-behavior: smooth;
  font-family: "ElectaLL-Regular";
  font-size: 5vw;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  /* background-color: red; */
}


/* hide scrollbar */
html,
* {
  scrollbar-width: none; /* Firefox */
}
/* html::-webkit-scrollbar,
*::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
} */

body {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  overflow-x: hidden;
  overflow-y: auto;
}

i,
em {
  font-style: italic;
}

#info {
  display: none;
}
.t1,
.t2 {
  color: black;
  /* margin-bottom: 50px; */

  padding-left: 0.6rem;
  position: relative;
  margin: 0;
  margin-top: 0.35rem;
}

.t1:has(.actualText):before,
.t2:has(.actualText):before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  -moz-border-radius: 100vw;
  -webkit-border-radius: 100vw;
  border-radius: 100vw;
  background-color: black;
  position: absolute;
  font-size: 1.6vw;
  top: 0.35em;
  left:  0.70em;
}

.t1 .allinfo,
.t2 .allinfo {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;

  font-size: 1.6vw; /* 16px; */
  width: 100%;
  margin-left: -0.6rem;
}
.allinfo .infoMachine {
  font-style: italic;
  padding-left: 0.6rem;
}
.allinfo > * {
  display: inline-block;
  column-span: span 1 / span 1;
  height: 1.2em;
  font-variant: oldstyle-nums;
}
.allinfo .infoMachine > .AB-A {
  font-style: normal;
  width: 1em;
  height: 1em;
  display: inline-block;
  text-align: center;
  padding: 0em;
  border: 1px solid black;

  border-radius: 200px;

  font-variant: all-small-caps;
  line-height: 80%;
  /* height: 70%; */
  margin-top: 0.2em;
}
.allinfo .infoMachine > .AB-B {
  font-style: normal;
  width: 1em;
  display: inline-block;
  text-align: center;
  padding: 0em;
  border: 1px solid black;

  font-variant: all-small-caps;
  line-height: 80%;
  height: 70%;
  margin-top: 0.2em;
}


.ABINDEX-A {
  font-style: normal;
  width: 1em;
  height: 1em;
  display: inline-block;
  text-align: center;
  padding: 0em;
  border: 1px solid black;

  border-radius: 200px;

  font-variant: all-small-caps;
  line-height: 80%;
  /* height: 70%; */
  margin-top: 0.2em;
}
.ABINDEX-B {
  height: 1em;
  font-style: normal;
  width: 1em;
  display: inline-block;
  text-align: center;
  padding: 0em;
  border: 1px solid black;
  font-variant: all-small-caps;
  line-height: 80%;
  height: 70%;
  margin-top: 0.2em;
}



.allinfo .infoAct {
  border: 1px solid black;
  width: fit-content;
  padding-left: 0.2em;
  padding-right: 0.8em;
  font-variant: all-small-caps;
  line-height: 70%;
  height: 70%;
  margin-top: 0.25em;
}
.allinfo .infoNo {
  color: black;
  margin-left: auto;
}
.actualText {
  font-size: 5.4vw;
  margin: 0;
  width: calc(100vw - 1.2rem);
  line-height: 96%;
  margin-top: 10px;
}

/*WEBSITE.HTML*/
.headerGrid {
  position: fixed;
  margin-left:  0px;
  z-index: 20;
  top: 0;
  left: 0;

  width: calc(100vw - 0px);
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  font-size: 1.6vw;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  border-bottom: 1px solid black;
}
.headerGrid > .one-column {
  grid-column: span 1 / span 1;
}
.headerGrid > .three-columns {
  grid-column: span 3 / span 3;
}

.headerGrid > .two-columns {
  grid-column: span 2 / span 2;
}

.headerGrid > .align-right {
  margin-left: auto;
  padding-right:  0.6rem;
}
.headerGrid > .about {
  cursor: pointer;
}
.headerGrid a {
  text-decoration: none;
  color: black;
}
#past {
  /* overflow-x: hidden !important; */
}

.three-columns > span {
  padding-left:  0.6rem;
}

.flex {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  
}

#aboutPage {
  height: 100dvh;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100vw;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 1.2vw;
  overflow-y: scroll;
}

/* MOBILE 1 COL ONLY */
@media (max-width:968px) {
  #aboutPage {
    font-size: 3.2vw;
    grid-template-columns: 1fr;
  }
}


.aboutPage-left {
  padding:  80px 0.6rem;
}

.aboutPage-right {
  padding:  80px 0.6rem;
}


/* mobile */
@media (max-width:768px) {
  .aboutPage-left {
    padding:  0px 0.6rem;
    padding-top: 85px;
  }
  .aboutPage-right {
    padding:  0px 0.6rem;
  }
}

.aboutPage-left p {
  text-indent: 120px;
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 2em;
}

/* mobile */
@media (max-width:768px) {
  .aboutPage-left p  {
    text-indent: 100px;
  }
}

.debug {
  display: none;
}

.updated_at {
  font-size: 11px;
  color: gray;
}
#info {
  position: fixed;
  top: 0;
  right: 0;
  padding: 5px 15px;
  width: auto;
  background-color: black;
  color: white;
  z-index: 1000;
  font-size: 15px;
}

#button-scroll-down {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 5px 15px;
  width: auto;
  background-color: black;
  color: white;
  z-index: 1000;
  cursor: pointer;
  font-size: 15px;
  display: none !important;
}

@media (max-width:968px) {
  html, body{
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;

  }
  .infoDate {
    display: none;
  }
  .infoTime {
    display: none;
  }
  .t1 .allinfo,
  .t2 .allinfo {
    background-color:;
    font-size: 3.2vw; /* 16px; */
  }

  .t1:has(.actualText):before,
  .t2:has(.actualText):before {
    display: none;
  }


  .t1 .allinfo,
  .t2 .allinfo {
    grid-template-columns: repeat(3, 1fr);

  }

  .actualText {
    width: 100%;
  }
  .headerGrid {
    width: 100%;
    margin-left: 0;
  }
  #aboutPage {
    width: 100%;
    margin-left: 0;
  }

  .headerGrid {
    font-size: 3.2vw; /* 16px; */
  }

  .hide-mobile {
    display: none;
  }
}

#past {
  padding-top: 75px;
}

