/*
 Theme Name:   swbti
 Theme URI:    https://andrewlux.com
 Description:  Sex Workers Built The Internet
 Author:       a lux
 Author URI:   https://andrewlux.com
 Text Domain:  swbti
 Version:      1.0.0
 License:      GNU General Public License v2 or later

*/


/* font-family: stratos, sans-serif; */

@font-face {
    font-family: 'Arial Narrow';
    src: url('fonts/Arial Narrow.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('fonts/Arial Narrow Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('fonts/Arial Narrow Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Narrow';
    src: url('fonts/Arial Narrow Bold Italic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Zapf Chancery';
    src: url('fonts/Zapf Chancery.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Tiger Millionair';
    src: url('fonts/Millionaire-Script.otf') format('opentype'),
        url('fonts/Millionaire-Script.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    --section-vertical-padding: 160px;
    --header-vertical-padding: 60px;
    --paragraph-vertical-padding: 40px;
    --inner-item-vertical-padding: 100px;
    --color-black: #000;
    --color-white: #fff;
    --color-hover: #E1FD64;
    --color-lavender: #ffedff;
    --color-red: #ff0000;
    --image-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    ;
    --drop-menu-hover: 0px 2px 4px rgba(0, 0, 0, 0.25);
    --drop-menu: 0px 4px 6px rgba(255, 235, 235, 0.7);
    --drop-title: 0px 2px 17px rgba(0, 0, 0, 0.5);
    --drop-subhead: 0px 2px 8px #00000063;
    ;
    --zapf: 'Zapf Chancery', fantasy;
    --arial-narrow: 'Arial Narrow', 'Arial', sans-serif;
    --arial: 'Arial', sans-serif;
    --impact: 'Impact', sans-serif;
    --milli: 'Tiger Millionair', script;
    --times: 'Times New Roman', serif;
    --medium-column: 54%;
    /* 770px */
    --large-column: 95%;
    --mini-column: 66%;
    /* 508px */
    --medium-large-column: 88%;
    /* 1250px*/
}

body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
    line-height: 1.22;
    font-weight: 400;
    text-rendering: geometricPrecision;
    font-family: var(--arial-narrow);
    overflow-x: hidden;
}

body.no-scroll {
    overflow: hidden;
}

a,
button {
    text-decoration: none;
}

a:hover,
button:hover {
    color: var(--color-hover);
}

p {
    margin: 0;
    font-family: var(--times);
}

img {
    max-width: 100%;
    border: 2px solid #000000;
}

sup {
    font-size: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-rendering: geometricPrecision;
    margin: 0;
}

h1 {
    font-family: var(--impact);
    font-weight: 400;
    font-size: clamp(0px, 17vw, 150px);
    line-height: .87;
    letter-spacing: -0.04em;
    margin: 0 auto;
    text-transform: uppercase;
    text-shadow: var(--drop-title);
    max-width: 16ch;
    position: absolute;
}

h2 {
    font-family: var(--milli);
    font-size: clamp(0px, 8vw, var(--header-vertical-padding));
    line-height: 2.08;
    color: var(--color-white);
    text-shadow: var(--drop-subhead);
    position: absolute;
    margin: 0 auto;
    font-weight: 400;
    max-width: 12ch;
}

h3 {
    font-family: var(--impact);
    font-size: 44px;
    line-height: .96;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-shadow: var(--drop-menu-hover);
}

h4 {
    font-size: 30px;
    line-height: 1.3;
    font-size: 30px;
    font-weight: 400;
}

h4.dotted {
    border-top: 1px dashed;
    margin-top: 100px;
    padding-top: 100px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 30px;
}

strong {
    font-family: var(--arial-narrow);
    font-size: 18px;
    line-height: 1.44;
    font-weight: 700;
}

/* Head menu */
.menutop {
    background: var(--color-black);
    width: 94%;
    position: fixed;
    display: flex;
    justify-content: center;
    box-shadow: var(--drop-shadow-hover);
    border: 1px solid #fff;
    border-radius: 40px;
    padding: 10px 0 4px;
    margin: 0 auto;
    top: -70px;
    left: calc(50% - 94%/2);
    z-index: 99;
    transition: top .3s ease-in-out;
}

.menutop.visible {
    top: 0;
    transition: top .3s ease-in-out;
}

.menutop.open {
    background-color: var(--color-hover);
    color: var(--color-black);
}

.menutop p {
    color: var(--color-white);
}

.menutop.open p {
    color: var(--color-black);
}

.menutop .opener {
    font-family: var(--arial-narrow);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.30;
    position: absolute;
    left: 40px;
}

.menutop .site-title {
    font-family: var(--milli);
    font-size: 34px;
    line-height: 1.14;
}

.menutop .site-title a {
    color: inherit;
}

.menutop .opener:hover,
.menutop .site-title:hover {
    cursor: pointer;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-line: underline;
    text-underline-offset: 4px;
}

.menu-main-menu-container {
    position: fixed;
    top: 54px;
    left: calc(50% - 94%/2);
    width: calc(94%/2);
    background-color: var(--color-black);
    box-shadow: var(--drop-menu-hover);
    border: 1px solid var(--color-white);
    border-radius: 40px;
    z-index: 99;
    height: calc(98vh - 54px);
    counter-reset: li;
    display: none;
    overflow: scroll;
}

.menu-main-menu-container.open {
    display: block;
}

.menu-main-menu-container ul li {
    justify-content: left;
    position: relative;
}

.menu-main-menu-container ul li a {
    font-size: 30px;
    line-height: 1.6;
    color: var(--color-white);
    text-align: left;
}

.menu-main-menu-container ul li a:hover {
    color: var(--color-hover);
    text-decoration: underline;
}

.menu-main-menu-container ul li a:hover::before {
    color: var(--color-black);
}

/* chapter styles */
.chapter {
    background-attachment: fixed;
    text-align: center;
    position: relative;
}

.chapter>h4 {
    max-width: 83ch;
    margin: 0 auto;
    position: relative;
    top: -100px;
    margin-bottom: -150px;
}

.chapter>h1,
.chapter>h2,
.chapter>h4 {
    opacity: 1;
    transition: all .9s ease-in-out;
    z-index: 2;
}

.chapter>h1.hide,
.chapter>h2.hide,
.chapter>h4.hide {
    opacity: 0;
    z-index: -1;
    transition: all .9s ease-in-out;
}

.chapter>.divider-quote {
    background-color: var(--color-white);
    padding-top: var(--section-vertical-padding);
    padding-bottom: var(--section-vertical-padding);
    border: 1px solid var(--color-black);
    position: relative;
    width: 95%;
    margin: 0 auto;
}


.chapter>.divider-quote p {
    max-width: 60%;
    margin: 0 auto;
}

.chapter>div:not(.background-image) {
    z-index: 2;
}

.ch-head-cont {
    position: relative;
    height: 155vh;
}

.ch-head-box {
    position: sticky;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

/* section */
.big .section {
    width: 95%;
}

.small .section {
    width: 95%;
}

.section {
    position: relative;
    margin: 0 auto;
    margin-top: -1px;
    border: 1px solid var(--color-black);
    z-index: 3;
}

.section .sec-content {
    background-color: var(--color-white);
    padding-bottom: 0;
    padding-bottom: var(--section-vertical-padding);

}

.section .sec-content>*:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.section .sec-header {
    content: '';
    display: block;
    top: 0;
    width: 100%;
    padding-top: var(--section-vertical-padding);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 52%);
    padding-bottom: var(--header-vertical-padding);
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%); */
}

.image-grid+.section.continual .sec-header {
    padding-top: 0;
}

.sec-content h4.dotted:first-child {
    margin-top: 0;
    border: none;
}

.sec-header h3 {
    margin: 0 auto;
    padding-top: 0;
    margin-bottom: 0;
    max-width: 20ch;
    padding-bottom: 0;

}

.sec-header h4 {
    max-width: 44ch;
    margin: 0 auto;
    padding-bottom: 12px;
}

.sec-content>img {
    margin-top: 28px;
    margin-bottom: 40px;
    border: none;
    box-shadow: none;
}

.section.no-top-space {
    padding-top: 0;
}

.section.no-top-space .sec-content h4.dotted {
    margin-top: 0;
    border: none;
}


#resources {
    background-color: var(--color-black);
    padding: var(--header-vertical-padding) 0 0 0;
    color: var(--color-white);
    text-align: center;
    position: relative;
    z-index: 3;
}

.resource-section h2 {
    font-family: var(--milli);
    font-size: clamp(46px, 9vw, var(--header-vertical-padding));
    line-height: 1.15;
    text-shadow: 0px 2px 8px #FFFFFF;
    position: relative;
    top: unset;
    margin-bottom: 30px;
}

.resource-section h4 {
    width: 69%;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.30;
    font-family: var(--arial-narrow);
    padding-bottom: 20px;
}

.resource-block {
    margin-top: 80px;
}

.resource-block h5 {
    text-align: left;
    width: 92%;
    margin: 0 auto;
    font-family: var(--arial-narrow);
    font-size: 18px;
    line-height: 1.22;
    color: var(--color-hover);
    margin-bottom: 20px;
    text-transform: uppercase;
}

.resource-block p {
    font-family: var(--arial-narrow);
    font-size: 18px;
    line-height: 1.22;
}

.resource-block a {
    display: block;
}

.resource-block a:hover {
    background-color: var(--color-hover);
}

.resource-block a:hover .resource-box {
    color: var(--color-black);
    max-width: 95%;
    margin: 0 auto;
}

.resource-block a:hover .resource-box img {
    filter: grayscale(0%);
}

.resource-block a:last-of-type {
    border-bottom: 1px solid var(--color-white);
}

.resource-box {
    border-top: 1px solid var(--color-white);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 4%;
    color: var(--color-white);
    text-align: left;
}

.resource-box p.title {
    flex: 0 0 20%;
}

.resource-box p.summary {
    flex: 0 0 28%;
}

.resource-box p.year {
    flex: 0 0 13%;
}

.resource-box p.type {
    flex: 0 0 12%;
}

.resource-box p.image {
    flex: 0 0 10%;
}

.resource-box p.image img {
    height: auto;
    border: 1px solid var(--color-white);
    filter: grayscale(100%);
}

.resource-box p.title {
    text-decoration: underline;
}


#contributors {
    background-color: var(--color-black);
    color: var(--color-white);
    padding: var(--header-vertical-padding) 0 1px 0;
    text-align: center;
    position: relative;
    z-index: 3;
}

.contributor-section {
    width: 95%;
    margin: 0 auto;
}

.contributor-section h2 {
    font-family: var(--milli);
    font-size: clamp(46px, 9vw, var(--header-vertical-padding));
    line-height: 1.15;
    text-shadow: 0px 2px 8px #000;
    position: relative;
    top: unset;
    color: var(--color-white);
    margin-bottom: var(--header-vertical-padding);
    width: 60%;
}

.contributor-section h4 {
    width: 60%;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.30;
    font-family: var(--arial-narrow);
    padding-bottom: 20px;
    color: var(--color-white);
    margin-bottom: var(--header-vertical-padding);
}

.contributor-box:last-child {
    margin-bottom: 0;
}

.contributor-box {
    text-align: left;
    font-size: 26px;
    line-height: 1.30;
    font-family: var(--arial-narrow);
    width: var(--medium-column);
    margin: 0 auto 70px;
}

.contributor-box .contributor-name {
    font-weight: 700;
}

.contributor-box a {
    color: var(--color-white);
    text-decoration: underline;
}

.contributor-box a:hover {
    color: var(--color-hover);
}

.contributor-box a.bio-link {
    font-size: 18px;
    line-height: 1.22;
    font-weight: 400;
    border: 1px solid var(--color-white);
    border-radius: 10px;
    padding: 0 6px 3px;
    text-decoration: none;
}

.contributor-box a.bio-link:hover {
    background-color: var(--color-hover);
    color: var(--color-black);
}
.contributor-box .bio p{
    font-family: var(--arial-narrow);
}

.bottom-into.intro {
    height: 400vh;
}

.main-ext[data-title="Introduction"] #chapter-intro section {
    margin-top: 115px;
}

