/*
! tailwindcss v3.0.7 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

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

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}
  * {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
  article a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/* TOP NAV */
/* TOP NAV */
/* TOP NAV */
.main-nav {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 40;
}
@media (min-width: 640px) {

  .main-nav {
    position: relative;
  }
}
.main-nav {
  width: 100%;
  overflow: hidden;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-top-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(39 39 42 / var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-filter);
}
.nav-margins {
  padding-top: 5rem;
}
@media (min-width: 640px) {

  .nav-margins {
    padding-top: 3rem;
  }
}
.page-about .nav-margins {
  padding-top: 3rem;
}
@media (min-width: 640px) {

  .page-about .nav-margins {
    padding-top: 2rem;
  }
}
.page-comics .nav-margins {
  padding-top: 4rem;
}
@media (min-width: 640px) {

  .page-comics .nav-margins {
    padding-top: 1rem;
  }
}
@media (min-width: 768px) {

  .page-comics .nav-margins {
    padding-top: 3rem;
  }
}
#menu-icon-button {
  position: absolute;
  z-index: 20;
  margin: 0px;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  top: 8px;
  right: 23px;
}
@media (min-width: 450px) {

  #menu-icon-button {
    top: 12px;
  }

  #menu-icon-button {
    right: 23px;
  }
}
#menu-icon-button {
    cursor: pointer;
  }
