.section1_index {
    opacity: 1;
}

.story1,
.story2
 {
    opacity: 0;

}

.story1 p,
.story2 p
{   color: #000;
    width: 30vw;
    z-index: 4;
}
.nav{
    opacity: 1;
    z-index: 4;
}
.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
{   color: #000;
    width: 61vw;
    z-index: 4;
}
.story2_mobile p
{   color: #000;
    width: 61vw;
    z-index: 4;
   
}
}