.main-ext[data-title="Introduction"] #chapter-intro section h2 {
    padding-bottom: 0;
    line-height: 1;
}

#take-action .ph-int strong {
    font-size: 26px;
}

#about {
    padding: 115px 0 80px 0;
    color: var(--color-white);
    text-align: center;
    position: relative;
    z-index: 3;
}

#about .sec-header {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--color-black) 52%);

}

#about p {
    font-family: inherit;
}

#about .sec-content {
    background: var(--color-black);
}

#about .section-notes {
    background-color: var(--color-black);
    border: 1px solid var(--color-white);
    width: 95%;
}

.about-section {
    color: var(--color-white);
    border: 1px solid var(--color-white);
    width: 95%;
}

.about-credits {
    display: flex;
    max-width: 60%;
    margin: 0 auto;
    justify-content: space-between;

}

.about-credits>div {
    text-align: left;
    flex-basis: calc(50% - 24px)
}

.about-credits ul {
    padding: 0;
    list-style: none;
}

.about-section h2 {
    font-family: var(--milli);
    font-size: clamp(46px, 9vw, var(--header-vertical-padding));
    line-height: 1.15;
    text-shadow: 0px 2px 8px #FFFFFF;
    position: relative;
    top: unset;
    /* width: 10ch; */
    padding-bottom: 0;
    /* padding-bottom: var(--header-vertical-padding); */
}

