@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/orbitcss/css/orbit.min.css");
@import url("https://fonts.googleapis.com/css2?family=Fleur+De+Leah&family=Girassol&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/7.0.1/css/all.min.css");
body {
  background-color: whitesmoke;
  font-family: "Open Sans";
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.top {
  text-transform: uppercase;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
}

h1, h2, h3, h4, h5, h6 {
  font-size: revert;
  font-weight: revert;
}

h1 {
  font-family: "Playfair Display";
  text-transform: uppercase;
}

hr {
  width: 80%;
}

.section {
  padding: 1rem;
}

.section p {
  margin: 1rem;
  padding: 1rem;
}

aside {
  font-style: italic;
}

.first-lesson {
  background-color: #6e45e2;
  color: white;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.hrsmol {
  width: 10%;
  margin: auto;
  margin-bottom: 1rem;
}

.hrshort {
  width: 70%;
}

dl {
  margin: 1rem;
  padding: 1rem;
}

dd, ul.fancybullet li, dt {
  display: list-item;
  list-style-type: "❧";
  margin-left: 4ch;
  padding-inline-start: 1ch;
}

.unfancy {
  list-style-type: none;
}

.floaty {
  float: right;
  margin: 1rem;
}

.attrib {
  font-family: "Fleur De Leah", cursive;
  display: list-item;
  list-style-type: "-";
  margin-left: 4ch;
  margin-top: -0.5em;
  padding-inline-start: 1ch;
  font-size: x-large;
  float: right;
}

.panel {
  margin-bottom: 2rem;
  box-shadow: none;
  border: 1px dotted black;
}

.panel h3:before {
  font-family: "Font Awesome 7 Free";
  content: "\f10d";
  margin-right: 4px;
}

.panel h5:after {
  font-family: "Font Awesome 7 Free";
  content: "\f10e";
  margin: right 14px;
}

footer {
  margin-top: auto;
}/*# sourceMappingURL=style.css.map */