header > .kicker-id, .header, figure > .lead-item {
    display: none;
}

.story-body > header {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
}

.bio {
    font-family: 'Lato' !important;
    text-align: center !important;
    display: grid !important;
    gap: 15px !important;
    margin: 0 auto !important;
    max-width: var(--story-width);
    padding: 0 var(--page-padding);
}

.social-network-macro {
    margin: 0 auto;
}


h1 {
    font-family: 'Lato' !important;
    display: flex;
    flex-direction: column;
    display: -webkit-flex;
    align-items: center;
}

h1, header {
    margin: 0 auto !important;
}

.chapter-container {
    position: relative;
    margin-top: 60px !important;
    margin-bottom: 30px !important;
}

.chapter-image-text {
    position: absolute;
    top: 8%;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    width: 100%;
    text-transform: uppercase;
}

.chapter-title {
    font-size: 70px;
    font-family: Bebas Neue;
    line-height: 1.2;
    margin: 0 !important;
}

.chapter-subtitle {
    font-size: 35px;
    font-family: Libre Franklin;
    line-height: 1.3;
    margin: 0 !important;
}

.header-title, .header-subtitle {
    color: #FCF7EE !important;
    font-size: 40px;
    text-align: center;
}

.header-title {
    font-size: 70px;
    font-family: Bebas Neue;
    line-height: 1.2;
    text-transform: uppercase;
}

.header-subtitle {
    font-size: 24px;
    max-width: 500px; 
    font-family: Libre Franklin;
    line-height: 1.3;
    font-weight: 400;
}

.standalone-title {
    font-size: 28px;
    max-width: 550px; 
    font-family: 'Libre Franklin' !important;
    line-height: 1.3;
    font-weight: 400;

}

outro-text {
    padding: 15px !important;
}

@media only screen and (max-width: 800px) {
    .chapter-title {
        font-size: 56px;
    }

    .chapter-subtitle {
        font-size: 28px;
    }
}

@media only screen and (max-width: 600px) {
    .chapter-title {
        font-size: 40px;
    }

    .chapter-subtitle {
        font-size: 20px;
    }
    .chapter-video {
        height: 70vh !important;
        object-fit: cover !important;
    }
    .header-title {
        font-size: 50px;
    }

    .header-subtitle {
        font-size: 20px;
    }

    .standalone-title {
        font-size: 24px;
    }
}