/* .about-section h4{
    width: 69%;
    margin: 0 auto;
    font-size: 26px;
    line-height: 1.30;
    font-family: var(--arial-narrow);
    padding-bottom: 20px;
} */
.ph a {
    color: unset;
    text-decoration: underline;
}

.ph a:hover {
    color: var(--color-hover);
}

.resource-section,
.contributor-section,
.about-section {
    padding-top: var(--inner-item-vertical-padding);
}

.about-section {
    padding-top: 0;
}

.bottom-into {
    position: relative;
    z-index: 3;
    /* margin-top: 50vh; */
    /* padding-top: 50vh; */
    padding-bottom: var(--section-vertical-padding);
    padding-top: var(--section-vertical-padding);
}

#chapter-intro .divider-quote {
    display: none;
}

#chapter-intro.chapter-special .sec-header {
    height: auto;
}

#sectionblock_1aa8cde244c7e248edec85d0d1ab8b6d {
    border-color: white;
}

#chapter-intro.chapter-special.small section {
    width: 95%;
}

#chapter-intro section {
    margin-top: var(--section-vertical-padding);
}

#chapter-intro section h2 {
    position: relative;
    color: black;
    padding-bottom: var(--header-vertical-padding);
    text-align: center;
    text-shadow: var(--drop-subhead);
}

