body {
    background: gold;
    padding-top: 30px;
    margin: 0 auto;
    background-image: url(../plaat/mnrrc_bg.png);
    animation: mymove5 .1s ease-in-out;
    animation-delay: 3s;
    animation-iteration-count: 5;
    animation-direction: alternate;
    width: 100vw;
    height: 100vh;
}

.circle, .circle2, .circle3, .circle4 {
    position: absolute;
    top: 100px;
    width: 15px;
    height: 15px;
    background: white;
    border-radius: 50%;
    z-index: 301;
}

.circle4 {
    background: gold;
}

#huls {
    width: 290px;
    height: 290px;
    margin: 0 auto;
    padding-top: 0;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background: black;
    display: grid;
    background-image: url(../plaat/glow2.gif);
    background-size: cover;
    background-repeat: no-repeat;
}

#overhuls {
    width: 280px;
    height: 280px;
    margin: 0 auto;
    padding: 0;
    border-radius: 50%;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    display: grid;
    overflow: hidden;
    background-image: url(../plaat/glow2.gif);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

#blokken {
    display: grid;
    position: relative;
}

#onderhuls {
    width: 290px;
    height: 290px;
    margin: 0 auto;
    padding-bottom: 0;
    margin-bottom: 0;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 151;
}

#onderhuls h1 {
    font-family: 'Stalinist One', cursive;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: -0.5rem;
    padding-top: 300px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2.1rem;
    z-index: 150;
    position: absolute;
}

#onderhuls p {
    font-size: .7em;
    color: gold;
    text-align: center;
    padding-top: 40px;
    font-family: 'Nova Square', cursive;
}

#nr1 {
    width: 145px;
    height: 145px;
    background: rgba(0, 128, 0, .4);
    grid-row: 1 / 2;
    z-index: 152;
    position: relative;
    border-top-left-radius: 100%;
}

#nr1:hover {
    background: rgba(0, 128, 0, .2);
    color: gold;
}

#nr1 p {
    color: rgba(0, 128, 0, .0001);
    font-family: 'Nova Square', cursive;
    text-align: left;
    padding: 70px 15px 200px 35px;
    font-size: .4rem;
}

#nr1 p:hover {
    color: gold;
}

#nr2 {
    width: 145px;
    height: 145px;
    background: rgba(0, 0, 255, .3);
    grid-row: 1 / 2;
    z-index: 152;
    position: relative;
    border-top-right-radius: 100%;
}

#nr2:hover {
    background: rgba(0, 0, 255, .6);
}

#nr2 p {
    color: rgba(0, 0, 255, .0001);
    font-family: 'Nova Square', cursive;
    text-align: left;
    padding: 70px 30px 270px 20px;
    font-size: .4rem;
}

#nr2 p:hover {
    color: gold;
}

#nr3 {
    width: 145px;
    height: 145px;
    background: rgba(255, 0, 0, .5);
    grid-row: 2 / 3;
    z-index: 152;
    position: relative;
    border-bottom-left-radius: 100%;
}

#nr3:hover {
    background: rgba(255, 0, 0, .65);
}

#nr3 p {
    color: rgba(255, 0, 0, .0001);
    font-family: 'Nova Square', cursive;
    text-align: left;
    padding: 4px 15px 270px 35px;
    font-size: .42em;
}

#nr3 p:hover {
    color: gold;
}

#nr4 {
    width: 145px;
    height: 145px;
    background: rgba(128, 0, 128, .4);
    grid-row: 2 / 3;
    z-index: 152;
    position: relative;
    border-bottom-right-radius: 100%;
}

#nr4:hover {
    background: rgba(128, 0, 128, .7);
}

#nr4 p {
    color: rgba(128, 0, 128, .0001);
    font-family: 'Nova Square', cursive;
    text-align: left;
    padding: 4px 30px 270px 20px;
    font-size: .4rem;
}

#nr4 p:hover {
    color: gold;
}

#nr1 h1 {
    padding: 250px 30px 0 0;
    font-family: 'Stalinist One', cursive;
    color: rgba(0, 128, 0, .4);
    letter-spacing: -1.5rem;
    text-align: right;
    font-size: 4em;
    display: none;
}

#nr2 h1 {
    padding: 250px 0 0 30px;
    font-family: 'Stalinist One', cursive;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -1.5rem;
    text-align: left;
    font-size: 4em;
    display: none;
}

#nr3 h1 {
    padding: -20px 80px 0 0;
    font-family: 'Stalinist One', cursive;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -1.5rem;
    text-align: right;
    font-size: 4em;
    display: none;
}

#nr4 h1 {
    padding: -20px 0 0 0;
    font-family: 'Stalinist One', cursive;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -1.5rem;
    text-align: left;
    font-size: 4em;
    display: none;
}

#stip {
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    border-radius: 50%;
    border: 1px dashed white;
    display: block;
    top: 155px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../plaat/glow2.gif);
    background-size: 85%;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 153;
}

#kop {
    position: absolute;
    /* border-radius: 50%; */
    /* display: block; */
    top: 105px;
    left: 60%;
    transform: translateX(-110%);
    z-index: 16;
    /* overflow: hidden; */
}

#kop img {
    width: 180%;
}

#stip:hover {
    cursor: pointer;
    background: rgba(255, 215, 0, .9);
}

#stip p {
    text-align: center;
    color: white;
    padding-top: 3px;
    font-size: 1em;
}

#afdek {
    width: 320px;
    height: 900px;
    background: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 0px;
    z-index: 500;
    display: none;
}

#afdek p {
    font-family: 'Nova Square', cursive;
    padding: 110px 50px 0 40px;
    text-align: left;
    font-size: 1rem;
    color: gray;
}
  
#nr1 {animation-timing-function: ease;}
#nr2 {animation-timing-function: ease;}
#nr3 {animation-timing-function: ease;}
#nr4 {animation-timing-function: ease;}
#huls {animation-timing-function: ease-in-out;}
  
  @keyframes mymove1 {
    from {left: 0px; top: 0px;}
    to {left: -400px; top: -400px; border-bottom-right-radius: 100%; transform: rotate(360deg, 180deg);}
  }

  @keyframes mymove2 {
    from {left: 0px; top: 0px;}
    to {left: 400px; top: -400px; border-bottom-left-radius: 100%;}
  }

  @keyframes mymove3 {
    from {left: 0px; top: 0px;}
    to {left: -400px; top: 400px; border-top-right-radius: 100%;}
  }

  @keyframes mymove4 {
    from {left: 0px; top: 0px;}
    to {left: 400px; top: 400px; border-top-left-radius: 100%;}
  }

  @keyframes mymove5 {
    from {margin: 0 auto;}
    to {transform: rotate(10deg);}
  }

  @keyframes mymove7 {
    from {}
    to {transform: rotateX(360deg);}
  }

