.home.sect-left.scrolled {
    transform: translateX(0vw);
    transition: all 1.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    visibility: visible;
}

.home.sect-left {
    transform: translateX(-10vw);
    background-color: #121212;
    height: fit-content;
    border-radius: 30px;
    width: 60vw;
    margin-bottom: 10px;
    margin-top: 10px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 5vw;
    visibility: hidden;
    text-align: center;
}

.home.sect-right {
    transform: translateX(10vw);
    background-color: #121212;
    width: 60vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
    z-index: 2;
    padding: 5vw;
    visibility: hidden;
    text-align: center;
}

.home.sect-right.scrolled {
    transform: translateX(0vw);
    transition: all 1.8s cubic-bezier(0.075, 0.82, 0.165, 1);
    visibility: visible;
}

.black_back {
    background-color: #121212;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -10;
}

.header iframe {
    height: 56.25vw;
    width: 100vw;
}

.font_1 {
    font-size: 4em;
    color: #f5f8ff;
    word-wrap: break-word;
    hyphens: auto;
    margin-bottom: 0%;
    align-self: center;
    margin: 0;
}

.back_gifs {
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
}

.font_2 {
    font-size: 2em;
    color: #f5f8ff;
    align-self: center;
    word-wrap: break-word;
    margin: 0;
}

.font_3 {
    font-size: 5em;
    margin: 0%;
    color: #f5f8ff;
    align-self: center;
}

.font_4 {
    font-size: 8em;
    margin: 0%;
    color: #ffb320;
    align-self: center;
}

.font_5 {
    font-size: 1.5em;
    color: #f5f8ff;
}


#one {
    background-image: url('https://static.igem.wiki/teams/4879/wiki/home-1.gif');
    height: 70vh;
}

#two {
    background-image: url('https://static.igem.wiki/teams/4879/wiki/home-2.png');
    height: 40vh;
}

#three {
    background-image: url('https://static.igem.wiki/teams/4879/wiki/home-3.gif');
    height: 65vh;
}

#four {
    background-image: url('https://static.igem.wiki/teams/4879/wiki/home-4.gif');
    height: 70vh;
}

#five {
    background-image: url('https://static.igem.wiki/teams/4879/wiki/home-6.gif');
    height: 70vh;
}

#six {
    background-image: url('https://static.igem.wiki/teams/4879/wiki/home-5.gif');
    height: 70vh;
}

#seven {
    background-image: url('https://static.igem.wiki/teams/4879/wiki/home-8.png');
    height: 50vh;
    width: 40%;
}

#one_p {
    background-image: url('https://static.igem.wiki/teams/4879/wiki/head-7.png');
    height: 24vh;
    width: 40%;
}

.font_1 b {
    color: #ffb320;
}

.font_2 b{
    color: #ffb320;
}

.font_3 {
    color: #ffb320;
}

.homemod {
    color: #68b7ff;
}

.font_3.homemod b {
    color: #68b7ff;
}

.font_4.homemod b {
    color: #68b7ff;
}

.font_1.homemod b {
    color: #68b7ff;
}

@media screen and (max-width:1000px) {
    .font_1 {
        font-size: 2em;
    }
    .font_2 {
        font-size: 1em;
    }
    .font_3 {
        font-size: 2.5em;
    }
    .font_4 {
        font-size: 4em;
    }
    .font_5 {
        font-size: 1em;
    }
    /* .home.header {
        height: 60vh;
    } */
    #one {
        height: 40vh;
    }
    #two {
        height: 40vh;
    }
    #three {
        height: 35vh;
    }
    #four {
        height: 40vh;
    }
    #five {
        height: 40vh;
    }
    #six {
        height: 40vh;
    }
    #seven {
        height: 23vh;
        width: 30%;
    }
    #one_p {
        height: 14vh;
    }
}

@media screen and (max-width:600px) {
    .font_1 {
        font-size: 1.5em;
    }
    .font_2 {
        font-size: 1em;
    }
    .font_3 {
        font-size: 2em;
    }
    .font_4 {
        font-size: 3em;
    }
    .font_5 {
        font-size: 0.75em;
    }
    /* .home.header {
        height: 30vh;
    } */
    #one {
        height: 25vh;
    }
    #two {
        height: 25vh;
    }
    #three {
        height: 20vh;
    }
    #four {
        height: 25vh;
    }
    #five {
        height: 25vh;
    }
    #six {
        height: 25vh;
    }
    #seven {
        height: 21vh;
        width: 40%;
    }
    #one_p {
        height: 10vh;
    }
    .home.sect-left,.home.sect-right {
        width: 70vw;
    }
}