#chapter-intro blockquote p {
    font-size: 18px;
    max-width: 66%;
    margin: 0 auto;
}

#chapter-intro section h3 {
    margin-top: 100px;
}

#chapter-intro section h3+blockquote {
    margin-top: var(--header-vertical-padding);
    margin-bottom: 100px;
}

.intro-h2 .box {
    background-color: var(--color-black);
    padding: 191px 0;
    width: 86%;
    box-shadow: var(--image-shadow);
    border: 1px solid #9f9f9f;
    position: relative;
}

.intro-h2 .box h2 {
    color: var(--color-white);
    width: 80%;
    margin: 0 auto;
    font-size: clamp(0px, 4vw, 53px);
    line-height: 1.4;
}

p.caption a {
    color: var(--color-black);
    text-decoration: underline;
}

p.caption a:hover {
    color: var(--color-red);
}

.counter {
    margin-top: 252px;
}

#wpsvctable,
#wpsvcip,
#wpsvcdate,
#wpsvcattribution {
    display: none;
}

#mvcwid {
    width: calc(100% - 20px) !important;
}

#mvcwid .wps_text_glowing span {
    animation: none;
    font-family: var(--milli);
    font-size: clamp(10px, 8vw, 40px);
    line-height: 1;
    color: var(--color-white);
    width: auto;
    height: auto;
    padding: 18px 20px;
    border: 1px solid var(--color-hover);
    margin: 1px;
    text-shadow: 0px 0px 10px #FF00FF;
}

#mvcwid:before {
    content: 'You are visitor number';
    font-family: var(--milli);
    color: var(--color-hover);
    font-size: 18px;
    line-height: 1.22;
    margin-bottom: 12px;
    display: block;
}

blockquote {
    position: relative;
}

