* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Roboto;
    color: #0f0f0f;
    font-size: 18px;
}

body {
    display: flex;
    flex-direction: column;
}

.wrapper {
    flex: 1 0 auto;
    background-color: #fdfff5;
}

.footer {
    flex-shrink: 0;
}

.red {
    background: #C8102E;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}

.vh-100 {
    height: 100vh;
}

.p-50 {
    padding: 50px;
}

.column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    position: relative;
}

.yellow-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

.hero-logo {
    /* position: fixed; */
    margin: 1.2em;
    color: #F6EB61;
    font-family: "Roboto mono";
    font-size: 22px;
    /* mix-blend-mode: difference; */
    text-transform: uppercase;
    z-index: 2;
}

.hero-logo a {
    color: #F6EB61;
}

.menu-toggle {
    /* position: fixed;
    right: 0; */
    margin: 2em;
    color: #C8102E;
    z-index: 1;
}

.menu-toggle {
    color: #fff;
}

.menu-toggle ion-icon {
    font-size: 22px;
}

.nav {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}

.sticky.scrolled {
    background-color: #C8102E !important;
    transition: background-color 200ms linear;
}

.scrolled .menu-toggle {
    color: #F6EB61!important;
}

.year {
    position: absolute;
    color: #F6EB61;
    font-family: Roboto;
    bottom: 8%;
    font-weight: bolder;
    transform: rotate(-90deg);
    left: 0%;
    z-index: 1;
}

.slogan {
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: appear-text 0.0001s linear forwards;
    animation-delay: 2.6s;
    color: transparent;
    -webkit-text-stroke: 1px white;
    font-family: "Times New Roman";
    text-transform: uppercase !important;
    font-size: 64px;
    font-weight: 500!important;
}

.yellow-column {
    background-color: #F6EB61;
    position: relative;
}

.yellow-column__top::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #0f0f0f;
    animation: rev-block 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 2.6s;
}

.yellow-column__top {
    height: 30%;
    position: relative;
}

.yellow-column__bottom {
    height: 70%;
    background-color: #C8102E;
}

h1,
h2 {
    font-weight: 500;
    text-align: center;
    padding: 40px 0;
    font-family: Roboto;
    color: transparent;
    -webkit-text-stroke: 1px #0f0f0f;
    font-family: "Roboto";
    font-size: 84px;
}

h2 {
    font-size: 72px;
    padding: 15px 0;
}

.episodes h1 {
    text-align: left;
    /* animation: textAnimate 10s infinite; */
    white-space: nowrap;
    display: inline-block;
    margin-right: 15px;
}

.archive-title h1 {
    -webkit-text-stroke: 1px #fdfff5;
}

.archive-section .menu-toggle,
.single-post .menu-toggle {
    color: #fff;
}

a {
    text-decoration: none;
}

.post-share-cta {
    margin: 10px 0;
}

@keyframes textAnimate {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}


/* .video-wrap {
    width: auto;
    max-height: 320px;
} */

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%;
    /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media {
    padding: 10px;
    z-index: 2;
}

.media ion-icon {
    font-size: 32px;
}

.media p {
    color: transparent;
    -webkit-text-stroke: 1px #C8102E;
    font-family: "Roboto";
    font-size: 64px;
}

.media ul {
    position: absolute;
    list-style: none;
    bottom: 4%;
    right: 5%;
}

.media ul li {
    display: inline-block;
    padding-right: 10px;
}

.media ul li a {
    color: #C8102E;
    ;
}

.share {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    opacity: 0;
    animation: appear-text 0.0001s linear forwards;
    animation-delay: 3s;
}

.social-share-wrapper {
    align-self: center;
    text-align: center;
}

.social-share-wrapper ion-icon {
    font-size: 42px;
}

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

.facebook a {
    color: #4267B2;
}

.twitter a {
    color: #1DA1F2;
}

.linkedin a {
    color: #0e76a8;
}

.reddit a {
    color: #FF5700;
}

.social-share-wrapper ul li {
    display: inline-block;
    padding-right: 10px;
}


/* .social-share-wrapper ul li a {
    color: #101010;
} */

.red-column {
    background-color: #C8102E;
    position: relative;
}

.red-column::after {
    content: '';
    top: 0;
    left: 0;
    position: absolute;
    width: 0%;
    height: 100%;
    background: #F6EB61;
    animation: rev-block 1.5s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation-delay: 2.4s;
}

.double-column {
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
}

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

.about-title h1 {
    text-align: left;
}

.about-decription {
    font-size: 22px;
    line-height: 32px;
    padding: 0 30px;
    text-align: justify;
}

.vh-100 {
    height: 100vh;
}

.excerpt {
    text-align: center;
}

.copy {
    font-size: 18px;
    color: #C8102E;
    text-align: center;
}


/*--------------- scroll down icon animation --------------- */

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 50px;
    display: block;
    text-align: center;
    font-size: 20px;
    z-index: 0;
    text-decoration: none;
    text-shadow: 0;
    width: 13px;
    height: 13px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: translate(-50%, 0) rotate(45deg);
    animation: fade_move_down 3s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

.menu-toggle ion-icon {
    font-style: 16px;
}

.overlay {
    position: fixed;
    width: 0;
    height: 100vh;
    background: #0f0f0f;
    z-index: 1;
    opacity: 0;
}

.overlay ion-icon {
    position: fixed;
    right: 0;
    margin: 2em;
    color: white;
}

.overlay ul {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -50%);
    list-style: none;
}

.overlay ul li {
    font-size: 84px;
}

@media (max-width: 900px) {
    .overlay ul li {
        font-size: 30px;
        padding: 10px 0;
    }
}

.overlay ul li a {
    color: transparent;
    -webkit-text-stroke: 1px #F6EB61;
    font-family: "Times New Roman";
    text-transform: uppercase !important;
}

.overlay ul li a:hover {
    text-decoration: none;
    color: #F6EB61;
}

.lock-screen {
    overflow: hidden;
}

.email {
    color: #C8102E;
}

.fundraise-widget {
    width: 100%;
    height: auto;
    align-items: center;
}

#jg-widget-utarity-230 {
    width: 30% !important;
}