/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 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,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
    outline: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    -ms-text-size-adjust: 100%;
    /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

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

html,
button,
input,
select,
textarea {
    color: #222;
}


::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/********************
* GOOGLE FONTS
********************/
/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lato Regular'),
    local('Lato-Regular'),
    url(https://res.cloudinary.com/mesorchoo/raw/upload/v1583438814/mesorchoo.com/fonts/S6uyw4BMUTPHjxAwXjeu_vhnwaa.woff2) format('woff2');
    /* src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2'); */
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Lato Regular'),
    local('Lato-Regular'),
    url(https://res.cloudinary.com/mesorchoo/raw/upload/v1583438824/mesorchoo.com/fonts/S6uyw4BMUTPHjx4wXg_x6sv3r.woff2) format('woff2');
    /* src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v16/S6uyw4BMUTPHjx4wXg.woff2) format('woff2'); */
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'),
    local('OpenSans-Regular'),
    url(https://res.cloudinary.com/mesorchoo/raw/upload/v1583438873/mesorchoo.com/fonts/mem8YaGs126MiZpBA-UFWJ0bbck_g8sdtk.woff2) format('woff2');
    /* src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2'); */
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'),
    local('OpenSans-Regular'),
    url(https://res.cloudinary.com/mesorchoo/raw/upload/v1583438891/mesorchoo.com/fonts/mem8YaGs126MiZpBA-UFUZ0bbck_qzz9qh.woff2) format('woff2');
    /* src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2'); */
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'),
    local('OpenSans-Regular'),
    url(https://res.cloudinary.com/mesorchoo/raw/upload/v1583438909/mesorchoo.com/fonts/mem8YaGs126MiZpBA-UFWZ0bbck_cog4dp.woff2) format('woff2');
    /* src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2'); */
    unicode-range: U+1F00-1FFF;
}

/* greek */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'),
    local('OpenSans-Regular'),
    url(https://res.cloudinary.com/mesorchoo/raw/upload/v1583438926/mesorchoo.com/fonts/mem8YaGs126MiZpBA-UFVp0bbck_vmcmoi.woff2) format('woff2');
    /* src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2'); */
    unicode-range: U+0370-03FF;
}

/* vietnamese */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'),
    local('OpenSans-Regular'),
    url(https://res.cloudinary.com/mesorchoo/raw/upload/v1583438947/mesorchoo.com/fonts/mem8YaGs126MiZpBA-UFWp0bbck_r9kwcd.woff2) format('woff2');
    /* src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2'); */
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'),
    local('OpenSans-Regular'),
    url(https://res.cloudinary.com/mesorchoo/raw/upload/v1583438970/mesorchoo.com/fonts/mem8YaGs126MiZpBA-UFW50bbck_xlwueq.woff2) format('woff2');
    /* src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2'); */
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('Open Sans Regular'),
    local('OpenSans-Regular'),
    url(https://res.cloudinary.com/mesorchoo/raw/upload/v1583439000/mesorchoo.com/fonts/mem8YaGs126MiZpBA-UFVZ0b_fhhjuy.woff2) format('woff2');
    /* src: local('Open Sans Regular'), local('OpenSans-Regular'), url(https://fonts.gstatic.com/s/opensans/v17/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2'); */
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/***************
* ADSENSE STYLING
****************/
/* AD STYLING */

.advertisement {
    background-color: #120818;
    color:#999;
    text-transform:uppercase;
    font-size:0.7rem;
    display: block;
    margin: 0 auto;
    text-align:center;
}
.advertisement.headliner {
    width:100%;
    margin-bottom:4rem;
}
.advertisement.footer {
    width:100%;
    height:90px;
}
.advertisement.in-content {
    width:100%;
    height:90px;
}



/****************
* CUSTOM STYLES START HERE
****************/

body {
    --primary-100: #DFD9E2;
    --primary-200: #C2ABCE;
    --primary-300: #96879E;
    --primary-400: #725182;
    --primary: #632A7F;
    /* --primary-700 */
    --primary-800: #120818;
    --primary-900: #09040C;
    --max-width: 1200px;
    --body-font: 'Open Sans', sans-serif;
    --title-font: 'Lato',
        sans-serif;

    background-color: var(--primary-900);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: var(--body-font);
    color: var(--primary-100);
    /* overflow-y:scroll;
    overflow-x: hidden; */
}

h1,
h2,
h3,
h4,
h5,
h6,
.logo,
nav {
    font-family: var(--title-font);
}

h1 {
    font-size: 1.4rem;
}

h2 {
    font-size: 1.3rem;
    margin-bottom:0.75rem;
}

h3 {
    border-bottom:solid 3px var(--primary);
}

a {
    color: inherit;
}

p {
    /* line-height:1.2em; */
    /* margin:0.5em 0; */
}

img {
    max-width:100%;
}

.img-center {
    display:block;
    margin:0 auto;
    max-width:100%;
}
figure.img-center {
    display: block;
    text-align:center;
    margin: 0 auto;
}

ol {
    position:relative;
    left:50%;
    transform:translateX(-50%);
    margin:1em 2rem 1em 0;
    display:inline-block;
    line-height:1.2em;
    list-style-type: decimal;
    max-width:600px;
}
ol>li:not(:last-child) {
    margin-bottom:0.5rem;
}

.mt-3 {
    margin-top:3rem !important;
}
.mt-5 {
    margin-top:5rem !important;
}

header {
    width: calc(100% - 2rem);
    max-width: var(--max-width);
    /* background-color:dodgerblue; */
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
}

.jump-to-top {
    display:none;
    transform:translateY(200vh);
    z-index:1000;
    position:sticky;
    top:-110vh;
    bottom:0px;
    margin:0 5vw 0 auto;
}

.jump-to-top>a {
    color:var(--primary);
}
.jump-to-top>a>svg {
    width:6vmax;
    height:6vmax;
    max-width:50px;
    max-height:50px;
}

.jump-to-top>a:hover,
.jump-to-top>a:active,
.jump-to-top>a:focus {
    color:var(--primary-200);
}

nav.site-nav {
    /* display:sticky; */
    top: 0;
    background-color: var(--primary);
    background: linear-gradient(90deg, var(--primary) 0, var(--primary-800) var(--max-width));
    font-size: 1rem;
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    overflow-x: auto;
    overflow-y:hidden;
    justify-content: space-between;
    margin-bottom:1rem;
}

@media (min-width: 1200px) {
    nav.site-nav {
        justify-content: space-between;
    }
}

@media (max-width: 1200px) {
    nav.site-nav::after {
        content: '';
        display: block;
        position: absolute;
        width: 100vw;
        height: 40px;
        pointer-events: none;
        background: linear-gradient(90deg, rgba(9, 4, 12, 1) 0%, rgba(9, 4, 12, 0) 1rem, rgba(9, 4, 12, 0) calc(100% - 1rem), rgba(9, 4, 12, 1) 100%);
    }
}

nav.site-nav>a {
    margin: 0 0.25rem;
    white-space: nowrap;
    padding: 0.75em 0.75em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    /* position:relative; */
}

nav.site-nav>a.active {
    background-color:rgba(0,0,0,0.5);
}

nav.site-nav>a:hover {
    background-color: rgba(0, 0, 0, 0.7);
}
nav.site-nav>a>.append {
    display:inline-block;
    width:0;
    height:0;
}
nav.site-nav>a span.nav-badge,
span.badge {
    /* display:none; */
    display: inline-block;
    background-color:var(--primary-100);
    color:var(--primary);
    font-size:0.7rem;
    padding:0.25rem 0.25rem;
    transform:translateX(-30%) translateY(-10%) rotate(20deg);
    pointer-events: none;
}

main {
    flex: 1;
    width: calc(100% - 2rem);
    max-width: var(--max-width);
}

footer {
    width: 100%;
    text-align: right;
    padding: 0 0 2rem 0;
    color: var(--primary-300);
    min-height: 20vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

footer::before {
    content: "";
    background: url(https://res.cloudinary.com/mesorchoo/image/upload/v1582615086/svg/bg_scene_efouvb.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom center;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
}

footer>* {
    width: calc(100% - 2rem);
    max-width: var(--max-width);
}

.logo {
    color: var(--primary-100);
    display: inline-block;
    margin: 0 auto !important;
    white-space: nowrap;
    font-size: 2rem;
    text-decoration:none;
}

.tagline {
    border-top: solid 1px var(--primary);
    color: var(--primary-300);
    text-transform: uppercase;
    font-size: 0.8rem;
    text-decoration:none;
}

section, aside {
    margin-bottom: 2rem;
}

figure {
    position: relative;
}

figure figcaption {
    padding: 0.25rem 0.5rem 1px 1px;
    /* background: rgba(9, 4, 12, 0.5); */
    /* backdrop-filter: blur(2px); */
    /* color: var(--primary-100); */
    position: relative;
    bottom: 1rem;
    transform:translateY(-100%);
    text-align:center;

    mix-blend-mode: luminosity;
    color: #fff;
    text-shadow: 0 0 1px #000,
    0 0 3px #000,
    0 0 10px #000,
    0 0 20px #000;
}


nav.class-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-bottom:1rem;
    /* overflow-x: auto; */
}
.class-nav h2 {
    width:100%;
    text-align:center;
    font-size:0.8rem;
    text-transform:uppercase;
    margin-bottom:0;
    color:var(--primary-300);
}
.class-nav img {
    transition:transform 100ms;
    opacity:0.5;
    transform:scale(0.8)
}
.class-nav a.active img {
    opacity:1;
    transform:scale(1)
}
.class-nav a:hover img,
.class-nav a:focus img,
.class-nav a:active img {
    opacity:0.9;
    transform:scale(1.1)
}

.class-nav img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

p, .paragraph {
    line-height: 1.3em;
    max-width:600px;
    margin:1rem auto;
    text-align:left;
}

p.justify,
.paragraph.justify {
    text-align: justify;
}

p strong, .paragraph strong {
    color:var(--primary-300);
}

.nobreak {
    white-space: nowrap;
}

code {
    font-family:monospace;
    font-size:1.3em;
    background-color:var(--primary);
    padding:0.05em 0.25em;
}


p .left-image,
.paragraph .left-image {
    display:block;
    max-height:150px;
    margin:0 auto;
    max-width:80vw;
}
@media (min-width:1200px) {
    p .left-image, .paragraph .left-image {
        float:left;
        max-width:100px;
        margin-left:-120px;
    }
}

p .left-icon,
.paragraph .left-icon {
    display:block;
    max-height:50px;
    margin:0 auto;
    max-width:80vw;
}
@media (min-width:1200px) {
    p .left-icon,
    .paragraph .left-icon {
        float:left;
        max-width:30px;
        margin-left:-40px;
    }
}

character-builder {
    text-align:left;
}

dl {
    line-height: 1.3em;
    padding:1rem 0;
    margin:0 auto;
    break-inside: avoid;
}
dl>dt {
    margin-bottom:0.25rem;
}
dl>dd {
    color:var(--primary-200);
}

.columns {
    max-width:800px;
    margin:0 auto;
    column-width:300px;
    column-count:2;
}

.columns-wide {
    max-width:1200px;
    margin:0 auto;
    column-width:500px;
    column-count:2;
}

.columns-flex {
    display:flex;
    justify-content: space-evenly;
    flex-wrap:wrap;
}

.column-group {
    break-inside: avoid;
    padding-bottom:2rem;
}

.fat-grid {
    display:grid;
    grid-gap:1rem;
    grid-template-columns: 1fr;
}
.fat-grid > * {
    margin: 0 !important;
}
@media (min-width:800px) {
    .fat-grid {
        grid-template-columns: 1fr 1fr;
    }
}
.fat-grid > h1,
.fat-grid > h2,
.fat-grid > h3 {
    grid-column: 1 / -1;
}

.class-roles h3 {
    font-size: 1.3rem;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom:2rem; */
}

.class-roles h3 img {
    margin: 0 0.5rem;
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    image-rendering: crisp-edges;
    width:1rem;
    height:1rem;
}
.class-roles ul>li {
    margin:1rem;
}
.class-roles a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.class-roles a>img {
    margin:0.5rem;
    height:24px;
    width:24px;
}



.guide-section {
    break-inside: avoid;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    min-height: 200px;
    margin-bottom: 1rem;
    text-decoration: none;
}

a.guide-section:hover>img,
a.guide-section:active>img {
    filter: brightness(0.6);
}

a.guide-section:hover>p,
a.guide-section:active>p {
    mix-blend-mode: luminosity;
    color: #fff;
}

a.guide-section:hover>h2,
a.guide-section:active>h2,
a.guide-section:hover>h3,
a.guide-section:active>h3 {
    mix-blend-mode: luminosity;
    color: #fff;
}

.guide-section>img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
    transition: all 0.1s;
}

.guide-section>h3,
.guide-section>h2,
.guide-section>h1 {
    text-align: center;
    font-size: clamp(2rem, 6vw, 4rem);
    mix-blend-mode: luminosity;
    color: #333;
    text-shadow: 0 0 2px #fff, 0 0 40px #fff;
    transition: all 0.1s;
}

.guide-section>p {
    font-size: clamp(1rem, 1vw, 2rem);
    mix-blend-mode: luminosity;
    color: #ccc;
    text-transform: uppercase;
    text-shadow: 0 0 1px #000, 0 0 3px #000;
    transition: all 0.1s;
}


.columns-flex.gap {
    gap:1rem;
}
.columns-flex .guide-section {
    flex:1;
    justify-content: flex-end;
}
/* .columns-flex .guide-section {
    flex:1;
} */
.columns-flex .guide-section h3 {
    font-size:min(3vw, 1rem);
    background-color:#000c;
    border:none;
    width:100%;
    padding:0.5em 1em;
    color:#fff;
}


ul.content-list {
    max-width:calc(600px - 3rem);
    margin:2rem auto;
    padding-left:1rem;
    list-style-type:circle;
}
ol.content-list {
    position:static;
    transform: unset;
    display:block;
    max-width:calc(600px - 3rem);
    margin:2rem auto;
    padding-left:1rem;
    list-style-type:upper-latin;
}

.content-list li {
    line-height:1.4em;
}
.content-list li::marker {
    color:var(--primary);
}

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