blockquote:before,
blockquote:after {
    content: "";
    background-image: url('img/VFWXSnowBackgroundAnim.gif');
    width: 300px;
    height: 300px;
    display: block;
    position: absolute;
    z-index: 2;
    top: -50%;
    mix-blend-mode: multiply;
}

blockquote:after {
    right: 0;
}

.section blockquote:before,
.section blockquote:after {
    content: ;
    display: none;
}

.back-top {
    display: none;
}

.intro {
    height: 550vh;
    background-color: var(--color-white);
}

.intro .intro-h2:first-of-type {
    height: 100vh;
}

.intro .intro-h2 {
    height: 150vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro .intro-h1,
.next-chapter .intro-h1 {
    height: 300vh;
}

.intro .intro-h1 {
    height: 175vh;
}

.bottom-into.intro {
    background-color: var(--color-black);
    height: 227vh;
}

.bottom-into.intro h1 {
    color: var(--color-white);
}

.sex-workers-built-internet {
    background-color: var(--color-black);
    color: var(--color-white);
}

.sex-workers-built-internet .ch-head-box {
    padding: 60px 0;
    background-color: var(--color-black);
}

.sex-workers-built-internet h1 {
    font-size: 19.5vw;
    text-align: center;
    max-width: 100%;
    top: 0;
    position: absolute;
    max-width: 100%;
    width: 100%;
}

.next-chapter.small-next {
    background-color: var(--color-black);
    top: -1px;
    z-index: 2;
    padding-bottom: 1px;
}

.next-chapter.small-next.intro-next {
    background-color: transparent;
}

.next-chapter.small-next.white-next {
    background-color: transparent;
}

.next-chapter.small-next .ch-head-cont,
.next-chapter.small-next .ch-head-box {
    height: 180px;
}

.intro h1 {
    font-size: 17.5vw;
    text-align: center;
    max-width: 100%;
    position: sticky;
    top: calc(50vh - (100vw * .5)/2);
}

.intro h2 {
    color: var(--color-black);
    width: 100%;
    max-width: 100%;
    text-align: center;
    position: relative;
    top: 0;
}

.intro-gifs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 2;
    pointer-events: none;

}

.intro-gifs.hidden {
    display: none;
    pointer-events: none;
    z-index: -1;
}

.intro-gifs img {
    border: none;
    box-shadow: none;
    position: absolute;
    display: none;
}

.intro-gifs img.open {
    display: block;
}

.intro-gifs img:nth-of-type(1) {
    right: 11.6%;
    bottom: calc(100vh * .313);
}

.intro-gifs img:nth-of-type(2) {
    left: 41.1%;
    top: calc(100vh * .223);
}

.intro-gifs img:nth-of-type(3) {
    right: 23.8%;
    bottom: calc(100vh * .062);
}

.intro-gifs img:nth-of-type(4) {
    left: 27.2%;
    bottom: calc(100vh * .287);
}

.intro-gifs img:nth-of-type(5) {
    left: 11.4%;
    bottom: calc(100vh * .020);
}

.intro-gifs img:nth-of-type(6) {
    left: 24.5%;
    top: calc(100vh * .3);
}

.intro-gifs img:nth-of-type(7) {
    right: 22.5%;
    top: calc(100vh * .029);
}

.intro-gifs img:nth-of-type(8) {
    right: -5.4%;
    bottom: calc(100vh * .116);
}

.intro-gifs img:nth-of-type(9) {
    left: 2.2%;
    bottom: calc(100vh * .151);
}

.intro-gifs img:nth-of-type(10) {
    left: 7.5%;
    top: calc(100vh * .223);
}

.intro-gifs img:nth-of-type(11) {
    left: 46.5%;
    bottom: calc(100vh * .186);
}

.intro-gifs img:nth-of-type(12) {
    right: 26.8%;
    bottom: calc(100vh * .456);
}

.intro-gifs img:nth-of-type(13) {
    right: 3.8%;
    top: calc(100vh * .308);
}

.intro-gifs img:nth-of-type(14) {
    left: 16.8%;
    bottom: calc(100vh * .318);
}

.next-chapter .wp-block-buttons {
    position: absolute;
    bottom: 60px;

}

