@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 {
  width: 100%;
  min-height: 85vh;
  padding-top: 15vh;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  gap: 5vh;
}
#site-content #course-filter-settings {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-evenly;
  padding-left: 5%;
  padding-right: 5%;
  width: 90%;
}
#site-content #course-filter-settings .course-filter-option {
  display: flex;
  flex-flow: row;
  gap: 1em;
  height: 100%;
  align-items: center;
}
#site-content #course-list {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  gap: 7vh;
  width: 80%;
  min-height: 50vh;
  padding-bottom: 1em;
}
@media (width <= 1100px) {
  #site-content #course-list {
    width: 95%;
  }
}
#site-content #course-list .course-listing {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: start;
  width: 96%;
  height: 38vh;
  padding: 1vh 2%;
  overflow: hidden;
  gap: 1vw;
  transition: background 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  border-radius: 1em;
  cursor: pointer;
  background: rgb(207.4139534884, 223.8860465116, 223.8860465116);
}
#site-content #course-list .course-listing .course-listing-image {
  height: 100%;
  width: fit-content;
}
#site-content #course-list .course-listing .course-listing-image img {
  height: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  border-radius: 0.5em;
}
#site-content #course-list .course-listing .course-listing-metadata {
  flex: 1;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: start;
  height: 80%;
  gap: 3vh;
}
#site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-top {
  width: 100%;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: space-between;
}
#site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-top .course-listing-title {
  position: relative;
}
#site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-top .course-listing-title::after {
  content: "";
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0A0A0A;
  transition: width 0.5s ease-in-out;
}
#site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-desc {
  width: 100%;
  flex: 1;
  display: flex;
  flex-flow: row;
  justify-content: center;
}
#site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-desc .course-listing-metadata-right {
  flex: 1;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: start;
  justify-content: start;
}
#site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-desc .course-listing-metadata-right .course-listing-desc {
  flex: 1;
}
#site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-desc .course-listing-stats {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
#site-content #course-list .course-listing:hover {
  background: rgb(198.1627906977, 217.8372093023, 217.8372093023) !important;
}
#site-content #course-list .course-listing:hover .course-listing-title::after {
  width: 100% !important;
}
#site-content #course-list .course-listing:hover .course-listing-image > img {
  transform: scale(1.05);
}
@media (width <= 900px) {
  #site-content #course-list {
    flex-flow: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  #site-content #course-list .course-listing {
    flex-flow: column;
    height: fit-content;
    width: 265px;
  }
  #site-content #course-list .course-listing .course-listing-image {
    max-height: 30vh;
  }
  #site-content #course-list .course-listing .course-listing-image img {
    max-height: 30vh;
  }
  #site-content #course-list .course-listing .course-listing-metadata {
    gap: 0.25em;
    text-align: center;
  }
  #site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-top {
    flex-flow: column;
  }
  #site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-top .course-listing-category {
    font-size: 1em;
  }
  #site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-desc {
    flex-flow: column;
    align-items: center;
    gap: 0.25em;
  }
  #site-content #course-list .course-listing .course-listing-metadata .course-listing-metadata-desc .course-listing-stats {
    align-items: center;
  }
}

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