@font-face {
  font-family: "TiamatCondensedSC-Regular";
  src: url("ui/TiamatCondensedSC-Regular/web/font/TiamatCondensedSC-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "IM Fell English SC";
  src: url("ui/IM_Fell_English_SC/IMFellEnglishSC-Regular.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Cinzel";
  src: url("ui/Cinzel/Cinzel-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("ui/libre-baskerville/LibreBaskerville-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("ui/libre-baskerville/LibreBaskerville-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Libre Baskerville";
  src: url("ui/libre-baskerville/LibreBaskerville-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("ui/Merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("ui/Merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("ui/Merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("ui/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("ui/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("ui/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("ui/Roboto/Roboto-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: url("ui/Roboto/Roboto-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
h1 {
  font-size: 3.05rem;
  line-height: 110%;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 2.66rem;
  line-height: 110%;
  letter-spacing: -0.02em;
}

h3 {
  font-size: 2.32rem;
  line-height: 110%;
  letter-spacing: -0.015em;
}

h4 {
  font-size: 2.03rem;
  line-height: 130%;
  letter-spacing: -0.015em;
}

h5 {
  font-size: 1.77rem;
  line-height: 130%;
  letter-spacing: -0.01em;
}

h6 {
  font-size: 1.54rem;
  line-height: 130%;
  letter-spacing: -0.005em;
}

body-lg {
  font-size: 1.35rem;
  line-height: 130%;
  letter-spacing: 0em;
}

body {
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.01em;
}

link {
  font-size: 1.17rem;
  line-height: 150%;
  letter-spacing: 0em;
}

caption {
  font-size: 0.89rem;
  line-height: 150%;
  letter-spacing: 0.05em;
}

/* The side navigation menu */
.sidebar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  width: 225px;
  position: fixed;
  overflow: auto;
  border-right: 2px solid rgba(238, 155, 58, 0.3);
  background: url("ui/journal-background.webp") repeat;
  box-shadow: rgba(50, 50, 93, 0.25) 0 13px 27px -5px, rgba(0, 0, 0, 0.3) 0 8px 16px -8px;
}
.sidebar .sidebar-top {
  display: flex;
  flex-direction: column;
}
.sidebar .sidebar-top .heading {
  font-family: "Cinzel";
  font-weight: bold;
  font-size: 1.5rem;
  padding-left: 10pt;
}
.sidebar .sidebar-top .about {
  font-style: italic;
  padding-left: 10px;
}
.sidebar a {
  display: block;
  font-family: "Roboto";
  color: #4e5287;
  padding: 12px 20px 10px;
  text-decoration: none;
}
.sidebar a.active {
  background-color: rgba(238, 155, 58, 0.3);
  color: #4e5287;
}
.sidebar a a:hover:not(.active):not(.bmc-link) {
  background-image: linear-gradient(to right, rgba(238, 155, 58, 0.9), rgba(238, 155, 58, 0.3));
  color: white;
}
.sidebar .bmc-cup {
  padding: 20px;
  width: 64px;
  margin-left: auto;
  margin-right: auto;
}
.sidebar .bmc-cup a {
  all: unset;
  display: block;
  cursor: pointer;
  text-align: center;
}
.sidebar .bmc-cup a img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  transition: transform 0.2s ease;
}
.sidebar .bmc-cup a img:hover {
  transform: scale(1.1);
}

.sidebar-toggle {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1001;
  background-color: rgba(238, 155, 58, 0.9);
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 240px;
    z-index: 1000;
  }
  .sidebar.open {
    transform: translateX(0);
  }
  .sidebar-toggle {
    display: block;
  }
  .sidebar-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 999;
  }
  .sidebar.open + .sidebar-overlay {
    display: block;
  }
}
html, body {
  scroll-behavior: smooth;
  font-family: "Merriweather";
  font-size: 1rem;
  color: #4e5287;
  margin: 0;
  padding: 0;
}
html h1, html h2, html h3, html h4, html h5, html h6, body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Cinzel";
  font-variant-caps: small-caps;
  letter-spacing: normal;
  font-weight: normal;
  border: none;
  margin-block-start: 0em;
  margin-block-end: 0em;
}
html h1, html h2, body h1, body h2 {
  margin-block-start: 0.3em;
  font-weight: bold;
}
html p, body p {
  margin-block-start: 0.5rem;
  margin-block-end: 0.5rem;
}

hr {
  border: 0;
  height: 1px;
  background: linear-gradient(to right, rgba(238, 155, 58, 0.17), rgb(255, 176, 123), rgba(238, 155, 58, 0.16));
  margin: 2em 0;
}

.page-heading {
  font-family: "TiamatCondensedSC-Regular";
  font-size: 6rem;
  line-height: 1.2;
  background-color: #333232;
  color: #f6f6f6;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #402505;
  margin-left: 225px;
  padding-left: 40px;
  word-break: break-word;
  overflow-wrap: break-word;
}
.page-heading .index-logo {
  padding-top: 20px;
  height: 76px;
  width: 76px;
}

.moduleGrid {
  width: 522px;
  background-color: rgb(234, 234, 234);
}

.moduleGridHeading {
  display: grid;
  grid-template-columns: 3fr 1fr;
  gap: 0rem;
}

.moduleGridWideSection {
  display: grid;
  grid-template-columns: 3fr;
  gap: 0rem;
}

.moduleGridThree {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.moduleGridTitle {
  font-family: "Arial", sans-serif;
  padding-top: 0.5rem;
  margin-left: 0.5rem;
}

.moduleSegment {
  display: grid;
  grid-template-columns: 80px 2fr;
  gap: 0.5rem;
  padding: 0.5rem;
}
.moduleSegment .segmentTitle {
  align-self: end;
  font-family: "Arial", sans-serif;
}
.moduleSegment .segmentContent {
  align-self: end;
  font-weight: normal;
}

.collection-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding-top: 30px;
  padding-left: 28px;
}
.collection-container .title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
}
.collection-container .title .icon {
  width: 40px;
  height: auto;
}
.collection-container .title h1 {
  margin: 0;
}
.collection-container .index-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
  width: 100%;
  padding-bottom: 20px;
}
.collection-container .index {
  display: block;
  margin-left: 20px;
}
.collection-container .index a {
  text-decoration: none;
}
.collection-container .index .about {
  font-family: "Roboto";
  font-size: 16pt;
  display: inline-block;
}
.collection-container .index .date {
  display: inline-block;
  margin-left: 10px;
  color: gray;
}

.content {
  padding: 1px 30px 0 30px;
  height: auto;
  margin-left: 225px;
}
.content .release-date {
  font-family: "Roboto";
}
.content .featured-article .release-date {
  font-size: 12pt;
  color: #F2EDD7;
}
.content img.hero {
  float: right;
  width: 30%;
  margin: 20px;
  border-radius: 12px; /* nicely rounded corners */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* subtle drop shadow */
}
.content .author {
  font-family: "Roboto";
}
.content .author .name {
  font-size: 16pt;
}
.content .author .date {
  font-style: italic;
}
.content .contact {
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px; /* Adjust spacing as needed */
}
.content .contact img.icon {
  display: grid;
  padding: 0;
  width: 48px;
}
.content .contact .email {
  display: grid;
}

.blog {
  padding: 10px;
}
.blog .title {
  font-weight: bold;
}
.site-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.site-footer .back-to-top {
  color: rgba(238, 155, 58, 0.9);
  text-decoration: none;
  font-size: 0.9rem;
}
.site-footer .back-to-top:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .content {
    margin-left: 0;
  }
  .collection-container .index-grid {
    grid-template-columns: 1fr;
  }
  .page-heading {
    font-size: 24pt;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 5px;
  }
  .page-heading img.index-logo {
    height: 30px;
    width: 30px;
    vertical-align: -4px;
  }
}

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