/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––

- Grid
- Base Styles
- Typography
- Links
- Code
- Spacing
- Utilities
- Misc
- Credit footer

*/

/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
  box-sizing: border-box;
}
.column {
  position: center;
  width: 100%;
  float: center;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 0;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
}

/* Base Styles
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
  html is set to 62.5% so that all the REM measurements throughout Skeleton
  are based on 10px sizing. So basically 1.5rem = 15px :) */

html {
  font-size: 100%;
}

/* Dark/light mode detection (comment this section out and use the one below for a fixed background color) */
@media (prefers-color-scheme: dark) {
  body {
    font-size: 18px;
    line-height: 24px;
    font-weight: regular;
    background: white;
    font-family: "novela", serif;
    color: #222;
  }
}
@media (prefers-color-scheme: light) {
  body {
    font-size: 18px;
    line-height: 24px;
    font-weight: regular;
    background: white;
    font-family: "novela", serif;
    color: #222;
  }
}

body::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: fixed;
  background-image: url("img/mm-paper.jpg");
  background-size: 500px 500px;
  background-position: top;
  background-repeat: repeat;
  background-attachment: scroll;
  z-index: 1;
  mix-blend-mode: multiply;
  pointer-events: none;
}

/* Use this for a fixed background color instead of dark and light mode
    body {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      font-family: "Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial,
        sans-serif;
    }
*/

/* Typography
  –––––––––––––––––––––––––––––––––––––––––––––––––– */

