body {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/* ======== HEADER ======== */
.header-container {
    display: inline-block;
    height: calc(21vh + 50px);
}
header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}


.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: 14vw auto 5vw auto;
}
.main-wrapper .container {
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}











/* ======================== 
      BLUE 'NO' SECTION
=========================*/
#binary_content #container_No { 
    height: 110vh;
    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;
}

/* ======================== 
      ORANGE 'YES' SECTION
=========================*/

#binary_content #container_Yes { 
    height: 110vh;
    background-color:  #FFA537;
    color:  #fff;
    padding: 10px;
    font-family: sans-serif;
    overflow-x: hidden;
    overflow-y: hidden;
}
#binary_content #yes_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 #yes_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 #binary2_p { 
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    grid-column: 1;
    grid-row: 1;
    font-size: 8rem;
    text-align: end;
}
/* 'i' */
#binary_content #rYes { 
    margin: 0;
    padding: 0;
    align-self: center;
    grid-column: 3;
    grid-row: 2;
    color: #0060E0;
    text-transform: lowercase;
    font-size: 2rem;
    writing-mode: vertical-lr;
}
#binary_content #binary2_first-e { 
    grid-column: 4;
    grid-row: 1;
    font-size: 4rem;      
}
/* CHOICES */
#binary2_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 #binary2_m { 
    grid-column: 2;
    grid-row: 2;    
    font-size: 4rem;
    writing-mode: vertical-lr;    
    text-align: center;
}
#binary_content #binary2_b {     
    grid-column: 2;
    grid-row: 5;
    font-size: 4rem;
    text-align: center;
}
#binary_content #binary2_l { 
    grid-column: 5;
    grid-row: 3;
    font-size: 4rem;    
}
#binary_content #binary2_e { 
    grid-column: 6;
    grid-row: 3;
    align-self: flex-end;    
    font-size: 8rem;
}
#binary_content #blue-rect { 
    grid-column: 3;
    grid-row: 3 / 6;
    background-color: #0060E0;
}











/* THE STYLING FOR THE NEXT BUTTON*/
.next-prev-btns {

    display: flex;
    justify-content: left;
    width: 100%;
    grid-row: 10;
    height: 75px;
    margin: 100px 0 10px 0;
}
.next-prev-btns ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.next-prev-btns li {
    justify-content: center;
}
.movement-btns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 5rem;
    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: 70px;
    height: 70px;
    border-radius: 50%;
}
.movement .movement-btns a:hover {
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,1);
}


/* ===================
        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'.*/
}
h1, h2 {
    text-transform: uppercase;
    font-family: 'Josefin Sans', sans-serif;
}
/* ===================
        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;
}