@import url("https://fonts.googleapis.com/css2?family=Audiowide&family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

span, p {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  font-size: 1.07em;
}

a {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  color: #0A0A0A;
  text-decoration: none;
  font-size: 1.07em;
}

strong {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: bold;
  color: #0A0A0A;
}

em {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  color: #0A0A0A;
}

.title {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-size: 2.75em;
  color: #0A0A0A;
}

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

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

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

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

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

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

.fine-print {
  font-size: 0.75em;
}

button {
  border: 1px solid #33EB3C !important;
  background: transparent;
  border-radius: 1em;
  padding: 0.5em 1em;
  color: #33EB3C;
  font-family: "Audiowide", 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: #33EB3C;
  color: #E5EEEE;
}

li::marker {
  color: #33EB3C;
}

li {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  font-size: 1.07em;
}

label {
  font-family: "Audiowide", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  font-size: 1.07em;
}

input, input:is(:-webkit-autofill, :autofill) {
  font-family: Oswald, sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #0A0A0A;
  background: transparent;
  border: 1px solid #0A0A0A;
  border-radius: 1em;
  padding: 0.5em;
  font-size: 1.07em;
}

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

select {
  background: rgba(213.5813953488, 227.9186046512, 227.9186046512, 0.9);
  padding: 0.5em;
  transition: background 0.5s ease-in-out, border 0.5s ease-in-out;
  backdrop-filter: blur(5px);
  border-radius: 1em;
  border: 1px solid rgb(204.3302325581, 221.8697674419, 221.8697674419);
}
select option {
  background: rgba(213.5813953488, 227.9186046512, 227.9186046512, 0.9);
  transition: background 0.5s ease-in-out;
}

select:hover, select:focus {
  background: rgba(198.1627906977, 217.8372093023, 217.8372093023, 0.9);
  border: 1px solid rgb(188.911627907, 211.788372093, 211.788372093);
}

body {
  background: repeating-radial-gradient(ellipse at top, rgb(219.7488372093, 231.9511627907, 231.9511627907), transparent), repeating-radial-gradient(ellipse at bottom left, rgb(219.7488372093, 231.9511627907, 231.9511627907), transparent), repeating-radial-gradient(ellipse at center right, rgb(221.2906976744, 232.9593023256, 232.9593023256), transparent), linear-gradient(#E5EEEE, 5%, transparent);
}

main {
  min-height: 100vh;
}

::-moz-selection {
  color: #E5EEEE;
  background: #0A0A0A;
}

::selection {
  color: #E5EEEE;
  background: #0A0A0A;
}

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

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

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

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

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

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

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

.ql-snow.ql-toolbar button {
  border: none !important;
}

pre {
  padding-left: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

#site-content {
  min-height: 100vh;
}
#site-content #hero-section {
  height: 40vh;
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  position: relative;
  background: #0A0A0A;
  overflow: clip;
}
#site-content #hero-section #hero-text-content {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  width: 80%;
  padding-top: 15vh;
  gap: 2vh;
  text-align: center;
}
#site-content #hero-section #hero-text-content #hero-heading {
  font-size: 4em;
  color: #E5EEEE;
}
@media (width <= 450px) {
  #site-content #hero-section #hero-text-content #hero-heading {
    font-size: 3.5em;
  }
}
@media (width <= 350px) {
  #site-content #hero-section #hero-text-content #hero-heading {
    font-size: 3em;
  }
}
#site-content #hero-section #hero-text-content #hero-tagline {
  color: #E5EEEE;
}
#site-content #spotlight-section {
  width: 100%;
  height: 60vh;
  position: relative;
  z-index: 2;
  background: #0A0A0A;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-evenly;
  overflow-x: hidden;
  overflow-y: clip;
}
#site-content #spotlight-section #spotlight-carousel {
  padding-left: 1vw;
  padding-right: 1vw;
  width: fit-content;
  height: 55vh;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  gap: 1vw;
}
#site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element {
  position: relative;
  height: 55vh;
  width: 32vw;
  background: #0A0A0A;
  overflow: hidden;
}
#site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element .spotlight-carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55vh;
  object-fit: cover;
  z-index: 3;
}
#site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element .spotlight-carousel-gradient {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55vh;
  background: linear-gradient(rgba(10, 10, 10, 0.2) 40%, #0A0A0A);
  z-index: 4;
}
#site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element .spotlight-carousel-metadata {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
}
#site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element .spotlight-carousel-metadata .spotlight-carousel-title {
  color: #E5EEEE;
}
#site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element .spotlight-carousel-metadata .spotlight-elem-account {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  gap: 0.5em;
}
#site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element .spotlight-carousel-metadata .spotlight-elem-account .spotlight-elem-avatar {
  width: 2em;
  height: 2em;
  border-radius: 50%;
}
#site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element .spotlight-carousel-metadata .spotlight-elem-account .spotlight-elem-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element .spotlight-carousel-metadata .spotlight-elem-account .spotlight-elem-account-title {
  color: #E5EEEE;
}
@media (width <= 700px) {
  #site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element {
    width: 48.5vw;
  }
}
@media (width <= 450px) {
  #site-content #spotlight-section #spotlight-carousel .spotlight-carousel-element {
    width: 97vw;
  }
}
#site-content #space-transition {
  width: 100%;
  height: 50vh;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0A0A0A;
  padding-top: 70px;
}
#site-content #space-transition #space-earth-img {
  position: absolute;
  bottom: -10%;
  left: 20%;
  right: 20%;
  z-index: 1;
  width: 60%;
  aspect-ratio: 10/6;
  max-height: 50vh;
  object-fit: contain;
}
@media (width <= 650px) {
  #site-content #space-transition #space-earth-img {
    width: 80%;
    left: 10%;
    right: 10%;
  }
}
@media (width <= 450px) {
  #site-content #space-transition #space-earth-img {
    width: 90%;
    left: 5%;
    right: 5%;
  }
}
@media (width <= 400px) {
  #site-content #space-transition #space-earth-img {
    width: 100%;
    left: 0;
    right: 0;
  }
}
#site-content #space-transition #space-cloud-img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  aspect-ratio: 10/5;
  max-height: 20vh;
  object-fit: fill;
}
#site-content #space-transition #bottom-cloud-img {
  position: absolute;
  bottom: -20vh;
  left: 0;
  right: 0;
  z-index: 4;
  width: 100%;
  height: 20vh;
  object-fit: fill;
  rotate: 180deg;
}
#site-content #course-section:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: linear-gradient(#E5EEEE, 15%, rgba(229, 238, 238, 0.5) 20%, 85%, #E5EEEE);
}
#site-content #course-section {
  width: 100%;
  min-height: 100vh;
  padding-top: 30vh;
  padding-bottom: 30vh;
  position: relative;
  z-index: 2;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 5vh;
  background-image: url("/images/cityscape-skyscraper-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
#site-content #course-section #course-top-container {
  text-align: center;
  width: 60%;
  padding: 1em;
  background-color: rgba(229, 238, 238, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 2em;
}
@media (width <= 800px) {
  #site-content #course-section #course-top-container {
    width: 70%;
  }
}
@media (width <= 600px) {
  #site-content #course-section #course-top-container {
    width: 80%;
  }
}
@media (width <= 500px) {
  #site-content #course-section #course-top-container {
    width: 90%;
  }
}
#site-content #course-section #courses-list {
  display: flex;
  flex-flow: row;
  width: 95%;
  min-height: 50vh;
  align-items: center;
  justify-content: center;
  gap: 7vw;
  flex-wrap: wrap-reverse;
}
@media (width <= 1250px) {
  #site-content #course-section #courses-list {
    gap: 5vw;
  }
}
#site-content #course-section #courses-list .course-listing {
  flex: 1;
  background-color: rgba(229, 238, 238, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 1em;
  padding: 1em;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-evenly;
  gap: 0.5em;
  max-width: 225px;
  min-width: 150px;
  text-align: center;
  align-self: stretch;
  transition: background 0.5s ease-in-out;
}
#site-content #course-section #courses-list .course-listing .course-listing-image-container {
  aspect-ratio: 1/1;
  width: 100%;
}
#site-content #course-section #courses-list .course-listing .course-listing-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1em;
  transition: transform 0.5s ease-in-out;
}
#site-content #course-section #courses-list .course-listing .course-listing-title {
  text-decoration: underline 2px transparent;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.5s ease-in-out;
}
#site-content #course-section #courses-list .course-listing:hover {
  background: rgba(182.7441860465, 207.7558139535, 207.7558139535, 0.5);
}
#site-content #course-section #courses-list .course-listing:hover .course-listing-image-container > img {
  transform: scale(1.025);
}
#site-content #course-section #courses-list .course-listing:hover .course-listing-title {
  text-decoration-color: #0A0A0A;
}
#site-content #course-section button {
  color: #0A0A0A;
  border-color: #0A0A0A !important;
  background-color: rgba(229, 238, 238, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 1em;
}
#site-content #course-section button:hover, #site-content #course-section button:focus, #site-content #course-section button:active {
  background: rgba(121.0697674419, 167.4302325581, 167.4302325581, 0.5);
  color: black;
  border-color: black !important;
}
#site-content #city-bottom-background-container:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(#E5EEEE, 15%, rgba(229, 238, 238, 0.5) 20%, 85%, #E5EEEE);
}
#site-content #city-bottom-background-container {
  width: 100%;
  position: relative;
  background-image: url("/images/cityscape-ground-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding-top: 30vh;
  padding-bottom: 30vh;
}
#site-content #city-bottom-background-container #about-section {
  width: 60%;
  background-color: rgba(229, 238, 238, 0.5);
  backdrop-filter: blur(5px);
  border-radius: 1em;
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 5vh;
  z-index: 2;
  padding: 1em;
}
#site-content #city-bottom-background-container #about-section #about-split {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-evenly;
  gap: 10%;
  width: 98%;
}
#site-content #city-bottom-background-container #about-section #about-split #about-project-desc {
  flex: 1;
}
#site-content #city-bottom-background-container #about-section #about-split #about-team-list {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: start;
  gap: 1em;
}
#site-content #city-bottom-background-container #about-section #about-split #about-team-list #about-list li::marker {
  color: #0A0A0A;
}
#site-content #city-bottom-background-container #about-section button {
  color: #0A0A0A;
  border-color: #0A0A0A !important;
  background-color: rgba(229, 238, 238, 0.5);
}
#site-content #city-bottom-background-container #about-section button:hover, #site-content #city-bottom-background-container #about-section button:focus, #site-content #city-bottom-background-container #about-section button:active {
  background: rgba(121.0697674419, 167.4302325581, 167.4302325581, 0.5);
  color: black;
  border-color: black !important;
}
@media (width <= 850px) {
  #site-content #city-bottom-background-container #about-section {
    width: 70%;
  }
}
@media (width <= 750px) {
  #site-content #city-bottom-background-container #about-section {
    width: 80%;
  }
}
@media (width <= 650px) {
  #site-content #city-bottom-background-container #about-section {
    width: 90%;
  }
}
@media (width <= 575px) {
  #site-content #city-bottom-background-container #about-section #about-split {
    flex-flow: column;
    gap: 5vh;
  }
  #site-content #city-bottom-background-container #about-section #about-split #about-project-desc {
    text-align: center;
  }
}

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