@font-face {
  font-family: "basier_square-narrow";
  src: url("fonts/basiersquarenarrow-regular-webfont.woff2") format("woff2"),
    url("fonts/basiersquarenarrow-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "novelaposter";
  src: url("fonts/novela-poster-mm.woff2") format("woff2"),
    url("fonts/novela-poster-mm.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "novelaposter";
  src: url("fonts/novela-posteritalic-mm.woff2") format("woff2"),
    url("fonts/novela-posteritalic-mm.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "basier_circlebold";
  src: url("fonts/basiercircle-bold-webfont.woff2") format("woff2"),
    url("fonts/basiercircle-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "basier_circlebold_italic";
  src: url("fonts/basiercircle-bolditalic-webfont.woff2") format("woff2"),
    url("fonts/basiercircle-bolditalic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "basier_circleregular";
  src: url("fonts/basiercircle-regular-webfont.woff2") format("woff2"),
    url("fonts/basiercircle-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "novela";
  src: url("../fonts/Novela-Black.woff2") format("woff2"),
    url("../fonts/Novela-Black.woff") format("woff");
  font-weight: bolder;
  font-style: normal;
}

@font-face {
  font-family: "novela";
  src: url("fonts/Novela-BlackItalic.woff2") format("woff2"),
    url("fonts/Novela-BlackItalic.woff") format("woff");
  font-weight: bolder;
  font-style: italic;
}

@font-face {
  font-family: "novela";
  src: url("fonts/Novela-Bold.woff2") format("woff2"),
    url("fonts/Novela-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "novela";
  src: url("fonts/Novela-BoldItalic.woff2") format("woff2"),
    url("fonts/Novela-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: "novela";
  src: url("fonts/Novela-Regular.woff2") format("woff2"),
    url("fonts/Novela-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "novela";
  src: url("fonts/Novela-RegularItalic.woff2") format("woff2"),
    url("fonts/Novela-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "novela";
  src: url("fonts/Novela-Semibold.woff2") format("woff2"),
    url("fonts/Novela-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "novela";
  src: url("fonts/Novela-SemiboldItalic.woff2") format("woff2"),
    url("fonts/Novela-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: "dot_alpemregular";
  src: url("fonts/dotalpem-regular-ujwpu4-webfont.woff2") format("woff2"),
    url("fonts/dotalpem-regular-ujwpu4-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "basier_square_monoregular";
  src: url("fonts/basiersquaremono-regular-webfont.woff2") format("woff2"),
    url("fonts/basiersquaremono-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

h1 {
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 800;
}
h1 {
  font-size: 0px;
  line-height: 0px;
  letter-spacing: 0;
}

h1:before {
  content: "";
  background-image: url("img/logo_for_linkstack.png");
  height: 50px;
  display: block;
  width: 100%;
  background-size: 300px;
  background-repeat: no-repeat;
  background-position: center;
}

h3,
h2 {
  font-family: "basier_square-narrow";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: normal;
}

h2 {
  font-size: 1.2em;
}

.button {
  font-family: basier_circleregular;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  border-radius: 23px;
  color: black !important;
  font-size: 0.8em;
  position: relative;
  padding-left: 3em;
  padding-right: 3em;
  box-sizing: border-box;
  width: 100%;
  max-width: 400px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: 0.3s ease all;
}

.button:hover {
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  transition: 0.3s ease all;
}

.button.button-custom_website {
  color: #000;
  background-color: hsla(0, 0%, 0%, 0.1);
  transition: 0.3s all ease;
}

.button.button-custom_website::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  border: 4px solid hsla(0, 0%, 0%, 1);
  box-sizing: border-box;
  border-radius: 23px;
  opacity: 0.25;
}

.button.button-custom_website:hover {
  color: #fff !important;
  background-color: hsla(0, 0%, 0%, 1);
  transition: 0.3s all ease;
}

.button:hover img.icon {
  filter: invert(0);
  transition: 0.3s all ease;
}

.button.button-patreon {
  background-color: hsla(357, 100%, 63%, 0.25);
  transition: 0.3s all ease;
}

.button.button-patreon::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  border: 4px solid hsla(357, 100%, 63%, 1);
  box-sizing: border-box;
  border-radius: 23px;
  opacity: 0.5;
}

.button.button-patreon:hover {
  color: #fff !important;
  background-color: hsla(357, 100%, 63%, 1);
  transition: 0.3s all ease;
}

.button.button-instagram {
  background-image: linear-gradient(
    -135deg,
    hsla(246, 100%, 39%, 0.25),
    hsla(302, 100%, 36%, 0.25),
    hsla(0, 100%, 48%, 0.25)
  );
  transition: 0.3s all ease;
}

.button.button-instagram::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  border: 4px solid grey;
  box-sizing: border-box;
  border-radius: 23px;
  mix-blend-mode: color-burn;
  opacity: 0.75;
}

.button.button-instagram:hover {
  color: #fff !important;
  background-image: linear-gradient(
    -135deg,
    hsla(246, 100%, 39%, 1),
    hsla(302, 100%, 36%, 1),
    hsla(0, 100%, 48%, 1)
  );
  transition: 0.3s all ease;
}

.button.button-instagram:hover::before {
  border: 0;
}

.button.button-facebook {
  background-color: hsla(214, 89%, 52%, 0.25);
  transition: 0.3s all ease;
}

.button.button-facebook::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  border: 4px solid hsla(214, 89%, 52%, 1);
  box-sizing: border-box;
  border-radius: 23px;
  opacity: 0.5;
}

.button.button-facebook:hover {
  color: #fff !important;
  background-color: hsla(214, 89%, 52%, 1);
  transition: 0.3s all ease;
}

.button.button-twitter {
  background-color: hsla(203, 89%, 53%, 0.25);
  transition: 0.3s all ease;
}

.button.button-twitter::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  border: 4px solid hsla(203, 89%, 53%, 1);
  box-sizing: border-box;
  border-radius: 23px;
  opacity: 0.5;
}

.button.button-twitter:hover {
  color: #fff !important;
  background-color: hsla(203, 89%, 53%, 1);
  transition: 0.3s all ease;
}

.button.button-bluesky {
  background-color: hsla(203, 89%, 53%, 0.25);
  transition: 0.3s all ease;
  border: 0;
  background-image: url(img/bluesky-clouds.png);
  background-size: 500px 125px;
  background-position: center;
}

.button.button-bluesky::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  border: 4px solid hsla(203, 89%, 53%, 1);
  box-sizing: border-box;
  border-radius: 23px;
  opacity: 0.5;
}

.button.button-bluesky:hover {
  color: #fff !important;
  background-color: hsla(203, 89%, 53%, 1);
  transition: 0.3s all ease;
}

a.social-link i.social-icon {
  filter: invert(0.5);
}

img.icon {
  filter: invert(1);
  position: absolute;
  left: 1em;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 0px;
    line-height: 0px;
  }
}

p {
  margin-top: 0;
}

/* Links
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #0085ff;
  text-decoration: none;
}
a:hover {
  color: #0085ff;
}

.spacing {
  padding: 0 10px;
}

.social-icon {
  font-size: 32px;
  padding: 10px;
}
.social-icon-div {
  padding-bottom: 30px;
}
.social-icon {
  color: #fff;
}

/* Code
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
}
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Spacing
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
p,
ol {
  margin-bottom: 2.5rem;
}

/* Utilities
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}

/* Misc
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #e1e1e1;
}

.sharediv {
  padding-bottom: 0 !important;
}

@media (prefers-color-scheme: dark) {
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #171a1d #31363b;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #31363b;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #171a1d;
    border-radius: 30px;
    border: 3px none #ffffff;
  }
}

@media (prefers-color-scheme: light) {
  /* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    scrollbar-color: #323232 #dbdbdb;
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 8px;
  }

  *::-webkit-scrollbar-track {
    background: #dbdbdb;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #323232;
    border-radius: 30px;
    border: 3px none #ffffff;
  }
}

@media screen and (max-width: 600px) {
  #linkstack-adminbar {
    position: fixed !important;
  }
}

/* Credit footer
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Styling for credit footer text */
.credit-txt {
  font-weight: 700;
  font-size: 15px;
  text-decoration: none;
}

.credit-hover {
  display: none !important;
}

/* Some fonts shift the credit footer icon around 
/* You can uncomment this to hide the icon and only display the text
.credit-icon {
  display: none; }
.credit-footer {
  position: relative;
  right: 15px; }
*/

/* Switches text color for credit footer for dark/light mode */
@media (prefers-color-scheme: dark) {
  .credit-txt-clr {
    color: #fff !important;
  }
}
@media (prefers-color-scheme: light) {
  .credit-txt-clr {
    color: #100a26 !important;
  }
}