.next-chapter .wp-block-button a {
    background-color: var(--color-white);
    color: var(--color-black);
    padding: calc(0.2em + 2px) calc(1.333em + 2px);
    border: 1px solid var(--color-black);
}

.chapter-special {
    padding-top: 1px;
}

.chapter-special .sec-header {
    height: clamp(0px, 25vw, 120px);
}

.chapter-special .ph {
    width: var(--medium-column);
}

.chapter-special .ph .footnotes {
    flex: 0 0 15%;
}

.chapter-special .ph .ph-int {
    flex: 0 0 100%;
}

.chapter-special .ph p {
    font-family: var(--arial-narrow);
    font-size: 26px;
    line-height: 1.3;
}

.chapter-special blockquote h1 {
    font-size: clamp(45px, 4vw, 54px);
    line-height: .96;
    letter-spacing: -0.03em;
    max-width: 100%;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    margin-bottom: 30px;
    position: relative;
}

.audio-controlls::before {
    content: "Play";
    font-family: var(--arial-narrow);
    font-size: clamp(20px, 2vw, 26px);
    line-height: 1.30;
    position: absolute;
    left: -200%;
    top: -25%;
}

.audio-controlls {
    position: absolute;
    right: 30px;
    top: calc(50% - 10px);
    color: whitesmoke;
    cursor: pointer;
    width: 25px;
    height: 25px;
    background-image: url('img/speaker-off.png');
    background-size: cover;
    background-position: center;
}

.audio-controlls.off {
    background-image: url('img/speaker-on.gif');
    background-size: cover;
    background-position: center;

}

.audio-controlls.off::before {
    content: "Pause";
    left: -275%;
}

.menutop.open .audio-controlls {
    color: var(--color-black);
    filter: brightness(0);
}

.menutop #click-out {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: -1;
    width: 100vw;
    height: 100vh;
}

.menutop.open #click-out {
    display: block;
}

.background-image {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
}

.background-image .cut {
    position: relative;
    display: block;
    width: 0%;
    overflow: hidden;
    text-align: left;
}

.background-image img {
    position: relative;
    width: 100vw;
    object-fit: cover;
    max-width: 100vw;
    border: none;
    box-shadow: none;
    height: 100vh;
}

.panel {
    border: 1px solid var(--color-black);
    width: var(--medium-column);
    margin: 0 auto;
    padding-top: calc(var(--paragraph-vertical-padding) * 2);
    padding-bottom: var(--paragraph-vertical-padding);

}

.panel .caption {
    margin-bottom: var(--paragraph-vertical-padding)
}

.panel .ph-int p:first-child {
    margin-bottom: 0;
}

.panel .ph-int {
    width: var(--mini-column);
    margin: 0 auto;
}

.panel .ph-int a,
.panel .caption a {
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
}
.panel .ph-int a:hover, .panel .caption a:hover{
    color: var(--color-hover);
}
.panel+.panel {
    margin-top: var(--paragraph-vertical-padding);
}

.panel iframe {
    width: var(--mini-column);
    height: 25vw;
    margin-bottom: calc(var(--paragraph-vertical-padding)/2);
}

.panel .caption>p {
    max-width: 66%;
    margin: 0 auto;
    font-family: var(--arial-narrow);
}

#about .panel {
    border: 1px solid var(--color-white);
}

#accessibility-menu {
    display: flex;
    color: white;
    width: calc(100% - 2em);
    border-top: 1px solid;
    justify-content: space-between;
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(var(--paragraph-vertical-padding)/2);
    font-size: 30px;

}

#accessibility-menu>div>*:first-child {
    margin-right: 15px;
}

#menu-main-menu {
    overflow: scroll;
    height: calc(100% - 2em - 77px);
    ;
}

#menu-main-menu li a[href="#"]::before {
    content: "▸";
    margin-right: 3px;
    display: inline-block;
}

#menu-main-menu li.open a[href="#"]::before {
    content: "▾"
}

#menu-main-menu li .sub-menu {
    height: 0;
    overflow: hidden;
}

.menu-main-menu-container ul.sub-menu ul.sub-menu li a {
    font-size: 18px;
}

.menu-main-menu-container ul li a[href="#"]:hover::before {
    color: var(--color-hover);
}

