@import url("https://fonts.googleapis.com/css2?family=Cinzel&family=Comfortaa:wght@300&family=Dancing+Script&family=EB+Garamond&family=Inter&family=Josefin+Sans&family=Julius+Sans+One&family=Mukta&family=Quicksand&family=Sen&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gowun+Dodum&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300;400;500;600;700&display=swap");
@keyframes light {
  0% {
    background-color: black;
  }
  100% {
    background-color: rgb(47, 47, 47);
  }
}
::selection {
  color: inherit;
  background-color: inherit;
}

* {
  margin: 0%;
  padding: 0%;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

a,
a:hover,
a:visited,
a:active {
  text-decoration: none;
  color: inherit;
  background-color: inherit;
}

.spacerDiv {
  height: 27vh;
  width: 100vw;
}

body {
  background-color: black;
  color: white;
}
body #titleDiv {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
body #titleDiv #title {
  font-family: "Cinzel", serif;
  font-size: inherit;
  text-align: center;
  background: -webkit-radial-gradient(white, rgb(13, 13, 13));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 4;
  letter-spacing: 0.1em;
  font-size: 500%;
  overflow-y: hidden;
}
body #profileDiv {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
}
body #profileDiv #profilePic {
  border-radius: 2em;
  width: auto;
  height: 50vh;
  margin-left: 2vh;
  margin-right: 2vh;
  z-index: 4;
  border: 2px solid transparent;
}
body #profileDiv #bio {
  backdrop-filter: blur(0.5em);
  -webkit-backdrop-filter: blur(0.5em);
  font-family: "Gowun Dodum", sans-serif;
  font-size: 1.15em;
  margin-left: 2vh;
  margin-right: 2vh;
  padding-left: 2vh;
  padding-right: 2vh;
  z-index: 4;
  line-height: 1.75em;
  letter-spacing: 0.05em;
}
body #newsDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Julius Sans One", sans-serif;
  font-size: inherit;
  flex-direction: column;
  padding-top: 4em;
  padding-bottom: 6em;
  gap: 1em;
}
body #newsDiv #newsDivTitle {
  background: -webkit-radial-gradient(white, rgb(13, 13, 13));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  backdrop-filter: blur(1em);
  -webkit-backdrop-filter: blur(1em);
}
body #newsDiv #news {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 4;
  row-gap: 2em;
  column-gap: 2em;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
body #newsDiv #news .newsArticle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  transition: all 0.25s;
  font-family: "Gowun Dodum", sans-serif;
  font-size: inherit;
  backdrop-filter: blur(0.15em);
  -webkit-backdrop-filter: blur(0.15em);
  flex-grow: 1;
  color: white;
  border-radius: 2em;
  background-color: rgba(25, 25, 25, 0.5);
  gap: 2em;
  font-size: large;
  padding: 2em;
  transition: all 0.25s;
}
body #newsDiv #news .newsArticle .newsArticleTitle {
  font-family: "Julius Sans One", sans-serif;
  font-size: inherit;
  width: 100%;
  font-size: 150%;
}
body #newsDiv #news .newsArticle .newsArticlePara {
  line-height: 1.5em;
  color: gray;
}
body #newsDiv #news .newsArticle .newsArticleLink {
  font-family: "Fira Code", monospace;
  font-size: inherit;
  background-color: transparent;
  transition: all 0.25s;
  color: gray;
  display: flex;
  align-items: center;
  gap: 1vmin;
}
body #newsDiv #news .newsArticle .newsArticleLink:hover {
  color: white;
}
body #newsDiv #news .newsArticle .newsArticleDate {
  font-family: "Gowun Dodum", sans-serif;
  font-size: 1em;
}
body #timelineDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
body #timelineDiv #events {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 1;
  overflow-x: scroll;
}
body #timelineDiv #events .eventTitle {
  font-family: "Comfortaa", cursive;
  font-size: inherit;
  backdrop-filter: blur(0.5em);
  -webkit-backdrop-filter: blur(0.5em);
  margin-left: 1em;
  margin-right: 1em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  display: inline-table;
  z-index: 5;
  background-color: rgba(35, 35, 35, 0.4);
  border-radius: 0.5em;
  letter-spacing: 1em;
  padding: 1em;
  padding-bottom: 0em;
  height: 25em;
  text-transform: uppercase;
  left: 2em;
  position: sticky;
  position: -webkit-sticky;
  transition: all 0.25s;
}
body #timelineDiv #events .eventTitle:hover {
  transform: scale(1.1);
  cursor: pointer;
}
body #timelineDiv #events .mainScrollTitle {
  position: relative;
  background-color: rgb(25, 25, 25);
  height: auto;
}
body #timelineDiv #events .startTitle {
  left: 0em;
  margin-left: 0;
  margin-right: 2em;
}
body #timelineDiv #events .endTitle {
  margin-right: 0;
  margin-left: 0;
}
body #timelineDiv #events .event {
  border-radius: none;
  width: 40vw;
  height: 60vh;
  margin-left: 4%;
  margin-right: 4%;
  backdrop-filter: blur(0.5em);
  -webkit-backdrop-filter: blur(0.5em);
  min-width: 40vw;
  min-height: 5vh;
  max-width: 80vw;
  overflow-y: scroll;
  border: 0.2em solid transparent;
  border-top-color: rgb(25, 25, 25);
  transition: all 0.25s;
}
body #timelineDiv #events .event .eventHeader {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-size: 1.25em;
  backdrop-filter: blur(0.5em);
  -webkit-backdrop-filter: blur(0.5em);
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2%;
  position: sticky;
  position: -webkit-sticky;
  top: -1%;
  z-index: 4;
  width: 96%;
  flex-direction: column;
}
body #timelineDiv #events .event .eventHeader span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1%;
  text-align: center;
}
body #timelineDiv #events .event .eventHeader .title {
  font-family: "Dancing Script", cursive;
  font-size: inherit;
  font-size: 2em;
  text-align: center;
}
body #timelineDiv #events .event .eventHeader .subTitle {
  font-size: 0.85em;
  color: gray;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body #timelineDiv #events .event .eventBody {
  margin-top: 2%;
  margin-bottom: 2%;
  font-family: "EB Garamond", serif;
  font-size: 1.39em;
  text-indent: 4em;
  padding: 2%;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  text-align: justify;
  text-justify: inter-word;
}
body #timelineDiv #events .event .eventFooter {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  font-size: 1em;
  padding-top: 2%;
  padding-bottom: 2%;
  justify-content: space-between;
  width: 100%;
  color: gray;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
body #timelineDiv #events .event .eventFooter span {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1%;
  text-align: center;
}
body #bioDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
}
body #bioDiv #title {
  background-color: white;
}

footer #copyrightDiv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-family: "Gowun Dodum", sans-serif;
  font-size: 1em;
  letter-spacing: 0.05em;
}

/*# sourceMappingURL=index.css.map */
