@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
}

li::marker {
  color: #4A9FD3;
}

li {
  font-family: Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #F7F4F3;
}

label {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #F7F4F3;
}

p {
  font-family: Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #F7F4F3;
}

accenttext {
  color: #4A9FD3;
}

a {
  font-family: Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  color: #F7F4F3;
  text-decoration: none;
}

a.hoveranim {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #4A9FD3;
  text-underline-offset: 2px;
}

a.hoveranim::after {
  content: "";
  width: 0%;
  height: 3px;
  background: #4A9FD3;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 0.5s ease-in-out;
}

a.hoveranim:hover::after {
  width: 100%;
}

strong {
  font-family: Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #F7F4F3;
}

em {
  font-family: Verdana, sans-serif;
  font-optical-sizing: auto;
  color: #F7F4F3;
}

input {
  font-family: Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #F7F4F3;
  background: transparent;
  border: 1px solid #F7F4F3;
  border-radius: 1em;
  padding: 0.5em;
}

textarea {
  font-family: Verdana, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #F7F4F3;
  background: transparent;
  border: 1px solid #F7F4F3;
  border-radius: 1em;
  padding: 0.5em;
}

h1 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5em;
  color: #F7F4F3;
}

h2 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  font-size: 2.25em;
  color: #F7F4F3;
}

h3 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  font-style: normal;
  font-size: 2em;
  color: #F7F4F3;
}

h4 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 1.75em;
  color: #F7F4F3;
}

h5 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  font-size: 1.5em;
  color: #F7F4F3;
}

h6 {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  color: #F7F4F3;
}

button {
  border: 1px solid #4A9FD3 !important;
  background: transparent;
  border-radius: 1em;
  padding: 0.5em 1em;
  cursor: pointer;
  color: #4A9FD3;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25em;
  transition: background 0.5s, color 0.5s;
}

button:hover, button:focus, button:active {
  background: #4A9FD3;
  color: #0A0A0B;
}

body {
  background: #0A0A0B;
}

.page-content {
  min-height: 100vh;
  width: 100%;
}

::-moz-selection {
  color: #0A0A0B;
  background: #F7F4F3;
}

::selection {
  color: #0A0A0B;
  background: #F7F4F3;
}

::-webkit-scrollbar {
  width: 0.3em;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: #F7F4F3;
  border-radius: 0.15em;
}

::-webkit-resizer {
  display: none;
}

::-webkit-scrollbar-button {
  display: none;
}

html.is-changing .transition-fade {
  transition: opacity 0.25s;
  opacity: 1;
}

html.is-animating .transition-fade {
  opacity: 0;
}

#view-project-page {
  padding-top: 12vh;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-left: 10vw;
  margin-right: 22vw;
  padding-left: 3vw;
  padding-right: 3vw;
}
#view-project-page a {
  position: relative;
  text-decoration: underline;
  text-decoration-color: #4A9FD3;
  text-underline-offset: 2px;
}
#view-project-page a::after {
  content: "";
  width: 0%;
  height: 3px;
  background: #4A9FD3;
  position: absolute;
  bottom: -1px;
  left: 0;
  transition: width 0.5s ease-in-out;
}
#view-project-page a:hover::after {
  width: 100%;
}
#view-project-page #project-title-side {
  position: fixed;
  transform: rotate(-90deg);
  bottom: 0;
  transform-origin: 0 0;
  left: 1em;
  width: 100vh;
  line-height: 3em;
}
#view-project-page #project-title-side h1 {
  font-size: 2.25em;
}
#view-project-page #project-sidebar {
  position: fixed;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  gap: 2vh;
  height: 80vh;
  width: 20vw;
  right: 0;
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 8vh;
}
#view-project-page #project-sidebar #sidebar-aligner {
  display: flex;
  flex-flow: column;
  gap: 2vh;
  align-items: center;
}
#view-project-page #project-sidebar * {
  width: 100%;
}
#view-project-page #project-banner-image {
  width: 70%;
  margin-left: 15%;
  margin-right: 15%;
  aspect-ratio: 16/9;
  height: fit-content;
  object-fit: cover;
}
#view-project-page #project-banner-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
}
#view-project-page #project-content {
  padding-top: 5vh;
  padding-bottom: 10vh;
}
#view-project-page #project-content p, #view-project-page #project-content h1, #view-project-page #project-content h2, #view-project-page #project-content h3, #view-project-page #project-content h4, #view-project-page #project-content h5, #view-project-page #project-content h6, #view-project-page #project-content ul {
  margin-top: 1em !important;
  line-height: 1.25;
}
@media (width < 800px) {
  #view-project-page {
    margin-left: unset;
    margin-right: unset;
  }
  #view-project-page #project-title-side {
    position: unset;
    transform: unset;
    width: unset;
    padding-bottom: 2vh;
    text-align: center;
  }
  #view-project-page #project-sidebar {
    position: unset;
    width: unset;
    height: unset;
    padding-top: unset;
    text-align: center;
    padding-bottom: 2vh;
  }
  #view-project-page #project-sidebar #sidebar-aligner {
    flex-flow: row;
    align-items: start;
    width: 100%;
    justify-content: center;
    gap: 10%;
    flex-wrap: wrap;
    row-gap: 2vh;
  }
  #view-project-page #project-sidebar * {
    width: unset;
  }
  #view-project-page #project-sidebar ul {
    list-style-type: none;
    padding: 0;
  }
}

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