#menu-main-menu li.open .sub-menu {
    height: auto;
}

/* hide scrollbars */
.menu-main-menu-container {
    -ms-overflow-style: none;
    overflow: auto;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox, Safari 18.2+, Chromium 121+ */
}

.menu-main-menu-container::-webkit-scrollbar {
    display: none;
    /* Older Safari and Chromium */
}

.menu-main-menu-container * {
    overflow:auto;
    -ms-overflow-style: none;
    /* Internet Explorer 10+ */
    scrollbar-width: none;
    /* Firefox, Safari 18.2+, Chromium 121+ */
}

.menu-main-menu-container *::-webkit-scrollbar {
    display: none;
    /* Older Safari and Chromium */
}

/* ACCESSIBILITY MODES */
#high-contrast,
#background-images {
    height: 18px;
    width: 18px;
}

.menu-main-menu-container > ul > li > a[aria-current="page"] {
    color: var(--color-hover);
}
.menu-main-menu-container a.yellow{
    color: var(--color-hover);
}
.menu-main-menu-container a.yellow + ul > li:first-child > a{
    color: var(--color-hover);
}
.menu-main-menu-container a.yellow + ul.scrolled > li:first-child > a{
        color: var(--color-white);
}
#accessibility-menu fieldset {
    border: none;
    padding: 0;
    display: inline-block;
}

#accessibility-menu fieldset label:nth-child(2) {
    margin-right: 10px;
}

body.high-contrast-mode .intro-gifs {
    display: none;
}

body.high-contrast-mode blockquote:before,
body.high-contrast-mode blockquote:after {
    background-image: none;
}

body.high-contrast-mode .ch-head-box h2 {
    display: none;
}

body.high-contrast-mode blockquote:before,
body.high-contrast-mode blockquote:after {
    background-image: none;
}

body.high-contrast-mode .chapter:not(.swbti-black) .background-image {
    display: none;
}

#accessibility-menu #break {
    display: none;
}

body.high-contrast-mode .chapter:not(.swbti-black):not(.small-next) {
    background: #FFCCFF;
}

body.high-contrast-mode #take-action .chapter {
    background-color: var(--color-black);
}

body.high-contrast-mode #chapter-intro {
    background-image: none !important;
}

body.high-contrast-mode #about {
    background-image: none !important;
    background: black;
}

.swbti-black .background-image img {
    object-fit: contain;
}

.swbti-black .background-image .cut {
    background-color: var(--color-black);
}

#take-action.bottom-into.intro {
    background-color: transparent;
    height: auto;
    padding-bottom: 0;
}

.main-ext[data-title="Take Action"] {
    background-color: var(--color-black);
}

#swbti-link,
#swbti-link:link,
#swbti-link:hover,
#swbti-link:visited {
    color: inherit
}

.small-next .wp-block-button__link:hover, .next-chapter .wp-block-button__link:hover {
    background-color: #E1FD64;
}

.full-bleed {
    width: 100%;
    height: 100vh;
    z-index: 9;
    display: block;
}

.wp-block-button__link {
    font-size: 26px;
}



@media screen and (max-width: 1000px) {
    .site-title {
        display: none;
    }

    .menutop {
        height: 39px;
    }

    #accessibility-menu #break {
        display: block;
    }

    .back-top {
        display: block;
        font-family: var(--arial-narrow);
        font-size: 20px;
        line-height: 1.7;
    }

    .back-top:hover {
        color: var(--color-hover);
        cursor: pointer;
        text-decoration: underline;
    }

    .menutop .opener {
        line-height: 1.7;
        left: 25px;
    }

    * {
        --medium-column: 60%;
        /* 770px */
        --large-column: 95%;
        --mini-column: 66%;
        /* 508px */
        --medium-large-column: 88%;
        /* 1250px*/
    }
}