.main-nav-link {
  display: inline-block;
  border-radius: 0.125rem;
  padding: 0.25rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  white-space: nowrap;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 450px) {

  .main-nav-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.main-nav-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.main-nav-link:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline-style: solid;
}
.main-nav-link .text-ch {
  display: inline;
}
@media (min-width: 640px) {

  .main-nav-link .text-ch {
    display: none;
  }
}
@media (min-width: 768px) {

  .main-nav-link .text-ch {
    display: inline;
  }
}
.nav-link-comics .text-ch {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
.main-nav-link.nav-link-comics[data-state="active"] {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(225 29 72 / var(--tw-border-opacity));
}
.main-nav-link.nav-link-comics[data-state="active"]:hover {
  border-color: transparent;
}
.nav-link-about .text-ch {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.main-nav-link.nav-link-about[data-state="active"] {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.main-nav-link.nav-link-about[data-state="active"]:hover {
  border-color: transparent;
}
.nav-link-articles .text-ch {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.main-nav-link.nav-link-articles[data-state="active"] {
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 2px;
  border-top-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.main-nav-link.nav-link-articles[data-state="active"]:hover {
  border-color: transparent;
}
.nav-link-shop .text-ch {
  --tw-text-opacity: 1;
  color: rgb(225 29 72 / var(--tw-text-opacity));
}
/* ********************************************************** */
/* MOBILE NAV */
/* MOBILE NAV */
.burger-icon {
  width: 40px;
}
@media (min-width: 450px) {

  .burger-icon {
    width: 54px;
  }
}
.potato-thought {
  position: absolute;
  z-index: 10;
  top: 4px;
  right: 8px;
  width: 100px;
}
@media (min-width: 450px) {

  .potato-thought {
    top: 7px;
  }

  .potato-thought {
    right: 5px;
  }

  .potato-thought {
    width: 128px;
  }
}
.expanded-nav-item {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.menu-open .expanded-nav-item {
  display: block;
  opacity: 1;
}
/* ********************************************************** */
/* SUB NAV */
/* SUB NAV */
.sub-nav {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0.25rem;
  padding-bottom: 0.75rem;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-filter);
}
@media (min-width: 640px) {

  .sub-nav {
    padding: 0.5rem;
  }
}
.sub-nav .nav-items-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.sub-nav-link {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  white-space: nowrap;
  font-size: .7rem;
  font-weight: 400;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
@media (min-width: 450px) {

  .sub-nav-link {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media (min-width: 640px) {

  .sub-nav-link {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sub-nav-link {
    font-weight: 600;
  }
}
/* ********************************************************** */
/* SOCIAL ICONS */
/* SOCIAL ICONS */
.social-nav .nav-items-list {
  display: flex;
  width: auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
@media (min-width: 640px) {

  .social-nav .nav-items-list {
    margin-left: 1rem;
  }

  .social-nav .nav-items-list {
    width: 5rem;
  }

  .social-nav .nav-items-list {
    justify-content: flex-end;
  }
}
.social-nav .nav-items-list li {
    line-height: 0;
  }
.social-icon {
  margin: 0.25rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 0.25rem;
  padding: 0.25rem;
  opacity: 0.5;
}
.social-icon:hover {
  opacity: 1;
}
.social-icon:focus {
  opacity: 1;
}
@media (min-width: 450px) {

  .social-icon {
    height: 1.75rem;
  }

  .social-icon {
    width: 1.75rem;
  }
}
@media (min-width: 640px) {

  .social-icon {
    height: 1.75rem;
  }

  .social-icon {
    width: 1.75rem;
  }
}
/* ********************************************************** */
/* MAIN CONTAINER, GENERAL */
/* MAIN CONTAINER, GENERAL */
.main-container {
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: repeat-x;
}
.main-container.page-comics {
  --tw-bg-opacity: 1;
  background-color: rgb(209 2 51 / var(--tw-bg-opacity));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #921216;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(146 18 22 / 0));
  --tw-gradient-to: #ed1c24;
}
.main-container.page-articles {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.main-container.page-about {
  --tw-bg-opacity: 1;
  background-color: rgb(12 74 110 / var(--tw-bg-opacity));
}
.main-container.page-fanart {
  --tw-bg-opacity: 1;
  background-color: rgb(255 132 0 / var(--tw-bg-opacity));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #ff6600;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 102 0 / 0));
  --tw-gradient-to: #ff9600;
}
.page-about .sub-nav-link {
  --tw-text-opacity: 1;
  color: rgb(224 242 254 / var(--tw-text-opacity));
}
.page-about .sub-nav-link:hover {
  --tw-text-opacity: 1;
  color: rgb(125 211 252 / var(--tw-text-opacity));
}
.page-about .sub-nav-link[data-state="active"] {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.content-heading {
    font-family: 'Fraunces', serif;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 2.5rem;
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-filter); 
  }
.content-bg {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
  border-radius: 0.75rem;
  padding: 1.5rem;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  line-height: 1.625;
}
@media (min-width: 768px) {

  .content-bg {
    width: 83.333333%;
  }

  .content-bg {
    max-width: 1024px;
  }
}
.content-bg {
    background-color: rgba(0,0,0,.7);
  }
.content-bg p {
  margin-bottom: 1.25rem;
}
/* ********************************************************** */
/* ********************************************************** */
/* FOOTER */
/* FOOTER */
/* FOOTER */
.footer-content {
  margin-left: auto;
  margin-right: auto;
  width: 92%;
}
@media (min-width: 768px) {

  .footer-content {
    width: 60%;
  }
}
.footer-links-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: transparent;
  font-size: 0.75rem;
  line-height: 1rem;
}
@media (min-width: 640px) {

  .footer-links-container {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.footer-links-container ul {
  margin-left: 1rem;
  margin-right: 1rem;
}
footer .social-nav .nav-items-list {
  margin-right: 0.5rem;
  width: auto;
  justify-content: flex-end;
}
.page-comics a.footer-link {
  --tw-text-opacity: 1;
  color: rgb(255 228 230 / var(--tw-text-opacity));
}
.page-about a.footer-link {
  --tw-text-opacity: 1;
  color: rgb(186 230 253 / var(--tw-text-opacity));
}
.page-articles a.footer-link {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
a.footer-link {
  white-space: nowrap;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
a.footer-link:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
a.footer-link:focus {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* ********************************************************** */
/* ********************************************************** */
/* COMICS */
/* COMICS */
/* COMICS */
/* COMICS */
.comics-content {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-filter);
}
@media (min-width: 768px) {

  .comics-content {
    flex-direction: row;
  }
}
.comics-content {
    width: 90%;
    max-width: 1100px;

  }
.comics-content ul {
  margin: 0px;
  list-style-type: none;
  padding: 0px;
}
.comics-strip-container {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  padding-bottom: 1rem;
}
.strip-450 .comics-strip-container {
  min-width: 325px;
}
@media (min-width: 640px) {

  .strip-large .comics-strip-container {
    min-width: 400px;
  }
}
.no-title .comics-strip-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* year, title */
.strip-info-container {
  align-self: flex-start;
}
.no-title .strip-info-container {
  margin-top: 1.5rem;
}
.with-year .strip-info-container {
  margin-top: 1rem;
}
.strip-450 .strip-info-container {
  width: 100%;
  align-self: auto;
}
@media (min-width: 768px) {

  .strip-450 .strip-info-container {
    margin-left: auto;
    margin-right: auto;
  }

  .strip-450 .strip-info-container {
    width: 420px;
  }
}
.strip-450 .strip-info-container {
    max-width: 420px;
  }
.comic-title-container {
  margin-bottom: 1rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
.comic-image-container {
  margin: 0px;
  min-height: 450px;
}
.with-title .comic-image-container {
  padding: 0px;
}
.with-title .comic-year-container {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.comic-image-container img {
    max-width: 100%;
    min-width: 320px;
    min-height: 320px;
  }
.comic-year-container .year-range {
  font-size: .7rem;
  --tw-text-opacity: 1;
  color: rgb(168 162 158 / var(--tw-text-opacity));
}
.comics-utils {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
@media (min-width: 768px) {

  .comics-utils {
    width: 300px;
  }

  .comics-utils {
    flex: none;
  }
}
.comics-utils {
    min-width: 300px;
  }
.utils-heading {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(41 37 36 / var(--tw-text-opacity));
}
/* COMICS BROWSE */
.comics-nav-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.neighbors-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.neighbor-container {
  overflow: hidden;
}
.neighbor {
  position: relative;
  display: block;
  height: 7rem;
  width: 7rem;
  border-radius: 0.25rem;
}
.neighbor-layer {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.neighbor-layer.layer-arrow {
  z-index: 20;
}
.neighbor-layer.layer-thumb {
  z-index: 10;
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {

  .neighbor-layer.layer-thumb {
    display: flex;
  }
}
.neighbor img.thumb {
  opacity: 0.5;
    width: 60px;
}
.neighbor img.icon-arrow {
  display: block;
  height: 2rem;
  width: 2rem;
}
.nav-random {
  margin-top: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-radius: 0.25rem;
  padding: 0.5rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.nav-browse-text {
  margin-left: 0.5rem;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.comics-browse-button {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline-width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.comics-browse-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(231 229 228 / var(--tw-bg-opacity));
}
.comics-browse-button:focus {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(168 162 158 / var(--tw-bg-opacity));
}
.comics-browse-button {
    border: 2px solid #eee;
  }
.neighbor:hover img.thumb, .neighbor:focus img.thumb {
  opacity: 0.8;
}
.comics-browse-button:hover .nav-browse-text {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.comics-browse-button:focus .nav-browse-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.comics-nav-container-mobile {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.comics-nav-container-mobile .comics-browse-button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0.25rem;
  padding: 0.25rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  outline-width: 0px;
}
@media (min-width: 450px) {

  .comics-nav-container-mobile .comics-browse-button {
    padding-right: 0.5rem;
  }
}
.comics-nav-container-mobile .comics-browse-button img.icon-arrow {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
}
.comics-nav-container-mobile .nav-browse-text {
  display: none;
}
@media (min-width: 450px) {

  .comics-nav-container-mobile .nav-browse-text {
    display: inline-block;
  }
}
img.icon-shuffle {
  display: block;
  height: 1.5rem;
  width: 1.5rem;
}
/* SHOP PROMOS */
.promo-list {
  display: flex;
  min-height: 300px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {

  .promo-list {
    flex-direction: column;
  }
}
.promo-image-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: block;
  width: 220px;
  overflow: hidden;
  border-radius: 0.25rem;
  padding: 1rem;
  text-align: center;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.promo-image-container:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.promo-image {
  display: block;
  border-radius: 0.25rem;
    max-width: 100%;
}
.promo-name {
  margin-top: 0.5rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.promo-name:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
/* ********************************************************** */
/* ********************************************************** */
/* ABOUT & ARTICLES */
/* ABOUT & ARTICLES */
/* ABOUT & ARTICLES */
/* ABOUT & ARTICLES */
/* ABOUT & ARTICLES */
/* ABOUT & ARTICLES */
.imgblock {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.imgblock img, .imgblock-header img {
  margin: auto;
  display: block;
  border-radius: 0.25rem;
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-filter);
}
.imgblock-header figcaption, .imgblock-header p, .imgblock figcaption, .imgblock p {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-style: italic;
}
.qa-q {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-weight: 700;
}
/* ARTICLE PAGES */
/* ARTICLE PAGES */
/* ARTICLE PAGES */
.article-list-item {
  display: block;
  height: 100%;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-filter);
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.article-list-item:hover {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-filter);
}
.article-content .article-thumb {
  display: contents;
}
.article-content a {
  --tw-text-opacity: 1;
  color: rgb(163 230 53 / var(--tw-text-opacity));
}
.article-content h3 {
    font-family: 'Fraunces', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(132 204 22 / var(--tw-text-opacity));
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-filter); 
  }
.article-content h4 {
    font-family: 'Fraunces', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
.article-content .imgblock {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.article-content .imgblock img {
  width: 91.666667%;
}
@media (min-width: 768px) {

  .article-content .imgblock img {
    width: 75%;
  }

  .article-content .imgblock img {
    min-width: 432px;
  }

  .article-content .imgblock img {
    max-width: 800px;
  }
}
.article-content .misc-img {
    text-align: center;
  }
.article-content .misc-img img ,
  .article-content .misc-img iframe {
    max-width: 90%;
    margin: auto;
  }
.article-content .imgblock figcaption, .article-content .imgblock p {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.article-content .shop-promo, .article-content blockquote {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 254 231 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.article-content blockquote {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-style: italic;
    border-left: 3px solid #15803d;
}
.article-content blockquote p {
    margin: 0;
  }
.article-content .shop-promo {
  border-radius: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}
.article-content .shop-promo a {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.article-content .shop-promo::before {
    content: '⬆️';
    margin-right: 0.5rem;
    display: inline-block;
  }
/* ********************************************************** */
/* ABOUT PAGES */
/* ABOUT PAGES */
/* ABOUT PAGES */
.about-content a {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}
.about-content .imgblock-header figcaption, .about-content .imgblock-header p, .about-content .imgblock figcaption, .about-content .imgblock p {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.about-content h3,
  .about-content h4 {
    font-family: 'Fraunces', serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(125 211 252 / var(--tw-text-opacity));
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-filter); 
  }
.about-content h4 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.about-content .imgblock {
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-evenly;
}
.about-content .imgblock.creators {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.about-content .imgblock.creators img {
  margin: 1rem;
  height: 9rem;
  width: 9rem;
  border-radius: 9999px;
}
@media (min-width: 640px) {

  .about-content .imgblock.creators img {
    height: 12rem;
  }

  .about-content .imgblock.creators img {
    width: 12rem;
  }
}
.about-content .imgblock-header {
  margin-top: 1rem;
  align-items: flex-end;
  justify-content: space-between;
}
@media (min-width: 640px) {

  .about-content .imgblock-header {
    display: flex;
  }

  .about-content .imgblock-header {
    flex-direction: row;
  }

  .about-content .imgblock-header h3 {
    margin-right: 1.5rem;
  }

  .about-content .imgblock-header h3 {
    margin-bottom: 2.5rem;
  }
}
/* ********************************************************** */
/* ********************************************************** */
/* LISTING PAGES (index or tag list pages) */
/* LISTING PAGES (index or tag list pages) */
/* LISTING PAGES (index or tag list pages) */
.comics-listings {
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  width: 92%;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.5rem;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  line-height: 1.625;
}
@media (min-width: 640px) {

  .comics-listings {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {

  .comics-listings {
    width: 83.333333%;
  }

  .comics-listings {
    max-width: 1024px;
  }
}
.comics-listings h2 {
    font-family: 'Fraunces', serif;
    margin-bottom: 1rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-filter); 
  }
.comics-listings h3 {
    font-family: 'Fraunces', serif;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 700;
    --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
    filter: var(--tw-filter);
    --tw-text-opacity: 1;
    color: rgb(190 18 60 / var(--tw-text-opacity));
  }
/* tags title */
.comics-listings h4 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
.comics-listings .tag-name {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
/* LISTING PAGE THUMBNAILS */
/* LISTING PAGE THUMBNAILS */
.comics-thumbnail-listing {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}
@media (min-width: 640px) {

  .comics-thumbnail-listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .comics-thumbnail-listing {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .comics-thumbnail-listing {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.comics-thumbnail-list-item {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.comic-strip-thumbnail {
  display: flex;
  height: 12rem;
  width: 10rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: hidden;
  border-radius: 0.25rem;
  padding: 0.75rem;
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(248 250 252 / var(--tw-border-opacity));
}
.comic-strip-thumbnail:hover {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
}
.comic-strip-thumbnail:focus {
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.comic-strip-thumbnail img {
  display: block;
  max-height: 8rem;
}
.comic-strip-thumbnail .comics-thumb-caption {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-top: 0.5rem;
  text-overflow: ellipsis;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1rem;
}
/* when thumb is in a grid, use full width */
@media (min-width: 640px) {

  .comics-thumbnail-listing .comic-strip-thumbnail {
    height: 14rem;
  }

  .comics-thumbnail-listing .comic-strip-thumbnail {
    width: 100%;
  }

  .comics-thumbnail-listing .comic-strip-thumbnail img {
    max-height: 10rem;
  }
}
/* ********************************************************** */
/* ********************************************************** */
/* FEATURE ITEM COMPONENT */
/* FEATURE ITEM COMPONENT */
/* FEATURE ITEM COMPONENT */
.comics-feature-item {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 244 / var(--tw-bg-opacity));
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media (min-width: 640px) {

  .comics-feature-item {
    flex-direction: row;
  }

  .comics-feature-item {
    align-items: center;
  }
}
h3.feature-strip-title {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.feature-strip-thumbnail-container {
  margin-bottom: 1rem;
  margin-right: 0px;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
}
@media (min-width: 640px) {

  .feature-strip-thumbnail-container {
    margin-bottom: 0px;
  }

  .feature-strip-thumbnail-container {
    margin-right: 1rem;
  }
}
.feature-strip-thumbnail-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media (min-width: 640px) {

  .feature-strip-thumbnail-container {
    max-width: 24rem;
  }
}
.feature-strip-thumbnail-container img {
  height: 100%;
  max-height: 20rem;
  width: auto;
}
@media (min-width: 640px) {

  .feature-strip-thumbnail-container img {
    height: auto;
  }
}
.feature-strip-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 640px) {

  .feature-strip-info {
    margin-bottom: 3rem;
  }
}
.comics-feature-item .tags-list li.tag-list-item {
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
}
/* ********************************************************** */
/* ********************************************************** */
/* GENERAL TAGS AND TAGS CONTAINER */
/* GENERAL TAGS AND TAGS CONTAINER */
/* GENERAL TAGS AND TAGS CONTAINER */
.tags-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tags-list li.tag-list-item {
  margin-bottom: 0.75rem;
  margin-right: 0.5rem;
  display: inline-block;
}
.tag, .tag.see-all {
  border-radius: 1.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.tag:hover, .tag.see-all:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tag:focus, .tag.see-all:focus {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* ********************************************************** */
/* ********************************************************** */
/* GENERAL TAG PAGE LISTING */
/* GENERAL TAG PAGE LISTING */
/* GENERAL TAG PAGE LISTING */
.tags-page h3 {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.tags-page .tag.see-all {
  border-width: 1px;
}
.tags-page .tag[data-size="1"] {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tags-page .tag[data-size="2"] {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tags-page .tag[data-size="3"] {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tags-page .tag[data-size="4"] {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tags-page .tag[data-size="5"] {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tags-page .tag[data-size="6"] {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tags-page .tag[data-size="7"] {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.all-tags.tags-page .tags-list li {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.all-tags.tags-page .tag {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
/* ********************************************************** */
/* ********************************************************** */
/* HOME PAGE */
/* HOME PAGE */
/* HOME PAGE */
.home {
  padding-bottom: 3rem;
}
.home .promo-container {
  margin-top: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 0.5rem;
}
.home .promo-list {
    /* @apply md:flex-row justify-between flex-wrap;
    @apply justify-center sm:justify-between; */
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
@media (min-width: 640px) {

  .home .promo-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {

  .home .promo-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {

  .home .promo-list {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
.home .promo-list {
    min-height: auto;
  }
.home .promo-image-container {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: auto;
  padding: 0.5rem;
}
/* ********************************************************** */
/* ********************************************************** */
.error-page {
  margin: auto;
  display: flex;
  width: 75%;
  flex-direction: row;
  align-items: center;
  padding: 2rem;
}
img[data-src], img.lazy {
    opacity: .15;
    transition: opacity 0.15s ease-out;
  }
img[data-loaded] {
    opacity: 1;
  }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.bottom-20 {
  bottom: 5rem;
}
.left-8 {
  left: 2rem;
}
.bottom-12 {
  bottom: 3rem;
}
.right-3 {
  right: 0.75rem;
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.m-4 {
  margin: 1rem;
}
.m-auto {
  margin: auto;
}
.m-0 {
  margin: 0px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-\[375px\] {
  height: 375px;
}
.h-7 {
  height: 1.75rem;
}
.max-h-40 {
  max-height: 10rem;
}
.min-h-\[40rem\] {
  min-height: 40rem;
}
.w-full {
  width: 100%;
}
.w-12 {
  width: 3rem;
}
.w-56 {
  width: 14rem;
}
.w-\[128px\] {
  width: 128px;
}
.max-w-screen-lg {
  max-width: 1024px;
}
.flex-none {
  flex: none;
}
.shrink {
  flex-shrink: 1;
}
.grow {
  flex-grow: 1;
}
.auto-rows-max {
  grid-auto-rows: max-content;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-6 {
  gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-sky-300 {
  --tw-border-opacity: 1;
  border-color: rgb(125 211 252 / var(--tw-border-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-bottom {
  background-position: bottom;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-0 {
  padding: 0px;
}
.p-6 {
  padding: 1.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-semibold {
  font-weight: 600;
}
.font-light {
  font-weight: 300;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.text-rose-700 {
  --tw-text-opacity: 1;
  color: rgb(190 18 60 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.text-stone-700 {
  --tw-text-opacity: 1;
  color: rgb(68 64 60 / var(--tw-text-opacity));
}
.text-slate-50 {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}
.text-sky-50 {
  --tw-text-opacity: 1;
  color: rgb(240 249 255 / var(--tw-text-opacity));
}
.text-teal-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 250 / var(--tw-text-opacity));
}
.text-teal-300 {
  --tw-text-opacity: 1;
  color: rgb(94 234 212 / var(--tw-text-opacity));
}
.text-rose-500 {
  --tw-text-opacity: 1;
  color: rgb(244 63 94 / var(--tw-text-opacity));
}
.text-zinc-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 216 / var(--tw-text-opacity));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-filter);
}
.filter {
  filter: var(--tw-filter);
}
@media (min-width: 640px) {

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:items-start {
    align-items: flex-start;
  }
}
@media (min-width: 768px) {

  .md\:left-\[15\%\] {
    left: 15%;
  }

  .md\:right-\[15\%\] {
    right: 15%;
  }

  .md\:m-0 {
    margin: 0px;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }
}
@media (min-width: 1024px) {

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 450px) {

  .xs\:mr-4 {
    margin-right: 1rem;
  }

  .xs\:mt-16 {
    margin-top: 4rem;
  }

  .xs\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
