    /* ===================
    Table of Contents
   ===================
1. global styles
    Note: everything that the body tag controls
2. typography
    2.1
3. layout - header... section 2... footer
    3.1 
4. components 
    4.1 icons
5. media

*/

/* ===================
      Global Styles
   =================== */
*, *::after, *::before { 
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* ===================
    Custom Properties
   =================== */
:root {
    --scroll:
}
body {
    max-width: 962px;
}
/* ===================
        Typography
   =================== */
.podcast-title {
    width: 100vw;
    height: 21vh;
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 3vh;
    background-color: rgba(249,247,247,1);
    word-spacing: .75rem;
    letter-spacing: .25rem;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.4);
}
.podcast-title h1 {
    font-size: 2.5rem;
    display: flex;
    padding: 10px;
    justify-content: center;
}
.nav-scrolled {
    height: 10vh;
    transition: height 250ms ease-in-out;
}
.nav-scrolled h1 {
    font-size: 1.125rem;
    padding: 0;
    position: relative;
    top: -23.5px;
    align-items: flex-end;
    transition: font-size 450ms ease-in-out,
                align-items 250ms ease-in-out;
}
.nav-scrolled .s-logo {
    position: relative;
    top: -27.5px;
    width: 60px;
    height: auto;
}
/* ===================
         Layout
   =================== */
.header-container {
    display: inline-block;
    height: calc(21vh + 50px);
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
h1, h2 {
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}
h1 {
    font-weight: 900;
    letter-spacing: .2rem;
    margin-left: 2vw;
    margin-bottom: .75vw;
}
h1 span {
    text-transform: capitalize;
    font-style: italic;
    color: rgba(121,121,121,1);
}
.page_4 {
    font-size: 2.25rem;
}
h2 {
    color: rgb(161, 159, 159);/*used to be 201*/
    margin-left: 1ch;
    padding: 0 0 2em 0;
}

h3 {
    text-transform: capitalize;
    font-size: 1.75rem;
    letter-spacing: .05rem;
    padding: 0 0 1em 0;
    margin-left: 1.25ch;
}
h4 {
    text-transform: capitalize;
    font-size: 1.6rem;
    letter-spacing: .05rem;
    padding: 0 0 0.75em 0;
    margin-left: 3ch;
}
h5 {
    text-transform: capitalize;
    font-size: 1.55rem;
    letter-spacing: .05rem;
    padding: 0 0 0.5em 0;
    margin-left: 4.5ch;
    font-weight: 500;
}
h6 {
    text-transform: capitalize;
    font-size: 1.5rem;
    letter-spacing: .05rem;
    padding: 0 0 0 0;
    margin-left: 5.5ch;
    font-weight: 400;
}
.page_divider {
    color: red;
    width: 60%;
    margin-left: 7vw;
}
p {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 1.5rem; 
    line-height: 1.25;
    padding: 0 7vw 15px 7vw;
    margin-bottom: 3ch;
}
.check {
    color: rgb(240, 241, 243);
}
.pain {
    font-size: 12rem;
}
.fini h3 {
    display: flex;
    justify-content: center;
}
#m {
    font-size: 2rem;
    padding: .5ch;
}
.dialogue {
    padding: 0 7vw;
    margin-bottom: 1ch;
}
.explanatory_note {
    background-color: #faf3e7;  
    min-height: 30px;
    width: 100%;
    margin: 20px 0;
    padding-top: 15px;
}
.explanatory_note h6 {
    margin-top: 12px;
    padding-bottom: 6px;
}
.explanatory_note p {
    padding-bottom: 28px;
}
.darker_blue {
    color: #0060E0;/* #1abcfe #003ce0 */
}
.red {
    color: red;
}
.green {
    color: rgb(0, 200, 0);
}
.blue {
    color:rgb(10, 6, 245)
}
ol {
    text-transform: uppercase;
    font-size: 1.25rem;
    color: rgba(128,128,128,1);
}
li {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 400;
    letter-spacing: .1rem;
}
/*
article {
    max-width: 958px;
}*/
article > p:first-of-type::first-letter {
    text-transform: capitalize;
    margin-right: 2ch;
    font-size: 6rem;
    color: rgba(255,0,0,1);
    float: left;
    shape-outside: border-box;
    padding: .5ch .5ch 0 0;
}
.quotes {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 5% 10px 15%;
    margin: 20px 0 auto;
}
.bible_quotes {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 5% 10px 5%;
    margin: 20px 0 40px 10%;
    border-left-style: solid;
    border-left-color: rgba(255,0,0,1);
    border-left-width: 7px;
}
blockquote {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 100;
    margin: 0 auto;
    color: rgba(128,128,128,1);
}
.quotes .q-marks {
    position: absolute;
    font-family: 'Secular One';
    color: rgba(231,231,231,1);
    font-size: 30rem;
    z-index: -1;
    transform: rotate(180deg);
    bottom: -35%;
    left: 25%;
}
cite {
    align-self: flex-end;
    font-family: 'Reem Kufi', sans-serif;
    font-weight: 700;
    margin: 8px 0 15px 0;
    font-size: 1.25rem;
}
.illustration {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1.1rem;
    word-spacing: .1rem;
    display: flex;
    flex-direction: row;
    gap: 1ch;
    max-width: 962px;

}
.fig-num, .img-desc, .credits {
    margin-bottom: 2.5ch;
}
.illustration .fig-num {
    margin-left: 2px;
    font-weight: 700;
    color: rgba(255,0,0,1);
    text-transform: capitalize;
    text-decoration: underline;
}
.illustration .img-desc {
    text-transform: none;
    color: rgb(173, 173, 173);
}
.illustration .credits {
    font-weight: 600;
    color: rgba(0,0,0,1);
}
.illustration-6 {
    margin-top: 5px;
}
/* NOTE ON TITLE TYPOGRAPHY...a; as; but; for; in; or; the; to; vs. */ 
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.strong {
    color: rgba(0,0,0,1);
}
.italic {
    font-style: italic;
}