@media screen and (max-width: 800px) {
    .resource-box {
        flex-direction: column;
        align-items: left;

    }

    .chapter-special .ph p {
        font-size: 24px;
    }

    .contributor-box,
    .contributor-section h4,
    #about .ph-int p {
        font-size: 24px;
    }

    .menu-main-menu-container {
        width: 94%;
    }

    .audio-controlls::before {
        top: -10%;
    }

    .intro h2 {
        width: 95%;
    }

    .resource-box p.image {
        display: none;
    }

    .menu-main-menu-container ul {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(6, 1fr);
    }

    .menu-main-menu-container ul li {
        border: none;
    }

    .small .section {
        width: 95%;
    }

    .section {
        margin-top: 0px;
    }

    .section .sec-content {
        position: relative;
        top: -1px;
    }

    .chapter-special blockquote h1 {
        max-width: 100%;
    }

    blockquote:before,
    blockquote:after {
        top: 0%;
    }

    #mvcwid .wps_text_glowing span {
        padding: 10px 10px;
    }

    #chapter-intro blockquote p {
        max-width: 100%;
    }

    .main-ext[data-title="Take Action"] .swbti-black .ch-head-cont {
        height: 34vh;
    }

    .chapter>.divider-quote p {
        max-width: 90%;
    }

    * {
        --medium-column: 90%;
        --large-column: 100%;
        --mini-column: 76%;
        --medium-large-column: 98%;
        --section-vertical-padding: 80px;
        --header-vertical-padding: 30px;
        --paragraph-vertical-padding: 20px;
        --inner-item-vertical-padding: 50px;
    }

    .sec-header h3 {
        max-width: 15ch;
    }

    .panel .ph-int {
        width: var(--medium-column);
    }

    .section .blockquote {
        max-width: 95%;
    }

    .sex-workers-built-internet {
        margin-top: 2vh;
    }

    .home .intro .intro-h1 {
        height: 130vh;
    }

    .panel .caption>p {
        max-width: 100%;
    }

    .sex-workers-built-internet .ch-head-box h1 {
        margin-top: 50vh;
    }

    #chapter-introtwo {
        margin-top: 35vh;
    }

    .bottom-into.intro {
        height: 275vh;
    }

    .contributor-section h2,
    .contributor-section h4 {
        width: var(--medium-column);
    }

    .panel iframe {
        margin-top: calc(var(--paragraph-vertical-padding)/2);
    }

    #accessibility-menu {
        font-size: 20px;
        flex-direction: column;
        width: calc(100% - 48px);
        padding: 20px 24px;
    }

    .menu-main-menu-container ul li a {
        font-size: 24px;
    }

    #menu-main-menu li {
        line-height: 1;
        margin-bottom: 10px;
    }

    #menu-main-menu>li {
        margin-bottom: 18px;
    }

    #menu-main-menu {
        height: calc(100dvh - 227px);
        padding: 0 24px;
    }

    .audio-controlls::before {
        left: -160%;
    }

    .menu-main-menu-container ul.sub-menu ul.sub-menu li a {
        font-size: 20px;
    }

    .intro-gifs img {
        transform-origin: center;
        transform: scale(0.5);
        /* max-width: 30px; */
    }

    .main-ext[data-title="Home"] .intro h1 {
        font-size: 26.5vw;
        top: 11vh;
        position: relative;
    }

    .main-ext[data-title="Home"] .intro {
        height: 480vh;
    }

    .home .intro .intro-h1 {
        height: 100vh;
    }

    #chapter-intro section h3+blockquote {
        margin-left: 0;
        margin-right: 0;
    }

    #take-action .ph-int strong {
        font-size: 24px;
    }

    .main-ext[data-title="Introduction"] #chapter-intro section h2 {
        font-size: clamp(46px, 9vw, var(--header-vertical-padding));
    }

    .divider-quote blockquote p {
        font-size: 36px;
    }

    h4.dotted {
        font-size: 28px;
    }

    blockquote:before,
    blockquote:after {
        background-image: none;
    }

    /*      
    .main-ext[data-title="Home"] .intro{
        height: 495vh;
    } */
    /* .main-ext[data-title="Home"] .home .intro .intro-h1
    {
        height: 120vh;
    }
    .main-ext[data-title="Home"] .next-chapter.small-next{
        top: calc(11vh + var(--paragraph-vertical-padding));
    }
    .main-ext[data-title="Home"] .next-chapter .wp-block-buttons{
        bottom: 40px;
    }
    .main-ext[data-title="Home"] .intro .intro-h2{
        height: 140vh;
    } */


}