/* Text Elements */

h1 {
  margin: 0 auto;
  padding-top: 0;
  padding-right: 0;
  max-width: none;
  color: #ffe08a;
  text-align: center;
  text-shadow: #ffa200 0 0 11px;
  font-size: 124px;
  font-family: 'Grenze Gotisch', cursive;
  line-height: 60px;
}

h1.big-coming-soon-text {
  text-align: center;
  line-height: 100px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 20px;
  border-bottom: .0625rem solid rgba(255, 162, 0, .43);
  color: #ffe08a;
  text-shadow: #ffa200 0 0 5px;
  font-weight: 400;
  font-size: 30px;
  font-family: 'Grenze Gotisch', cursive;
}

h2.zakkarii-card-title {
  margin-top: 0px;
  margin-bottom: 10px;
  border-bottom: .0625rem solid rgba(255, 162, 0, .43);
  color: #ffe08a;
  text-shadow: #ffa200 0 0 5px;
  font-weight: 400;
  font-size: 40px;
  font-family: 'Grenze Gotisch', cursive;
}

h3 {
  color: #ffa200;
  font-weight: 100;
  font-size: 25px;
  font-family: 'Space Grotesk', sans-serif;
}

h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #b88cff;
  font-weight: 400;
  font-size: 40px;
  font-family: 'Grenze Gotisch', cursive;
  line-height: 37px;
}
a {
    color: #b88cff;
}

a:hover {
  color: #0078e5;
  text-decoration: none;
}

p.paragraph.footer-text {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}

p.paragraph {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #d2d2d2;
  font-size: 18px;
  font-family: 'Space Grotesk', sans-serif;
  line-height: 22px;
}

p.paragraph b.paragraph-text-3 {
  font-weight: 400;
}

p.paragraph em.paragraph-text-4 {
  font-weight: 700;
}

p.paragraph a.inline-link {
  color: #b88cff;
}

p.paragraph.paragraph-2 {
  color: #bfbfbf;
}

p.paragraph a.paragraph-text-5 {
  color: #70bbff;
}

p.paragraph.coming-soon-text {
  margin-top: -14px;
  color: #ffe08a;
  font-style: italic;
}

p.paragraph a.inline-link:hover {
  color: #0078e5;
  text-decoration: none;
}

p.paragraph a.paragraph-text-5:hover {
  color: #0078e5;
  text-decoration: none;
}

ul.unorder-list {
  list-style-type: circle;
}

a.link-text.navbar-link {
  padding-right: 20px;
  padding-left: 20px;
  color: #5891ff;
  text-decoration: none;
  font-weight: 200;
  font-size: 22px;
  font-family: 'Space Grotesk', sans-serif;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}

a.zakkarii-tag-link {
  color: #5891ff;
  text-decoration: none;
  font-weight: 200;
  font-size: 16px;
  font-family: 'Space Grotesk', sans-serif;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
}
a.zakkarii-tag-link:focus {
  color: #ffe08a;
  text-decoration: underline;
}

a.zakkarii-tag-link:hover {
  color: #719aff;
  text-shadow: rgba(46, 144, 255, 1) 0 0 8px, #0007f7 0 2px 5px;
  font-weight: 800;

  -webkit-text-stroke-width: 0;
}

a.zakkarii-tag-link:active {
  color: #ffe08a;
}

a.link-text {
  color: #7a3bff;
}

a.link-text.navbar-link:focus {
  color: #ffe08a;
  text-decoration: underline;
}

a.link-text.navbar-link:hover {
  color: #719aff;
  text-shadow: rgba(46, 144, 255, 1) 0 0 8px, #0007f7 0 2px 5px;
  font-weight: 800;

  -webkit-text-stroke-width: 0;
}

a.link-text.navbar-link:active {
  color: #ffe08a;
}

.comment-person {
    color: #ffe08a;
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

.post-tags-align {
  text-align: center;
}

.comment-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}

.comment-border {
  border-bottom: .0625rem solid rgba(255, 162, 0, .43);
}


/* Interaction Elements */

a.link-button.default-button {
  display: block;
  margin: 6px auto;
  padding: 6px 12px;
  width: 30%;
  border: .1875rem double rgba(255, 162, 0, .43);
  border-radius: 20px;
  background-color: #000;
  color: #70bbff;
  text-align: center;
  text-decoration: none;
  font-weight: 200;
  font-size: 22px;
  font-family: 'Grenze Gotisch', cursive;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: scaleY(1) scaleX(1) scaleZ(1) translateY(0px);
     -moz-transform: scaleY(1) scaleX(1) scaleZ(1) translateY(0px);
          transform: scaleY(1) scaleX(1) scaleZ(1) translateY(0px);
}

a.link-button.default-button.v2-button {
  width: auto;
  border: .0625rem solid rgba(255, 162, 0, .43);
  background-color: #010115;
  box-shadow: none;
  color: #2d9bff;
}

a.link-button.default-button.v2-button:focus {
  box-shadow: #ffa200 0 0 10px 0;
}

a.link-button.default-button:hover {
  color: #0078e5;
  -webkit-transition-duration: .3s;
     -moz-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transform: scaleY(1) scaleX(1) scaleZ(1) translateY(2px);
     -moz-transform: scaleY(1) scaleX(1) scaleZ(1) translateY(2px);
          transform: scaleY(1) scaleX(1) scaleZ(1) translateY(2px);

  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0078e5;
}