/* ===================
        Navigation
   =================== */
.toggle-btn {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 21px;
    top: calc(50px / 2 - 10.5px);
    left: 1rem;
    transition: all 500ms ease-in-out;
}
.navbar .toggle-btn-burger {
    display: flex;
    width: 100%;
    height: 3px;
    border-radius: 25%;
    background: rgba(255,255,255,1);
    transition: all 500ms ease-in-out;
}
.toggle-btn-burger::before, 
.toggle-btn-burger::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: rgba(255,255,255,1);
    border-radius: 25%;
    transition: all 500ms ease-in-out;
}
.toggle-btn-burger::before {
    transform: translateY(-7px);
}
.toggle-btn-burger::after {
    transform: translateY(7px);
}
/* ===================
        Animation
   =================== */
.toggle-btn.open .toggle-btn-burger {
    transform: translateX(-21px);
    background: transparent;  
}
.toggle-btn.open .toggle-btn-burger::before {
    transform: rotate(45deg) translate(10.5px, -10.5px);
    height: 4px;     
}
.toggle-btn.open .toggle-btn-burger::after {
    transform: rotate(-45deg) translate(10.5px, 10.5px);
    height: 4px;     
}
.black-strip {
    display: flex;
    background-color: rgba(25,25,25,1);
    margin: 0;
    padding: 0;
    height: 50px;
    width: 100%;
    align-items: center;
    justify-content: flex-end;
}
.navbar {
    display: flex;
    margin: 0;
    padding: 0;
    height: 0px;
    width: 100vw;
    
}
.navbar-links {
    display: none;
    margin: 0;
    padding: 0;
    width: 250px;
    height: 100vh;
    padding-top: 10vh;
    background: rgba(0,0,0,.925);
    z-index: 10;
}
.navbar-links.active {
    display: flex;/*Display: CANNOT just say visible! It must be some other value, such as 'flex' or 'inline-block'.*/
}
/*
.toggle-btn {
    position: absolute;
    top: calc(50px / 2 - 10.5px);
    left: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 21px;
    transition: all 500ms ease-in-out;
}*/
.q-n-a-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 10px;
    gap: 5px;
}
.q-n-a {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 22.5px;
    height: 22.5px;
    color: rgba(255,255,255,1);
    background: rgba(0,140,255,1);
    border-radius: 50%;
    font-size: 1.25rem;
    line-height: 1.35rem;
    font-family: 'Cormorant Garamond', sans-serif;
}

