.section1_index {
    opacity: 1;
}

.story1,
.story2,
.story3 {
    opacity: 0;

}

.story1 p,
.story2 p,
.story3 p {
    z-index: 4;
    width: 30vw;
}
.nav{
    opacity: 1 !important;
    z-index: 4 !important;
}
.links a {
    margin-left: 0vw !important;
}
.logo_menu {
    opacity: 1 !important;
    z-index: 4 !important;
    position: fixed !important;
}
.socialMedia {
    margin-left: 0vw !important;
    z-index: 4 !important;
}
@media (max-width : 962px) {
    .story1_mobile p, .story2_mobile p, .story3_mobile p {
        
        width: 67vw;
    }
}