@charset "UTF-8";
/*

	2024 PERSONAL BLOG
	VERSION 2.0 [MAIN]

	-----------------------------------------

	developer: 	Michel Joanisse
	email: 		  mich.joanisse@gmail.com

*/
@import url("https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap");
/* @font-face {
  font-family:'SF Pro Display Blk';
  src: url(/assets/neue-haas-grotesk/NeueHaasGrotTextRound-55Roman-Web-918d6c0071910d16c58bb45eeb08e87598b004241f36359a15adc8eec053d0dc.eot);
  font-weight:400;
  font-style:normal;
} */
@font-face {
  font-family: "SF Pro Display Bld";
  src: url("../fonts/SFProDisplay-Bold.ttf");
  font-weight: 400;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

i {
  font-style: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  background: #252420;
  font-family: "Helvetica Neue", Helvetica, Arial;
}

h1 {
  margin-bottom: 0.5555555556em;
  font-size: 4.5em;
  font-size: 72px;
  font-size: 450%;
  line-height: 1.1;
}

button {
  cursor: pointer;
  background: 0;
  padding: 0;
  border: 0;
}

a {
  color: inherit;
}

:focus {
  outline: 0;
}

p {
  margin-bottom: 32px;
}

.text-highlight {
  background: #F7C300;
}

p code {
  font-size: 88%;
}

.questions {
  background: #F5EEF5;
  padding: 20px;
  margin-bottom: 40px;
}
.questions p {
  margin-bottom: 20px;
}
.questions :last-child {
  margin: 0;
}

.dialogue {
  background: #F5EEF5;
  padding: 20px;
  margin-bottom: 40px;
}
.dialogue p {
  margin-bottom: 20px;
}
.dialogue :last-child {
  margin: 0;
}

.pg-home {
  background: #1ED761;
}

.stars-divider {
  opacity: 0.5;
  text-align: center;
}
.stars-divider.l-align {
  text-align: left;
}

.clr-mode-anims-bp {
  display: none;
}

.logo {
  margin-top: 2.25em;
  margin-left: 2.25em;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  width: 6em;
  height: 6em;
  background-color: #fff;
  color: #180E09;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("../images/MichJadeJan2022_7-L.jpg");
  background-repeat: no-repeat;
  background-position: 0 30.25em;
  background-size: 105%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background 0s 0s ease;
  -moz-transition: background 0s 0s ease;
  -ms-transition: background 0s 0s ease;
  -o-transition: background 0s 0s ease;
  transition: background 0s 0s ease;
}
.logo:hover, .logo:focus {
  background-color: #000;
  background-position: 0 50%;
  -webkit-transition: background 300ms 100ms ease;
  -moz-transition: background 300ms 100ms ease;
  -ms-transition: background 300ms 100ms ease;
  -o-transition: background 300ms 100ms ease;
  transition: background 300ms 100ms ease;
}
.logo:hover .logo__sigil, .logo:focus .logo__sigil {
  -webkit-transform: translateY(-96px) rotate(180deg);
  -moz-transform: translateY(-96px) rotate(180deg);
  -ms-transform: translateY(-96px) rotate(180deg);
  -o-transform: translateY(-96px) rotate(180deg);
  transform: translateY(-96px) rotate(180deg);
  opacity: 0;
}
.logo:focus {
  border: 5px solid #7573E6;
}
.logo:active {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/MichJadeJan2022_7-L.jpg");
  border: 5px solid #1ED761;
}

.logo--purple {
  background-color: #7200FF;
}
.logo--purple .logo__sigil {
  fill: #fff;
}

.logo-w {
  width: 100%;
}

.logo--home-pg {
  position: relative;
}

.logo__text {
  position: absolute;
  left: -999em;
  top: 0;
}

.logo__sigil {
  width: 2.625em;
  height: 2.625em;
  -webkit-transition: transform 300ms 100ms ease, opacity 300ms 100ms ease;
  -moz-transition: transform 300ms 100ms ease, opacity 300ms 100ms ease;
  -ms-transition: transform 300ms 100ms ease, opacity 300ms 100ms ease;
  -o-transition: transform 300ms 100ms ease, opacity 300ms 100ms ease;
  transition: transform 300ms 100ms ease, opacity 300ms 100ms ease;
}

.master-main--home {
  grid-template-rows: auto 1fr;
  background: #180E09;
  grid-gap: 3.25em;
  align-items: center;
  position: relative;
  display: grid;
  height: 100vh;
}

.intro {
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -ms-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
  width: 100%;
  display: grid;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  color: #fff;
}

.intro__text {
  padding: 0 3.25em;
  max-width: 40em;
  position: relative;
  z-index: 2;
}

.handle {
  text-decoration: underline;
}
.handle:hover {
  color: #5CE1FF;
}
.handle:active {
  color: black;
  user-select: none;
}

.handle--wrangler {
  color: #FFA647;
}

.handle--dad {
  color: #FA0271;
}

.bio-desc {
  font-size: 2em;
  font-size: 200%;
  line-height: 1.4;
}

.bg-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-size: cover;
  opacity: 0;
  -webkit-transition: opacity 1s 250ms ease;
  -moz-transition: opacity 1s 250ms ease;
  -ms-transition: opacity 1s 250ms ease;
  -o-transition: opacity 1s 250ms ease;
  transition: opacity 1s 250ms ease;
}

