.container{
    height: 100vh;
    perspective: 1px;
    transform-style: preserve-3d;
    overflow-x: hidden;
    overflow-y: auto;
    background-image: linear-gradient( #d9b4cf, #ef88cf);
}

.fixed {
    position: sticky;
    width: 15%;
    top: 30px;
    left: 30px;
    float: left
  }

.parallax {
    width: 100vw;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

.background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: -1;
    transform: translateZ(-1px) scale(2);
}

.diagram {
    width: 100vw;
    height: 100vh;
    margin-right: 30px;
    perspective: 1px;
    justify-content: center;
    align-items: left;
}

.bg-1 {
    background: url(assets/img/tampspinn.gif) center / cover;
    z-index: -2;
}

.bg-2 {
    background: url(assets/img/tampon_trans.png) left/ cover;
    opacity: 0.8;
    z-index: -2;
}

.bg-3 {
    background: url(assets/img/tampfem.gif) center/ cover;
    z-index: -2;
}

.bg-4 {
    background: url(assets/img/tampexplode.gif) center / cover;
    z-index: -2;
}

.bg-5 {
    background: url(assets/img/tampinsert.gif) center / cover;
    z-index: -2;
}

.bg-6 {
    background: url(assets/img/tampcinema.gif) center / cover;
    z-index: -2;
}

.normal {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform-style: preserve-3d;
    /* outline-style: dotted; */
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}



#forsker {
    float: none;
    width: 20%;
    border-radius: 50%;
    transition: width 2s, height2s, transform 2s;
}

#forsker:hover {
    width: 40%;
}

#gruppemedlem {
    width: 50%;
    padding: 10px;
    border-radius: 50%;
    z-index: 2;
}

.row {
    display: flex;
}

.column {
    flex: 25%;
    padding: 5px;
}

#klistermerke {
    float:none;
    width: 60%;
    transition: width 2s, height2s, transform 2s;
}

#klistermerke:hover {
    width: 120%;
}

h1 {
    margin: 0 auto;
    text-align: center;
    width: 60%;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #fff;
    text-transform: uppercase;
    font-family: monospace;
}

h2 {
    margin: 0 auto;
    text-align: center;
    width: 60%;
    font-size: 32x;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: -2px;
    color: #fff;
    text-transform: uppercase;
    font-family: monospace;
}

p {
    margin: 0 auto;
    width: 60%;
    padding: 3%;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: normal;
    word-spacing: normal;
    color: #ffffff;
    text-align: justify;
    text-transform: none;
    font-family: monospace;
}

p1 {
    margin: 40%;
    width: 60%;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: normal;
    word-spacing: normal;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    font-family: monospace;
}

.parallax h1 {
    color: #fff;
    text-shadow: 0 10px 10px rgba(0,0,0,1)
}

.parallax h2 {
    color: #fff;
    text-shadow: 0 10px 10px rgba(0,0,0,1)
}

.parallax :nth-child(1) h1 {
    text-align: left;
}

.parallax p {
    color: #fff;
    text-shadow: 0 10px 10px rgba(0,0,0,1)
}

.normal h1 {
    color: #ffffff;
    align-items: center;
}

.normal h2 {
    color: #ffffff;
}

/* Find a way to animate tampon (tampon function and poisoning) using CSS only */

/* @keyframes example {
    from {background-color: #ef88cf;}
    to {background-color: #b81010;}
}
*/

/* Find a way to show a graph (Elias: heavy metals) */

/* Find a way to insert picture (Interview subject) */

/* Find a way to fade in and out elements */

/* Find a way to controll the scroll */

/* Find a way to use transitions based on scroll */