@font-face {
  font-family: "Hundar";
  src: url('Hundar-Regular.woff2') format('woff2');
}
body {
  padding-top: 4em;
  font-family: 'Hundar';
  font-size: 7pt;
  background-color: #ffe9cc;/*#ffe2bc;*/
  height: 760px;
  margin: 0;
}
div#main {
  width: 630px;
  margin: 0em auto 0em auto;
  background-color: #ffe9cc;/*#ffe2bc;*/
}
div#textbody {
  width: 630px;
  justify-content: center;
  align-items: center;
  margin: 0em auto 0em auto;
}
#navbar {
  font-family: 'Alegreya Sans';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #563232;/*RGB(34,60,149);*/
  color: #ffffff;
}
#navbar ul {
  text-align: center;
  margin: 0;
  padding: 1.5em 0;
}
#navbar ul li {
  display: inline;
  padding: 1em 1em;
  margin: 0;
  font-size: 2.0em;
}
#navbar a {
  color: #ffffff;
  text-decoration: none;
}
#navbar a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.Hundar {
  padding-top: 1em;
  font-size: 72pt;
  color: #392121;/*rgb(32,32,32);*/
  text-align: center;
}
.Hundar-2 {
  font-size: 18pt;
  color: rgb(181,29,0);
  text-align: center;
  padding-top: 0.5em;
}
.main-body {
  padding-top: 6em;
  height: 100%;
}
.section-title {
  color: RGB(181,29,0);
  text-align: center;
  font-size: 33pt;
}
.subsection-title {
  color: RGB(181,29,0);
  text-align: center;
  font-size: 22pt;
}
.subsubsection-title {
  color: RGB(181,29,0);
  text-align: center;
  font-size: 16pt;
}
p {
  font-size: 14pt;
  line-height: 1.3;
  text-align: justify;
  hyphens: auto;
  word-break: keep-all;
  overflow-wrap: break-word;
}
a {
  color: RGB(34,60,149);
  text-decoration: none;
}
a:hover {
  color: RGB(24,50,119);
  text-decoration: underline;
}
a[href^="https://github.com"] {
  background-image: url("./icon.github.png");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: calc(18rem / 14);
  min-height: calc(16rem / 14);
  background-size: calc(16rem / 14);
}
.list {
  font-size: 14pt;
  line-height: 1.3;
}
a[href^="https://discord.gg/j73mpRgmgd"] {
  background-image: url("./discord.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: calc(18rem / 14);
  min-height: calc(16rem / 14);
  background-size: calc(16rem / 14);
}
a[href^="https://emilydeoliveirasantos.substack.com/?r=1urmqa&utm_campaign=pub-share-checklist"] {
  background-image: url("./email.svg");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: calc(18rem / 14);
  min-height: calc(16rem / 14);
  background-size: calc(16rem / 14);
}
.center-kofi-patreon {
  text-align: center;
  justify-content: center;
}
.btn-container {
  margin-right: 20px;/* for the ko-fi button*/
}
.changes {
  font-size: 16pt;
}
.changes-year {
  color: RGB(181,29,0);
}
.supporters {
  font-size: 14pt;
  line-height: 1.3;
  text-align: justify;
  hyphens: auto;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media (max-width: 767px) {
  body {
    padding-top: 4em;
    font-size: 12pt;
    height: 760px;
    margin: 0;
  }
  div#main {
    width: 600px;
  }
  div#textbody {
    width: 600px;
  }
  #navbar {
    top: 0;
    left: 0;
    width: 100%;
  }
  #navbar ul {
    margin: 0;
    padding: 1.0em 0;
  }
  #navbar ul li {
    padding: 0em 0.75em;
    margin: 0;
    font-size: 2.0em;
  }
  .Hundar {
    padding-top: 1.05em;
    font-size: 90pt;
  }
  .Hundar-2 {
    font-size: 26pt;
    padding-top: 0.5em;
    line-height: 1.2;
  }
  .main-body {
    padding-top: 6em;
    height: 100%;
  }
  .section-title {
    font-size: 55pt;
  }
  .subsection-title {
    font-size: 40pt;
  }
  .subsubsection-title {
    font-size: 28pt;
  }
  p {
    font-size: 26pt;
    margin-left: 1.5em;
    margin-right: 1.5em;
    line-height: 1.2;
  }
  .list {
    font-size: 26pt;
  }
  .btn-container {
    margin-right: 20px;/* for the ko-fi button*/
  }
  .changes {
    font-size: 24pt;
    margin-left: 1.625em;
  }
  .supporters {
    font-size: 26pt;
    margin-left: 1.35em;
    text-align: justify;
    hyphens: auto;
    word-break: keep-all;
    overflow-wrap: break-word;
  }
}
/* Hide the div on larger screens */
@media (max-width: 767px) {
  .non-mobile-div {
    display: none;
  }
}
/* Show the div on non-mobile devices */
@media (min-width: 768px) {
  .non-mobile-div {
    display: block;
  }
}
/* Show the div on mobile devices */
@media (max-width: 767px) {
  .mobile-div {
    display: block;
  }
}
/* Hide the div on larger screens */
@media (min-width: 768px) {
  .mobile-div {
    display: none;
  }
}
.center-kofi {
  text-align: center;
  justify-content: center;
  padding-top: 0.25em;
  padding-bottom: 1.75em;
  margin-left: 1.25em;
}
.center-patreon {
  text-align: center;
  justify-content: center;
}