.faq {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 75px;
    margin: 0 60px 35px;
}

.faq .answer {
    display: none;
    font-size: 1.25rem;
    line-height: 1.35rem;
    color: rgba(0,0,0,1);
    margin: 10px 0 10px 0;

}
.answer.active {
    display: inline-block;/*Display: CANNOT just say visible! It must be some other value, such as 'flex' or 'inline-block'.*/
}
.faq .question {
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 10px;
    font-size: 1.25rem;
    line-height: 1.35rem;
    text-transform: none;
    color: rgba(121,121,121,1);
}
.faq .question .ans-symbol {
    display: flex;
    position: relative;
    align-self: flex-end;
    justify-self: center;
    text-decoration: none;
    font-size: 1rem;
    bottom: -6px;
    color: rgba(255,0,0,1);
}
.question li p {
    display: flex;
    justify-content: space-between;
}
.faq .answer1 {
    display: none;
    font-size: 1.25rem;
    line-height: 1.35rem;
    margin: 10px 0 10px 0;
}
.answer1.active {
    display: inline-block;/*Display: CANNOT just say visible! It must be some other value, such as 'flex' or 'inline-block'.*/
}
.faq .answer4 {
    display: none;
    font-size: 1.25rem;
    line-height: 1.35rem;
    margin: 10px 0 10px 0;
}
.answer4.active {
    display: inline-block;/*Display: CANNOT just say visible! It must be some other value, such as 'flex' or 'inline-block'.*/
}
.ans-symbol {
    font-size: .75rem;
}
.navbar-links .side-by-side {
    list-style: none;    
}
.navbar-links li a {
    display: flex;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    font-weight: lighter;
    letter-spacing: .05rem;
    font-size: 1.1rem;
    color: rgba(255,255,255,1);
    width: min-content;
    margin: 0 0 0 3rem;
    padding-top: 1.5rem;
}
.navbar-links .episode-list a {
    padding-top: .75rem;
}
/*
.navbar-links p {
    display: flex;
    text-decoration: none;
    font-family: Helvetica, sans-serif;
    font-weight: lighter;
    letter-spacing: .05rem;
    font-size: 1.1rem;
    color: rgba(255,255,255,1);
    width: min-content;
    margin: 0 0 0 3rem;
    padding: .5rem;
}/*
.navbar-links li .z-margin-l {
    display: flex;
    font-size: .7rem;
    margin-left: 0;
    align-items: center;
    color: white;
}*/
.navbar-links li .plus {
    display: flex;
    justify-content: space-around;
    color: rgba(121,121,121,1);
    margin-left: 10px;
}
.episodes {
    display: none;
    margin: 0 0 0 3rem;
    padding: .5rem;
    opacity: 0;
    transition: all 1.25s;
}
.episodes.active {
    position: relative;
    display: flex;
    flex-direction: column;
    opacity: 1;
    transition: all 1.25s;
}
.episodes .episode-list a {
    display: flex;
    align-self: flex-start;
    justify-content: center;
    width: 225px;
    font-size: 1.05rem;
    color: rgba(121,121,121,1);
    margin: 0 ;
    padding-bottom: 1rem;
}
.logo {
    display: flex;
    margin: 0 auto;
    width: 150px;
    height: auto;
}
/*The REST of the layout*/
.main-wrapper {
    max-width: 1200px;
    padding-top: 12 .5vh;
    margin: 22vw auto 5vw auto;
}
.main-wrapper .container {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    /*max-width: 80%;*/
}
.illustration-img {
    width: 100vw;
    height: auto;
    overflow-x: hidden;
}
.illustration-img2 {
    padding-right: 2ch;
    padding-bottom: .5ch;
    margin: 2ch 5ch .5em -6vw;
    max-width: 600px;
    height: auto;
    float: left;
    shape-outside: margin-box;
}
/* ===================
        Multimedia
   =================== */
                        /*Media*/
