#scrolly {
    position: relative;
    background-color: #0c0c0c;
    
}

.scrollySection {
    position: relative;
    padding: 0;
    max-width: 650px;
    margin: 0 auto;
}

#scrollyFigure {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-color: #0c0c0c;
    z-index: 0;
}

.scrollySection p {
    /*padding: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;*/
}

.step {
    margin: 0 auto 2rem auto;
    color: #333;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 1rem;
    border-radius: 10px;
}

.step:last-child {
    margin-bottom: 0;
}

.step.is-active  {
    background-color: rgba(102,0,0, .94);
    color: #fafafa !important;
}

.step.is-active p {
    color: #fafafa !important;
}
.step.is-active h2 {
    color: #fafafa !important;
}

.step.is-active .scrollyframe {
    opacity: 1;
}

.step p {
    color: #333;
}
    
    

.sectionHed {
    font-family: 'ArtHouseBold', sans-serif !important;
	font-size: 25px !important;
    line-height: 1.2em !important;
   
}

.scrollyframe {
    opacity: .33;
}

#bgimg {
    background-image: url('https://media.nbcnewyork.com/assets/editorial/national/2025/SD/embers/images/forestfire.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    
    height: 100vh;
}

@media (max-width: 500px ) {
    .scrollySection {
        max-width: 90%;
    }
    .step {
        margin: 0 auto 11rem auto;
    }

    #bgimg {
        background-attachment: scroll !important;
        transform: scale(1.0)

    }
}