a.link-button.default-button.v2-button:hover {
  background-color: #010115;
  box-shadow: #ffa200 0 0 10px 0;
  color: #2d9bff;

  -webkit-text-stroke-width: 0;
}

/* Layout Elements */

body {
  background-image: url('../images/Static%20Backdrop%201.png');
  background-attachment: fixed;
  background-position: center bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

body.body-1 {
  background-image: url('../images/Static%20Backdrop%201.png');
  background-attachment: fixed;
  background-position: center bottom;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.main-container {
  margin: 0 auto 20px;
  padding-top: 10px;
  width: 900px;
}

.container.header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  -ms-flex-align: center;
  margin-bottom: 10px;
  width: 100%;
  height: 150px;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.navbar-container {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: distribute;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  max-width: 899px;
  width: 100%;
  height: auto;
  border: .0625rem solid rgba(255, 162, 0, .43);
  background-color: #010115;

  -webkit-justify-content: space-around;
          justify-content: space-around;
}

.container.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
}

.container.content-container {
  -ms-flex-order: 1;
  padding: 0 20px 20px;
  border: .0625rem solid rgba(255, 162, 0, .43);
  background-color: #010115;

  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
     -moz-box-ordinal-group: 2;
          order: 1;
}

.container.sidebar-container {
  -ms-flex-order: 2;
  margin-left: 20px;
  padding-right: 10px;
  padding-left: 10px;
  width: 250px;
  border: .0625rem solid rgba(255, 162, 0, .43);
  background-color: #010115;

  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
     -moz-box-ordinal-group: 3;
          order: 2;
}

.container.footer-container {
  margin-top: 30px;
  margin-right: 0;
  margin-left: 0;
  padding: 10px 0;
  max-width: 899px;
  width: 100%;
  height: auto;
  border: .0625rem solid rgba(255, 162, 0, .43);
  background-color: #010115;
  background-image: none;
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: 0 0;
  background-repeat: no-repeat;

  background-blend-mode: normal;
}

.container.spacer-20px {
  min-height: 20px;
}

.container.spacer-40px {
  min-height: 40px;
}

.container.store-product-container {
  padding: 10px;
  border: .0625rem solid rgba(255, 162, 0, .43);
}

.container.spacer-60px {
  min-height: 60px;
}

.container.box-container.flex-mode {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: justify;
  -ms-flex-align: start;
  padding: 20px 20px 10px;
  border: .0625rem solid rgba(255, 162, 0, .43);

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
          align-items: flex-start;
}

.container.flex-left-column {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 20px;
  width: 50%;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
}

.container.flex-right-column {
  width: 50%;
}

div.responsive-picture.zakkarii-desk-pic {
  max-width: 400px;
}

div.responsive-picture.center-image.zakkarii-desk-pic {
  margin-right: auto;
  margin-left: auto;
}

li.list-item {
  color: #bd9b8d;
  font-style: italic;
  font-size: 18px;
  font-family: 'Space Grotesk', sans-serif;
}

.html-element.itch-widget {
  margin: 20px auto;
  width: 500px;
}

li.list-item.white-list-text {
  color: #bfbfbf;
}

li.list-item.list-item-1 {
  color: #ffe08a;
}


@media screen and (max-width: 63.625rem) {
  /* Text Elements */

  h1 {
    font-size: 109px;
  }

  /* Layout Elements */

  .container.navbar-container {
    max-width: 900px;
  }

  .container.content-wrapper {
    max-width: none;
  }

  .container.main-container {
    margin-right: auto;
    max-width: 95%;
    width: auto;
  }
}

@media screen and (max-width: 40.75rem) {
  /* Text Elements */

  h1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 67px;
    line-height: 55px;
  }

  a.link-text.navbar-link {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  /* Layout Elements */

  body {
    padding-right: 10px;
    padding-left: 10px;
  }

  .container.content-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .container.sidebar-container {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }

  .container.navbar-container {
    -ms-flex-pack: distribute;
    min-height: auto;
    max-width: 800px;
    width: auto;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }

  .container.main-container {
    max-width: 800px;
    width: auto;
  }

  .container.header-container {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    height: 110px;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .container.footer-container {
    max-width: 606px;
  }

  .container.box-container.flex-mode {
    -ms-flex-order: 0;

    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
       -moz-box-ordinal-group: 1;
            order: 0;
  }

  .container.flex-left-column {
    -ms-flex-order: 1;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    min-width: 0;
    max-width: none;
    width: 100%;

    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
            order: 1;
  }
}

@media screen and (max-width: 25rem) {
  /* Text Elements */

  h1 {
    margin-left: auto;
    padding-top: 0;
    max-width: none;
    text-align: center;
    font-size: 60px;
    line-height: 47px;
  }

  a.link-text.navbar-link {
    font-size: 18px;
  }

  /* Layout Elements */

  .container.header-container {
    -ms-flex-pack: center;
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    text-align: center;

    background-blend-mode: normal;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }

  .container.footer-container {
    max-width: 292px;
  }

  .container.flex-left-column {
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  .container.navbar-container {
    -ms-flex-pack: center;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
            justify-content: center;
  }
}