/*LEFT*/
.media-l, .media-r {
    margin: 5ch 0 4ch 0;
    max-width: 962px;
}
.media-l {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    height: auto;
}
.media-l .canvas-frames-l {
    max-width: 53%; 
    height: auto;
    align-self: flex-end;
    overflow: hidden;
}
#webgl_canvas_l {
    width: 100%; 
    height: fit-content;
}
/*RIGHT*/
.media-r {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
}
.media-r .canvas-frames-r {
    max-width: 50%; 
    height: 600px;
    align-self: flex-end;
}       
                            /*Text*/
/*RIGHT*/
.content-r {
    width: 45%;
    height: calc(550px - 70px);
}
.content-title-l, .content-title-r {
    font-family: 'Josefin Sans', sans-serif;
    color: rgba(201,201,201,1);
    word-spacing: .1rem;   
    font-size: 1.5rem;
    height: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
}
.content-title-r {
    width: 90%;
}
.content-text {
    width: calc(100%);
    height: calc(100%);
    overflow: scroll;
}
.content-text p{
    width: 100%;
    height: auto;    
    padding: 0 2ch;
    margin: 0 auto;
    text-align: justify;
    line-height: 2rem;
    overflow: scroll;
}
/*LEFT*/
.content-l {
    width: 50%;
    height: calc(550px);
}

#webgl_canvas_cmb {
    width: 100%;
    height: auto;
}
.media-abreast {
    display: flex;
    justify-content: space-between;
    width: 100vw;
}/*
.figure-5 {
    padding-right: 2ch;
    padding-bottom: .5ch;
    margin: 2ch 5ch .5rem -6vw;/*To counter the margin-left I put on the "number-list" class*//*
    max-width: 600px;
    height: auto;
    float: left;
    shape-outside: margin-box;
}*/
.figure-7 {
    width: 573px;
    height: 573px;
    overflow: hidden;
}
/* ===================
          Lists
   =================== */

.num-list {
    list-style: upper-roman;
    color: rgba(121,121,121,1);
    text-transform: uppercase;
    line-height: 1.15em;
    padding-bottom: .5ch;
    margin: 0 0 .5em 6vw;
}
.red-bullet {
    list-style: circle;
    color: rgba(255,0,0,1);
    font-size: 2rem;
    text-transform: none;
    padding: 7px 0;
    margin: .5ch 0 1ch 5.5vw;
}
.red-bullet > q {
    color: black;
    font-size: 1.5rem;
    font-weight: 200;
}
.red-bullet > p {
    color: black;
    font-size: 1.5rem;
    font-weight: 200;
}
/* ===================
        Components
   =================== */
.symbols {
    font-size: 16px;
}

