.story-overlay {


    position: absolute;
    top: 5vh;
    left: 5vw;
    height: 90vh;
    
    width: 90vw;
    background: none;
    border: 1px solid var(--accent-color);

}

.comb-svg {
    transform: scale(.4);
    position: absolute;
    margin-top: 2em;
    bottom: 0em;
}


.story-section {

    position: relative;

    height: 100vh;
    width: 100vw; 
    background-image: url("../../assets/story_frame.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;

    scroll-behavior: smooth;
}

.story-section h1 {
    font-family: var(--header-font);
    color: var(--accent-color);
    font-weight: 200;
    font-size: 2em;
    margin-top: 1em;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease-in-out .2s;
}

.story-logo {
    width: 25vw;
    object-fit: cover;
    margin-top: 4em;
}

.storypg {
    font-family: var(--body-font);
    color: #bdbdbd;
    width: 70vw;
    font-size: 1.125em;
    line-height: 1.875em;
}

.story-section button {
    background: none;
    border: none;
    color: var(--accent-color);
    font-family: var(--body-font);
    margin-top: 2em;
    font-size: 1.15em;
    border-bottom: 1px solid var(--accent-color);
}

.story-section h2 {
    color: #bdbdbd;
    font-size: .875em;
    font-weight: 400;
    font-family: var(--header-font);
}

.green {
    font-family: var(--body-font);
    color: #bdbdbd;
    width: 80vw;
    margin-top: 2em;
    font-size: 1em;
    background-size: contain;
    line-height: 1.5em;
}
/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

    .story-section {
        height: 100vh;
        width: 100vw; 
        background-image: url("../../assets/story_rect_web.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .story-section h1 {
        font-family: var(--header-font);
        color: var(--accent-color);
        font-weight: 100;
        font-size: 4em;
        margin-top: 1em;
        transform: translateY(100px);
        transition: all 1s ease-in-out .2s;
    }
    
    .story-logo img {
        width: 8vw;
        object-fit: cover;
    }
    
    .storypg {
        font-family: var(--body-font);
        color: #bdbdbd;
        width: 78vw;
        font-size: 2em;
        line-height: 1.875em;
    }

    .green {


        font-family: var(--body-font);
        color: #bdbdbd;
        width: 78vw;
        font-size: 2em;
        line-height: 1.875em;

    }

    .story-section button {
        background: none;
        border: none;
        color: var(--accent-color);
        font-family: var(--body-font);
        margin-top: 3em;
        border-bottom: 1px solid var(--accent-color);
        font-size: 1.125em;
        letter-spacing: 2px;
        cursor: pointer;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

    .story-section {
        height: 100vh;
        width: 100vw; 
        background-image: url("../../assets/stroy_banner_web.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .story-section h1 {
        font-family: var(--header-font);
        color: var(--accent-color);
        font-weight: 100;
        font-size: 5em;
    }
    
    .story-logo {
        width: 3vw;
        object-fit: cover;
        margin-top: 5em;
    }
    
    .storypg {
        font-family: var(--body-font);
        color: #bdbdbd;
        width: 50vw;
        font-size: 2em;
        line-height: 1.875em;
    }

    .green {
        font-family: var(--body-font);
        color: #bdbdbd;
        width: 50vw;
        font-size: 2em;
        line-height: 1.875em;
    }

    .story-section button {
        background: none;
        border: none;
        color: var(--accent-color);
        font-family: var(--body-font);
        margin-top: 3em;
        border-bottom: 1px solid var(--accent-color);
        font-size: 1.125em;
        letter-spacing: 2px;
        cursor: pointer;
    }

}



/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .story-section {
        height: 150vh;
        width: 100vw; 
        background-image: url("../../assets/stroy_banner_web.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .story-section h1 {
        font-family: var(--header-font);
        color: var(--accent-color);
        font-weight: 100;
        font-size: 3em;
    }
    
    .story-logo {
        width: 4vw;
        object-fit: cover;
        margin-top: 2em;
    }
    
    .story-section p {
        
    }

    .green {
        font-family: var(--body-font);
        color: #bdbdbd;
        width: 50vw;
        font-size: 2em;
        line-height: 2.5em;
    }

    .story-section button {
        background: none;
        border: none;
        color: var(--accent-color);
        font-family: var(--body-font);
        margin-top: 3em;
        border-bottom: 1px solid var(--accent-color);
        font-size: 1.125em;
        letter-spacing: 2px;
        cursor: pointer;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .comb-svg {
        display: none;
     }

    .story-section {
        height: 100vh;
        width: 100vw; 
        background-image: url("../../assets/stroy_banner_web.png");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: center;
    }

    .story-section h1 {
        font-family: var(--header-font);
        color: var(--accent-color);
        font-weight: 100;
        font-size: 2.5em;
        letter-spacing: .125em;

        opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease-in-out .2s;
    }
    
    .story-logo {
        width: 5vw;
        object-fit: cover;
        margin-top: 1em;
    }
    
    .storypg {
        font-family: var(--body-font);
        color: #bdbdbd;
        width: 65vw;
        font-size: 3.125em;
        font-weight: 200;
        line-height: 1.5em;
    }

    .green {
        font-family: var(--body-font);
        color: #bdbdbd;
        width: 70vw;
        font-size: 2.125em;
        font-weight: 200;
        line-height: 1.5em;
    }

    .story-section button {
        background: none;
        border: none;
        color: var(--accent-color);
        font-family: var(--body-font);
        margin-top: 3em;
        border-bottom: 1px solid var(--accent-color);
        font-size: 1.125em;
        letter-spacing: 2px;
        cursor: pointer;
    }

    .story-section h2 {
        margin-top: 2em;
    }

}