.bg-image__filter {
  mix-blend-mode: screen;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.bg-image--ns {
  background-image: url("../images/Michel_Joanisse-800060722_1.jpg");
  background-position: 50% 25%;
}

.bg-image--ranch {
  background-image: url("../images/MichRanch-L.jpg");
  background-position: 50% 25%;
}

.bg-image--ns .bg-image__filter {
  background: rgba(63, 33, 16, 0.8);
  mix-blend-mode: normal;
}

.bg-image--ranch .bg-image__filter {
  background: #FFA647;
}

.theme-dad {
  background: #23221E;
}
.theme-dad .bg-image--ns {
  opacity: 1;
}
.theme-dad .logo {
  background-color: #23221E;
}
.theme-dad .logo__sigil {
  fill: #FA0271;
}
.theme-dad .master-main--home {
  background: #FA0271;
}
.theme-dad .intro {
  color: #fff;
}
.theme-dad .handle {
  color: #fff !important;
}
.theme-dad .handle:hover {
  color: #FA0271 !important;
  background: #23221E;
}
.theme-dad .handle:active {
  color: #fff !important;
}

.theme-wrangler {
  background: #551568;
}
.theme-wrangler .bg-image--ranch {
  opacity: 1;
}
.theme-wrangler .logo {
  background-color: #551568;
}
.theme-wrangler .logo__sigil {
  fill: #FFA647;
}
.theme-wrangler .master-main--home {
  background: #FFA647;
}
.theme-wrangler .intro {
  color: #551568;
}
.theme-wrangler .handle {
  color: #551568 !important;
}
.theme-wrangler .handle:hover {
  color: #FFA647 !important;
  background: #551568;
}
.theme-wrangler .handle:active {
  color: #fff !important;
}

.me {
  background-image: linear-gradient(#1F0C46, #221206);
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.me__image {
  mix-blend-mode: screen;
  max-width: 1024px;
  display: block;
  height: auto;
  width: 80%;
}

.writing-mast {
  background: #1F0C46;
  color: #fff;
  clear: both;
}

.writing__header {
  display: flex;
  padding: 192px 0;
  align-items: center;
  justify-content: center;
  line-height: 1.52380952;
}
.writing__header p {
  margin-bottom: 24px;
}
.writing__header p:last-child {
  margin: 0;
}

.writing__header-bd {
  max-width: 20em;
  font-size: 2em;
  padding: 1.75em;
}

.writing__brief {
  opacity: 0.9;
  margin: 0;
}

.writing__heading {
  font-size: inherit;
  font-size: 2.25em;
  margin-bottom: 0.4444444444em;
  font-family: "Fjalla One";
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
}

.articles-list {
  padding-bottom: 96px;
  max-width: 90vw;
  margin: 0 auto;
}

.article-link {
  display: block;
  padding: 0 10vh;
  padding-top: 49.65278%;
  position: relative;
  margin-bottom: 5vw;
  text-decoration: none;
  transition: all 250ms ease;
  text-align: center;
  height: 0;
}
.article-link:last-child {
  margin: 0;
}

.article-link-title {
  font-size: 4em;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  position: absolute;
  line-height: 1.1;
  padding: 0 16vw;
  display: flex;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.article-link-title.small {
  font-size: 4.4444444444vw;
}
.article-link-title br {
  display: none;
}

.article-link:nth-child(4n+1) {
  background: #8B8796;
  color: #080C18;
}

.article-link:nth-child(4n+2) {
  background: #635F70;
  color: #F6F7FB;
}

.article-link:nth-child(4n+3) {
  background: #BEBDC3;
  color: #1D212D;
}

.article-link:nth-child(4n+4) {
  background: #453D54;
  color: #E2E6F2;
}

.article-link--819201:hover, .article-link--819201:focus {
  background: #FB6172;
  color: #180C06;
}
.article-link--819201:active {
  background: #180C06;
  color: #FB6172;
}

.article-link--1012201:hover, .article-link--1012201:focus {
  background: #03464F;
  color: #E6615C;
}
.article-link--1012201:active {
  background: #E6615C;
  color: #03464F;
}

.article-link--1012202:hover, .article-link--1012202:focus {
  background: #5D3755;
  color: #FE5D17;
}
.article-link--1012202:active {
  background: #FE5D17;
  color: #5D3755;
}

.article-link--7574821:hover, .article-link--7574821:focus {
  background: #472466;
  color: #48EACF;
}
.article-link--7574821:active {
  background: #48EACF;
  color: #472466;
}

.article-link--2512121:hover, .article-link--2512121:focus {
  background: #90C3FD;
  color: #040396;
}
.article-link--2512121:active {
  background: #040396;
  color: #90C3FD;
}

.article-link--3002121:hover, .article-link--3002121:focus {
  background: #252527;
  color: #6CE694;
}
.article-link--3002121:active {
  background: #6CE694;
  color: #252527;
}

.article-link--181123:hover, .article-link--181123:focus {
  background: #FF22C3;
  color: #A7F944;
}
.article-link--181123:active {
  background: #A7F944;
  color: #FF22C3;
}

.article-link--120324:hover, .article-link--120324:focus {
  background: #000;
  color: #FF1A94;
}
.article-link--120324:active {
  background: #FF1A94;
  color: #000;
}

.article-link--250324:hover, .article-link--250324:focus {
  background: #005498;
  color: #FABE20;
}
.article-link--250324:active {
  background: #FABE20;
  color: #005498;
}

.article-link--170424:hover, .article-link--170424:focus {
  background: #2A0A37;
  color: #22CCC3;
}
.article-link--170424:active {
  background: #22CCC3;
  color: #2A0A37;
}

.article-link--190424:hover, .article-link--190424:focus {
  background: #F74BCC;
  color: #F5EEF5;
}
.article-link--190424:active {
  background: #F5EEF5;
  color: #F74BCC;
}

.article-link--280424:hover, .article-link--280424:focus {
  background: #057249;
  color: #8BFF25;
}
.article-link--280424:active {
  background: #8BFF25;
  color: #057249;
}

.article-link--170624:hover, .article-link--170624:focus {
  background: #000;
  color: #D8BE47;
}
.article-link--170624:active {
  background: #D8BE47;
  color: #000;
}

.header-util-buttons {
  display: flex;
  align-items: center;
  position: absolute;
  top: 2em;
  right: 2em;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background: rgba(21, 21, 21, 0.975);
  display: none;
  justify-content: center;
  box-sizing: border-box;
  padding: 10vw;
  color: #fff;
}
.modal.on {
  display: flex;
}

.modal__close-button {
  display: block;
  position: fixed;
  top: 32px;
  right: 32px;
}
.modal__close-button:focus {
  outline: 4px solid #7573E6;
}
.modal__close-button:active {
  outline-color: #00B9AD;
  transform: scale(1.125);
}

.modal__cb-icon {
  fill: #fff;
  display: block;
  width: 32px;
  height: 32px;
}

.modal__bd {
  line-height: 1.33333333;
  max-width: 24.1666666em;
  font-size: 1.3125em;
  font-weight: bold;
  margin-top: 20vh;
  font-size: 24px;
}
.modal__bd a {
  color: #B1F9F3;
  font-style: italic;
}
.modal__bd a:focus, .modal__bd a:hover {
  color: #D8FCF7;
  border-bottom: 3px solid #D8FCF7;
}
.modal__bd a:active {
  color: #fff;
}

.theme-64530121 .art-header {
  margin-top: 10vh;
}
.theme-64530121 .header-mast {
  background: #2039A9;
  color: #3AD4FF;
}
.theme-64530121 .header-mast-banner {
  max-width: 700px;
  margin: 0 auto;
}
.theme-64530121 .art-bd-lead {
  color: #3AD4FF;
  background: #040D71;
}

.theme-730421 .header-mast {
  background: #472466;
  color: #48EACF;
}

.theme-10261121 .header-mast {
  background: #252527;
  color: #6CE694;
}

.theme-819201 .header-mast {
  background: #FB6172;
  color: #180C06;
}
.theme-819201 .art-bd-lead {
  color: #FF89EE;
  background: #2F1245;
}

.theme-1012201 .header-mast {
  background: #03464F;
}
.theme-1012201 .mast-heading {
  color: #E6615C;
  font-family: Poppins;
}
.theme-1012201 .auth-date {
  color: #88EFAD;
}
.theme-1012201 .art-header {
  margin-top: -20vh;
}
.theme-1012201 .art-bd-lead {
  color: #03464F;
  background: #8DF6B2;
}

.theme-230224 .header-mast {
  background: #FF22C3;
}
.theme-230224 .mast-heading {
  color: #A7F944;
  max-width: none;
  line-height: 1.25;
}
.theme-230224 .auth-date {
  color: #A7F944;
}
.theme-230224 pre {
  display: inline;
}

.theme-1012202 .mast-heading {
  color: #FE5D17;
  font-family: Poppins;
}
.theme-1012202 .art-bd-lead {
  color: #5D3755;
  background: #FE5D17;
}
.theme-1012202 .header-mast {
  background: #5D3755;
}
.theme-1012202 .auth-date {
  color: #FE5D17;
}

.theme-201220 .art-bd-lead {
  background: #001714;
  color: #FE5D17;
}

.theme-120324 .header-mast {
  background: #000;
}
.theme-120324 .mast-heading {
  color: #FF1A94;
}
.theme-120324 .auth-date {
  color: #FF1A94;
}
.theme-120324 .art-bd-lead {
  background: #FF1A94;
  color: #000;
}

.theme-3002121 .header-mast {
  background: #252527;
}
.theme-3002121 .mast-heading {
  color: #6CE694;
}
.theme-3002121 .auth-date {
  color: #6CE694;
}
.theme-3002121 .art-bd-lead {
  background: #6CE694;
  color: #252527;
}
@media (min-width: 1152px) {
  .theme-3002121 .mast-heading {
    max-width: 50vw;
  }
}

.theme-170424 .header-mast {
  background: #2A0A37;
}
.theme-170424 .mast-heading {
  color: #22CCC3;
}
.theme-170424 .auth-date {
  color: #22CCC3;
}
.theme-170424 .art-bd-lead {
  background: #22CCC3;
  color: #2A0A37;
}
@media (min-width: 1152px) {
  .theme-170424 .mast-heading {
    max-width: 50vw;
  }
}

.theme-190424 .header-mast {
  background: #F74BCC;
}
.theme-190424 .mast-heading {
  color: #F5EEF5;
}
.theme-190424 .auth-date {
  color: #F5EEF5;
}
.theme-190424 .art-bd-lead {
  background: #F5EEF5;
  color: #000;
}
@media (min-width: 1152px) {
  .theme-190424 .mast-heading {
    max-width: 50vw;
  }
}

.theme-280424 .header-mast {
  background: #057249;
}
.theme-280424 .mast-heading {
  color: #8BFF25;
}
.theme-280424 .auth-date {
  color: #8BFF25;
}
.theme-280424 .art-bd-lead {
  background: #8BFF25;
  color: #057249;
}
@media (min-width: 1152px) {
  .theme-280424 .mast-heading {
    max-width: 50vw;
  }
}

.theme-170624 .header-mast {
  background: #D8BE47;
}
.theme-170624 .mast-heading {
  color: #000;
}
.theme-170624 .auth-date {
  color: #000;
}
.theme-170624 .art-bd-lead {
  background: #000;
  color: #D8BE47;
}
@media (min-width: 1152px) {
  .theme-170624 .mast-heading {
    max-width: 50vw;
  }
}

.theme-250324 .header-mast {
  background: #005498;
}
.theme-250324 .mast-heading {
  color: #FABE20;
}
.theme-250324 .auth-date {
  color: #FABE20;
}
.theme-250324 .art-bd-lead {
  background: #FABE20;
  color: #000;
}

.header-mast-top {
  justify-content: space-between;
  display: flex;
}

.wreath {
  margin: 0 auto 32px auto;
  display: block;
}

.art-header {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.mast-heading {
  font-size: 4.5em;
  max-width: 70vw;
}

.auth-date {
  margin: 0;
}

.art-mast {
  color: #252420;
  line-height: 1.61904762;
  background: #fff;
}

.art-bd-lead {
  font-size: 1.3125em;
  padding: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 80vh;
}

.abl__bd {
  max-width: 24em;
}
.abl__bd a:hover {
  color: #fff;
}
.abl__bd a:focus {
  color: #fff;
  outline: 4px solid #4762d8;
}

.art-bd {
  font-size: 1.3125em;
  padding: 4.5714285714em 48px;
  max-width: 26.6666666667em;
  padding-bottom: 40vh;
  margin: 0 auto;
}
.art-bd :target {
  padding: 4px 8px;
  background: #D4F7C0;
}
.art-bd p code {
  background: #f1f1f1;
}
.art-bd h2, .art-bd h3 {
  margin-bottom: 32px;
}
.art-bd h2 {
  margin-top: 48px;
  line-height: 1.3125;
  font-size: 32px;
}
.art-bd pre {
  padding: 4px 8px;
  background: #f1f1f1;
  white-space: pre-wrap;
  font-size: 80%;
  margin-top: -16px;
  margin-bottom: 40px;
}
.art-bd .offset-none {
  margin-top: 0;
}
.art-bd .br {
  margin-bottom: 32px;
  text-align: center;
  line-height: 1;
  display: block;
  width: 100%;
}
.art-bd .br:after {
  content: "⁂";
}

.quote {
  background: #F1F2FD;
  font-style: italic;
}

@keyframes switchNightDay {
  0% {
    background: #824FDB;
  }
  25% {
    background: #824FDB;
  }
  90% {
    background: #252420;
  }
  100% {
    background: #252420;
  }
}
@keyframes sunClrChange {
  0% {
    fill: #824FDB;
  }
  25% {
    fill: #824FDB;
  }
  90% {
    fill: #FDD210;
  }
  100% {
    fill: #FDD210;
  }
}
@keyframes moonClrChange {
  0% {
    fill: #fff;
  }
  25% {
    fill: #fff;
  }
  90% {
    fill: #252420;
  }
  100% {
    fill: #252420;
  }
}
@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
    background: #252420;
  }
  25% {
    transform: translateX(0);
    background: #252420;
  }
  90% {
    transform: translateX(-2.0714285714em);
    background: #fff;
  }
  100% {
    transform: translateX(-2.0714285714em);
    background: #fff;
  }
}
.clr-mode-button--anims-on {
  /**
  * Not a great solution but for now, .. if screen size
  is smaller than 4xsm, don't show animation(s).
  */
}
@media (min-width: 561px) {
  .clr-mode-button--anims-on:hover .cmb__toggle-icon, .clr-mode-button--anims-on:focus .cmb__toggle-icon {
    opacity: 0;
    transition: none;
  }
  .clr-mode-button--anims-on:hover .cmb__info, .clr-mode-button--anims-on:focus .cmb__info {
    opacity: 1;
    width: auto;
    transition: all 250ms 100ms ease;
    pointer-events: all;
  }
  .clr-mode-button--anims-on:hover .cmb__switch-dial, .clr-mode-button--anims-on:focus .cmb__switch-dial {
    animation-name: moveLeftRight;
  }
  .clr-mode-button--anims-on:hover .cmb__switch, .clr-mode-button--anims-on:focus .cmb__switch {
    animation-name: switchNightDay;
  }
  .clr-mode-button--anims-on:hover .cmb__switch-icon--sun, .clr-mode-button--anims-on:focus .cmb__switch-icon--sun {
    animation-name: sunClrChange;
  }
  .clr-mode-button--anims-on:hover .cmb__switch-icon--moon, .clr-mode-button--anims-on:focus .cmb__switch-icon--moon {
    animation-name: moonClrChange;
  }
  .clr-mode-button--anims-on:active * {
    animation-delay: none;
  }
  .clr-mode-button--anims-on:active .cmb__toggle-icon {
    fill: #fff;
  }
  .clr-mode-button--anims-on:active .cmb__switch {
    background: brown;
  }
}

.clr-modes {
  display: flex;
  align-items: center;
}

.clr-mode-button {
  position: relative;
  display: block;
  font-size: 0.875em;
  background: 0;
  border: 0;
}
.clr-mode-button:active .cmb__toggle-icon {
  fill: #252420;
}

.cmb__toggle-icon {
  transition: opacity 500ms 250ms ease;
}

.sun-icon {
  width: 1.4285714286em;
  height: 1.4285714286em;
  display: block;
  fill: #fff;
}

.moon-icon {
  width: 1.4285714286em;
  height: 1.4285714286em;
  display: block;
  flex-shrink: 0;
  fill: #fff;
}

.cmb__switch-icon {
  animation-duration: 1.2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.cmb__switch {
  margin-left: 1.1428571429em;
  width: 4.5714285714em;
  height: 2.2857142857em;
  justify-content: space-between;
  background: #824FDB;
  box-sizing: border-box;
  border-radius: 32px;
  font-weight: bold;
  position: relative;
  align-items: center;
  overflow: hidden;
  display: flex;
  padding: 0;
  border: 0;
  animation-duration: 1.2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.cmb__switch-dial {
  border-radius: 50%;
  width: 1.4285714286em;
  height: 1.4285714286em;
  margin-right: 0.5em;
  position: relative;
  display: block;
  flex-shrink: 0;
  z-index: 1;
  animation-duration: 1.2s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

.cmb__info {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  opacity: 0;
  width: 0px;
  white-space: nowrap;
  align-items: center;
  text-align: right;
}
.cmb__info.off {
  display: none;
}

.cmb__info-text {
  line-height: 1.3125;
  color: #fff;
}

.cmb__switch-icon--moon {
  margin-left: 0.5em;
}

.cmb__switch-icon--sun {
  transform: translateY(-50%);
  margin-left: 0.5em;
  right: 0.5em;
  position: absolute;
  top: 50%;
}

.dark-on .cmb__switch {
  background: #824FDB;
}
.dark-on .cmb__toggle-icon--sun {
  display: none;
}
.dark-on .cmb__switch-dial {
  background: #252420;
}

.light-on .cmb__switch {
  background: #252420;
}
.light-on .cmb__switch-icon--sun {
  fill: red;
}
.light-on .cmb__toggle-icon--moon {
  display: none;
}
.light-on .cmb__switch-dial {
  background: #fff;
  transform: translateX(-29px);
}
.light-on:hover .cmb__switch,
.light-on:hover .cmb__switch-dial,
.light-on:hover .cmb__switch-icon--sun,
.light-on:hover .cmb__switch-icon--moon {
  animation-direction: alternate-reverse;
}

.theme-button {
  display: flex;
  align-items: center;
  font-weight: bold;
  color: #fff;
  border: 0;
  background: 0;
  font-size: 0.875em;
  margin-left: 1.4285714286em;
  text-decoration: underline;
}
.theme-button .text {
  display: block;
  margin-left: 1.1428571429em;
}
.theme-button:hover, .theme-button:focus {
  text-decoration: none;
}
.theme-button:hover .theme-button__symbol, .theme-button:focus .theme-button__symbol {
  background: #44423B;
  background: #5F5C53;
}
.theme-button:hover .tb-square:nth-child(1), .theme-button:focus .tb-square:nth-child(1) {
  background: #A5E795;
}
.theme-button:hover .tb-square:nth-child(2), .theme-button:focus .tb-square:nth-child(2) {
  background: #90EBDF;
}
.theme-button:hover .tb-square:nth-child(3), .theme-button:focus .tb-square:nth-child(3) {
  background: #F7CF86;
}
.theme-button:hover .tb-square:nth-child(4), .theme-button:focus .tb-square:nth-child(4) {
  background: #BA90D7;
}
.theme-button:hover .tb-square:nth-child(5), .theme-button:focus .tb-square:nth-child(5) {
  background: #8BB7F8;
}
.theme-button:hover .tb-square:nth-child(6), .theme-button:focus .tb-square:nth-child(6) {
  background: #E9817A;
}
.theme-button:active {
  opacity: 0.7;
}

.theme-button__symbol {
  width: 3.7142857143em;
  height: 3.7142857143em;
  background: #252420;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  display: flex;
}

.tb-squares {
  grid-template-columns: 1fr 1fr 1fr;
  display: grid;
  grid-gap: 2px;
}

.tb-square {
  background: #fff;
  display: block;
  width: 0.4285714286em;
  height: 0.4285714286em;
}
.tb-square:nth-child(1) {
  background: #8FE980;
}
.tb-square:nth-child(2) {
  background: #6AEDE3;
}
.tb-square:nth-child(3) {
  background: #F8CE68;
}
.tb-square:nth-child(4) {
  background: #B16EDB;
}
.tb-square:nth-child(5) {
  background: #60AEFA;
}
.tb-square:nth-child(6) {
  background: #EB5152;
}

.dropcaps-p {
  font-size: 1em;
  line-height: 1.5238095238em;
  margin: 0;
}
.dropcaps-p::first-letter {
  float: left;
  line-height: 1;
  font-family: serif;
  display: inline-table;
  margin: -0.08em 0.2em -0.3em 0;
  font-size: 5.3333333333em;
}
@-moz-document url-prefix() {
  .dropcaps-p::first-letter {
    margin: 0.08em 0.2em -0.15em 0;
  }
}
.dropcaps-p:after {
  clear: both;
  content: "";
  display: block;
}

.theme-230224 .art-bd-lead {
  background: #5520A8;
  color: #FE22C4;
}

.theme-060324 .art-bd-lead {
  background: #9AE4FD;
  color: #000;
}

.theme-060324 .header-mast,
.article-link--060324:hover,
.article-link--060324:focus {
  background: #84020E;
  color: #9AE4FD;
}

.article-link--060324:active {
  background: #9AE4FD;
  color: #84020E;
}

.theme-070324 .art-bd-lead {
  background: #FF6800;
  color: #000;
}

.theme-070324 .header-mast,
.article-link--070324:hover,
.article-link--070324:focus {
  background: #725000;
  color: #FF6800;
}

.article-link--070324:active {
  background: #FF6800;
  color: #725000;
}

.art-bd h2 {
  font-size: 1.3333333333em;
}

.next-up {
  padding: 0;
}

.next-up-list {
  list-style: disc;
  margin-left: 20px;
}
.next-up-list li {
  margin-bottom: 20px;
  line-height: 1.3571428;
}
.next-up-list a {
  position: relative;
}
.next-up-list a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: transparent;
}
.next-up-list a:hover {
  background: #9523BB;
  color: #fff;
  outline: 3px dashed black;
}
.next-up-list a:focus {
  background: #E10F45;
  color: #fff;
  outline: 3px dashed black;
}
.next-up-list a:active {
  background: #264ECC;
  color: #fff;
}

.article-link-title br {
  display: block;
}

.header-mast {
  display: grid;
  min-height: 100vh;
  background: #6500FF;
  grid-template-rows: auto 1fr;
}

.header-mast-banner {
  justify-content: center;
  padding-bottom: 20vh;
  display: flex;
}

.clr-mode-dark .art-mast {
  background: #252420;
  color: #E9E9E9;
}
.clr-mode-dark .quote {
  background: #1EF6CE;
  color: #252420;
}
.clr-mode-dark .art-bd pre, .clr-mode-dark .art-bd code {
  background: #000;
}
.clr-mode-dark .text-highlight {
  color: #000;
}
.clr-mode-dark .dialogue {
  background: #000;
}

.header-mast--life {
  background: #170E09;
}

.life-main {
  margin-top: 96px;
  margin-bottom: 80vh;
}
.life-main h1 {
  color: #fff;
  font-size: 4.5em;
  font-weight: bold;
}

.life-main-bd {
  max-width: 1152px;
  margin: 0 auto;
}

.life-images {
  display: flex;
  grid-gap: 4px;
  flex-wrap: wrap;
}
.life-images .text {
  display: block;
  position: absolute;
  left: -999em;
  top: 0;
}

.life-images-item {
  width: 60px;
  height: 60px;
  background: #2D3644;
  overflow: hidden;
}

.life-images-link {
  background-size: 100%;
  background-repeat: no-repeat;
  transition: background 250ms ease;
  display: block;
  width: 100%;
  height: 100%;
}
.life-images-link:hover, .life-images-link:focus {
  outline: 4px solid #170E09;
  outline-offset: -4px;
  background-size: 110%;
  background-position: 25% 25%;
}
.life-images-link:active {
  outline-color: #fff;
  background-size: 150%;
}

.life-images-item--half {
  width: 30px;
}

.life-images-item--x2 {
  width: 120px;
}

.life-images-item--x3 {
  width: 180px;
}

.lil--22001 {
  background-image: url("/assets/images/life/22001-Thumbnail.jpg");
}

.lil--22002 {
  background-image: url("/assets/images/life/22002-Thumbnail.jpg");
}

@media (min-width: 1440px) {
  .master-main--home {
    font-size: 18px;
  }
  .writing__header {
    font-size: 18px;
  }
  .article-link-title {
    font-size: 5.5em;
  }
  .header-mast {
    font-size: 18px;
  }
  .art-bd, .art-bd-lead {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .art-bd-lead {
    height: auto;
  }
}
@media (max-width: 900px) {
  .article-link br {
    display: none;
  }
}
@media (max-width: 768px) {
  .articles-list {
    max-width: none;
  }
  .article-link {
    padding-top: 75%;
  }
  .article-link-title {
    font-size: 48px;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 48px;
  }
  .mast-heading--wide {
    font-size: 64px;
  }
}
@media (max-width: 560px) {
  h1 {
    font-size: 56px;
  }
  .writing__header {
    font-size: 12px;
  }
  .articles-list {
    padding: 0 0 25vh;
    max-width: none;
    margin: 0;
  }
  .article-link {
    margin-bottom: 32px;
    padding-top: 75%;
  }
  .article-link-title {
    padding: 32px 48px 0 32px;
    font-size: 32px;
  }
  .header-mast {
    font-size: 14px;
  }
  .auth-date {
    font-size: 16px;
  }
  .mast-heading--wide {
    font-size: 56px;
  }
}
@media (max-width: 480px) {
  .intro {
    font-size: 14px;
  }
  .intro__text {
    padding: 0 32px;
  }
  .article-link-title {
    font-size: 6.6666666667vw;
  }
  .logo--home-pg {
    width: 72px;
    height: 72px;
    margin: 32px 0 0 32px;
  }
  .logo--home-pg .logo__sigil {
    width: 32px;
    height: 32px;
  }
  .mast-heading {
    font-size: 48px;
  }
  .mast-heading--wide {
    font-size: 40px;
  }
  .art-bd, .art-bd-lead {
    font-size: 18px;
  }
  .art-bd {
    padding: 48px;
    padding-bottom: 30vh;
  }
}
@media (max-height: 768px), (max-width: 480px) {
  .header-mast {
    grid-gap: 56px;
    min-height: 0;
  }
  .art-header {
    margin-top: 0 !important;
    align-items: flex-start;
  }
}
@media (max-height: 640px) {
  .master-main--home {
    height: auto;
    padding-bottom: 30vh;
  }
}
@media (max-height: 900px) and (max-width: 900px) {
  .writing__header {
    padding-bottom: 48px;
    padding-top: 96px;
    height: auto;
  }
}

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