@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Roboto Condensed";
  src: url("../fonts/Roboto_Condensed/RobotoCondensed-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: "Aileron";
  src: url("../fonts/aileron.regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: "Aileron";
  src: url("../fonts/aileron.bold.otf") format("opentype");
  font-weight: 600;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", sans-serif;
  color: #303030;
  line-height: 1;
  margin: 1.5rem auto;}
  @media (prefers-color-scheme: dark) {
    h1, h2, h3, h4, h5, h6 {
      color: #ffffff; } }

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  display: inline-block;
}

h1 {
  font-size: 4rem; }

h2 {
  font-size: 3rem; }

h3 {
  font-size: 2.25rem; }

h4 {
  font-size: 2rem;
  color: #f85e23; }

h5 {
  font-size: 1.33rem;
  color: #737373; }
  @media (prefers-color-scheme: dark) {
    h5 {
      color: #a8d4ad; } }

h6 {
  font-size: 1rem; }

hr {
  border: none;
  border-top: #d4ddd5 solid 2px;
}

p, div {
  line-height: 1.5;
  font-family: "Aileron", sans-serif;
  font-size: 1.5rem; }

blockquote p:before {
  content: open-quote;
}
blockquote p:after {
  content: close-quote;
}

a {
  word-break: break-word;
  color: #164f6f;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: 4px dashed #164f6f; }
    @media (prefers-color-scheme: dark) {
      a:focus {
        outline: 4px dashed #ffffff; } }

article.article-content a {
  color: #1a21ff;
}

@media (prefers-color-scheme: dark) {
  article.article-content a {
    color: #a8aaff;
  }
}

.secondary-text {
  color: #737373; }

.upper-case {
  text-transform: uppercase; }

:not(pre) > code {
  padding: .1em;
  border-radius: .3em;
  white-space: normal;
  background: #f5f2f0;
}
code {
  color: black;
  background: none;
  text-shadow: 0 1px white;
  font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}


body {
  margin: 0;
  padding: 0; }

.flex {
  display: flex; }

.containers {
  padding: 3rem 0;
  background: #ffffff;
  color: #303030; }
  .containers h4 {
    margin-bottom: 4rem; }
  .containers.intro {
    padding: 3.75rem 0; }
  .containers.container-light {
    background: #d4ddd5;
    color: #000000; }
    @media (prefers-color-scheme: dark) {
      .containers.container-light {
        background: #000000;
        color: #d4ddd5; } }
  @media (prefers-color-scheme: dark) {
    .containers {
      background: #303030;
      color: #d4ddd5; }
      .containers a {
        color: #ffffff; } }
  .containers .content-wrapper {
    margin: 0 auto;
    max-width: 75%; }
    @media (min-width: 1900px) {
      .containers .content-wrapper {
        max-width: 55%; } }

    .content-wrapper img {
      max-width: 95%;
      height: auto;
    }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 100%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  margin: 0 2px 5px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.badge-info {
  background-color: #a8d4ad;
  color: #303030;
}

footer.containers {
  padding-bottom: 1.5rem;
  padding-top: 0; }

.text-center {
  text-align: center; }

.hidden {
  display: none; }

@media (max-width: 720px) {
  html {
    font-size: 12px; }

  .flex {
    display: block; } }
@media (min-width: 900px) {
  .shape-outside-left {
    float: left;
    shape-outside: url(/assets/images/about.png);
    width: 500px; } }

header {
  display: flex;
  align-items: center;
  background-color: #d4ddd5;
  color: #303030;
  font-family: "Aileron", sans-serif;
  padding: 0 2rem;
  font-size: 1.25rem; }
  @media (prefers-color-scheme: dark) {
    header {
      background-color: #000000;
      color: #d4ddd5; }
      header a {
        color: #ffffff; } }
  header h2 {
    margin: 0;
  }
  @media (max-width: 514px) {
    header {
      padding: 0;
    }
    header h2 {
      font-size: 1.25rem;
      margin: 0.7rem;
    } }
  header .menu-toggle {
    display: none; }
  header nav {
    margin-left: auto;
    max-width: 80%; }
    header nav ul {
      display: flex; }
      header nav ul li {
        list-style: none;
        margin: 0 1.5rem; }
        @media (max-width: 514px) {
          header nav ul li {
            margin: 0 0.75rem;
          }
        }
        header nav ul li a {
          text-decoration: none;
          font-family: "Aileron", sans-serif;
          font-size: 1.25rem; }

.ratings {
  display: flex; }
  .ratings span {
    width: 5px;
    height: 2px; }
    .ratings span .filled {
      background-color: #303030; }
    .ratings span .empty {
      background-color: #d4ddd5;
      border: #303030 1px solid; }

/* Thanks to Mary Lou and Codrops for this code.
 * Visit the tutorial here:
 * https://tympanus.net/codrops/2013/10/03/a-collection-of-separator-styles/ */
 @media (prefers-color-scheme: dark) {
  #bigTriangleShadow {
    background: #303030; } }
 #bigTriangleShadow #trianglePath1 {
  fill: #d4ddd5;
  stroke: #d4ddd5; }
  @media (prefers-color-scheme: dark) {
    #bigTriangleShadow #trianglePath1 {
      fill: #000000;
      stroke: #000000; } }
#bigTriangleShadow #trianglePath2 {
  fill: #737373;
  stroke: #737373; }

#curveDownColor {
  margin-bottom: -2.5em; }
  #curveDownColor path.dark {
    fill: #303030;
    color: #303030; }
  #curveDownColor path.light {
    fill: #ffffff;
    color: #ffffff; }
    @media (prefers-color-scheme: dark) {
      #curveDownColor path.light {
        fill: #303030;
        color: #303030; } }

.postbox-separator {
  margin: 6rem;
  border-color: #303030;
}
@media (prefers-color-scheme: dark) {
  .postbox-separator {
    border-color: #d4ddd5;
  }
}

a.primary-cta {
  background-color: #d4ddd5;
  margin: auto;
  padding: 0.5rem 1.5rem;
  font-size:1.75rem;
  display: block;
  width: max-content;
  max-width: 200px;
  text-align: center;
  font-weight: 600;
}

@media (prefers-color-scheme: dark) {
  a.primary-cta {
    background-color: #4f554f;
  }
}

.webrings {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  font-size: 1rem;
}

.webring-item {
  max-width: 275px;
}

.webring-item h2 {
  font-size: 2rem;
}

.webring-item p {
  font-size: 1rem;
}

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