.icons {
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    display: flex;
    flex-direction: column;
    z-index: 10;
}
.icons ul {
    z-index: 2;
}
.icons li { 
    list-style: none;
    margin: 0 0 7.5px 0;
}
.icons a { 
    position: relative;
    width: 35px;/*60px*/
    height: 35px;/*60px*/
    background: rgba(241,241,241,1);
    display: block;
    text-align: center;
    margin: 0 8.25px;
    border-radius: 50%;
    padding: 3.75px;/*6px*/
    box-sizing: border-box;
    text-decoration: none;
    box-shadow: 0 5px 8.25px rgba(0,0,0,0.3);
    background: linear-gradient(0deg, rgba(221,221,221,1), rgba(255,255,255,1));
    transition: 0.5s;
}
.icons a:hover { 
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.icons a .symbols { 
     width: 100%;
     height: 100%;
     display: block; 
     background: linear-gradient(0deg, rgba(255,255,255,1), rgba(221,221,221,1));
     border-radius: 50%;
     line-height: calc(60px - 10px);
     font-size: 20px;
     transition: 0.5s;
}
ul li:nth-child(1) .conventional-wisdom { 
    color: rgba(141,27,182,1);
    display: flex;
    align-items: center;
    justify-content: center;
} 
ul li:nth-child(2) .symbols { 
    color: rgba(0,96,224,1);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul li:nth-child(3) .symbols { 
    color: rgb(16,140,255);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul li:nth-child(4) .symbols { 
    color: rgba(0,179,2,1);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul li:nth-child(5) .symbols { 
    color: rgba(249,252,91,1);
    background: rgba(75,75,75,1);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul li:nth-child(6) .symbols { 
    color: rgba(255,165,55,1);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul li:nth-child(7) .symbols { 
    color: rgba(255,0,0,1);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
ul li:nth-child(8) .symbols { 
    color: rgba(0,0,0,1);
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* ===================
         media
   =================== */
img {
    width: 100%;
    height: auto;
}
/* ===================
         media
   =================== */
.twitter {
    display: flex;
    align-items: center;
    position: relative;
    width: 22.5px;
    height: 22.5px;
    border-radius: 50%;
    padding: 4px;
    color: rgba(255,0,0,1);
    background: rgba(255,255,255,1);
    margin-right: 10px;
    transition: 1000ms;
}/*
.nav-scrolled {
    height: 7vh;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: .2rem;
    margin: 0 auto;
    margin-bottom: .75vw;
}
*/
.sticky-qNa-container {
    margin: 0 0 .5rem 6vw;
}
.sticky-qNa-container .styling {
    margin-left: 50px;
}
.sticky-qNa-container .first {
    margin-top: 50px;
}
.sticky-qNa-container .last {
    margin-bottom: 0px;
}
.sticky-qNa-container p {
    color: black;
    text-transform: none;
    padding: 0;
    margin: 0 0 1rem;   
}
.list-question {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: sticky;
    height: 70px;
    top: 140px;
    /*list-style: upper-roman;*/
    color: hsl(0, 0%, 47%);
    background: hsl(0, 0%, 100%);
    text-transform: uppercase;
    font-size: 1.25em;
    line-height: 1.15em;
    padding: 0;
    z-index: 3;
}
.next-prev-btns {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 75px;
    margin-top: 50px;
}
.next-prev-btns ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.next-prev-btns li {
    
    margin: 0 10px;
}
.movement-btns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 2rem;
    font-weight: 100;
    text-decoration: none;
    color: rgba(0,0,0,1);
}/*
.movement-btns li a:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255,255,255,1);
}*/
.movement {
    display: flex;
    align-items: center;
    justify-content: center;
}
.movement .page-num-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid rgba(0,0,0,1);
}
.movement .movement-btns a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.movement .movement-btns a:hover {
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,1);
}
.go-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 1.5rem;
    border: 1px solid rgba(0,0,0,1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    z-index: 11;
}

.illustration-img
#webgl_canvas_galileo_phases_of_venus {
    display: flex;
    position: relative;
}

.illustration-img
#webgl_canvas_galileo_phases_of_venus .slider {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: ew-resize;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    background-color: rgb(250, 0, 0);
}
.illustration-img
#webgl_canvas_homogeneity_slider {
    display: flex;
    position: relative;
}
.illustration-img 
#webgl_canvas_homogeneity_slider .slider {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: ew-resize;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: calc(50% - 15px);
    left: calc(50% - 15px);
    background-color: rgb(250, 0, 0);
}
/*
body { 
    overflow: hidden;
    margin: 0;
}*/
.illustration-img
#webgl_canvas_filaments { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.the_red_sea {
    height: 250px;
    background-color: mediumblue;
    width: auto;

}
.the_red_sea .wisdom1 {
    position: relative;
    margin-left: 33%;
    height: 250px;
    background-color: burlywood;
    max-width: 33%;
}
.streams_in_the_desert {
    height: 250px;
    background-color: burlywood;
    width: auto;
}
.streams_in_the_desert .wisdom2 {
    position: relative;
    margin-left: 33%;
    height: 250px;
    background-color: mediumblue;
    max-width: 33%;
}
.wisdom_of_God {
    margin-top: 6px;
}
/* ================================= 
BINARY DECISIONS - NO 
================================= */
#binary_content #container_No { 
    height: 100vh;
    background-color:  #0060E0;
    color:  #fff;
    padding: 10px;
    font-family: sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
}
#binary_content #no_Section { 
    display: grid;
    grid-template-columns: minmax(30ch, 30ch) 1fr min-content min-content min-content 1fr;
    grid-template-rows: max-content min-content max-content max-content 1fr;
    grid-gap: 1.5em;
    margin-top: 15vh;
    margin-left: 15vh;
    transform: rotate(-45deg);
}
#binary_content #no_Section {      
    text-transform: uppercase;
}
#binary_content #binary_contents { 
    box-sizing: border-box;
    margin: 0px;
    padding: 0;
    grid-column: 1;
    grid-row: 3 / 4;
    border: #fff solid 2px;
    padding: 20px;
    text-align: left;
}
#binary_content #fa-search { 
    grid-column: 1;
    grid-row: 4;
    font-size: 1.25rem;
    display: flex;
    justify-content: left;
    align-self: flex-end;
}
#binary_content #spaces {
    margin-top: 25px;
}
#binary_content, #binary_contents, #binary {
    text-transform: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#binary_content #binary_p { 
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    grid-column: 1;
    grid-row: 1;
    font-size: 8rem;
    text-align: end;
}
/* 'i' */
#binary_content #rNo { 
    margin: 0;
    padding: 0;
    align-self: center;
    grid-column: 3;
    grid-row: 2;
    color: #FFA537;
    text-transform: lowercase;
    font-size: 2rem;
    writing-mode: vertical-lr;
}
#binary_content #binary_first-e { 
    grid-column: 4;
    grid-row: 1;
    font-size: 4rem;      
}
/* CHOICES */
#binary_a { 
    display: grid;
    justify-content: start;
    align-self: end;
    padding-top: 10px;
    margin-bottom: 0;
    grid-column: 2;
    grid-row: 3;    
    font-size: 4rem;
    border-top: #fff solid 2px;
    border-bottom: #fff solid 2px;    
}
#binary_content #binary_m { 
    grid-column: 2;
    grid-row: 2;    
    font-size: 4rem;
    writing-mode: vertical-lr;    
    text-align: center;
}
#binary_content #binary_b {     
    grid-column: 2;
    grid-row: 5;
    font-size: 4rem;
    text-align: center;
}
#binary_content #binary_l { 
    grid-column: 5;
    grid-row: 3;
    font-size: 4rem;    
}
#binary_content #binary_e { 
    grid-column: 6;
    grid-row: 3;
    align-self: flex-end;    
    font-size: 8rem;
}
#binary_content #orange-rect { 
    grid-column: 3;
    grid-row: 3 / 6;
    background-color: #FFA537;
}

/* =================================
          VERTICAL ALIGN
==================================*/
/* PAGE 10 */
#p10_water {
    vertical-align: -15%;
}

/* PAGE 12 */
#degrees {
    vertical-align: 40%;
    font-size: .75em;
    padding-left: 2px;
}
#exponents {
    vertical-align: 40%;
    font-size: .75em;
    padding-left: 2px;
}
#entropy {
    vertical-align: -20%;
    font-size: .85em;
    padding-left: 2px;
}
#middle {
    vertical-align: 15%;
    font-size: 1.5em;
    padding-left: 2px;
}
#flip {
    vertical-align: -7%;
    padding-left: 2px;
}

/* =======================
      GLITCH OF PAIN
======================= */
/* #glitch_container {
    position: absolute;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}
.glitch_box {
    position: absolute;
    background: rgb(0, 0, 0);
}*/

#genesis {
    font-size: 3em;
    margin-bottom: 65px;
}