.rotatingImage1 {
    top: 45vh;
    left: -8vw;
    width: 40vw;
    position: absolute;
    z-index: 1;

    -webkit-animation:spin1 speed 3s linear infinite;
    -moz-animation:spin1 3s linear infinite;
    animation:spin1 3s linear infinite;
}
@-moz-keyframes spin1 { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin1 { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin1 { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.rotatingImage2 {
    top: 10vh;
    left: 30vw;
    width: 29vw;
    position: absolute;
    z-index: 1;

    -webkit-animation:spin1 speed 2s linear infinite;
    /*-webkit-animation-name: spin2;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;*/
    -moz-animation:spin2 2s linear infinite;
    animation:spin2 2s linear infinite;
}
/* @-moz-keyframes spin2 { 100% { -moz-transform: rotate(360deg); } } */
@-webkit-keyframes spin2 { 100% { -webkit-transform: rotate(360deg); } }
/* @keyframes spin2 { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } } */

.rotatingImage3 {
    top: 20vh;
    left: 80vw;
    width: 44vw;
    position: absolute;
    z-index: 1;

    -webkit-animation:spin3 4s linear infinite;
    -moz-animation:spin3 4s linear infinite;
    animation:spin3 4s linear infinite;
}
@-moz-keyframes spin3 { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin3 { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin3 { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.rotatingImage4 {
    top: 60vh;
    left: 40vw;
    width: 66vw;
    position: absolute;
    z-index: 1;

    -webkit-animation:spin4 5s linear infinite;
    -moz-animation:spin4 5s linear infinite;
    animation:spin4 5s linear infinite;
}
@-moz-keyframes spin4 { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin4 { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin4 { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.rotatingImage5 {
    top: 5vh;
    left: 5vw;
    width: 8vw;
    position: absolute;
    z-index: 1;

    -webkit-animation:spin5 0.6s linear infinite;
    -moz-animation:spin5 0.6s linear infinite;
    animation:spin5 0.6s linear infinite;
}
@-moz-keyframes spin5 { 100% { -moz-transform: rotate(-360deg); } }
@-webkit-keyframes spin5 { 100% { -webkit-transform: rotate(-360deg); } }
@keyframes spin5 { 100% { -webkit-transform: rotate(-360deg); transform:rotate(-360deg); } }

.infopic{
    width: 50vw;
    margin-left: 10vw;
    margin-top: 13vh;
    z-index: 2;
}

.infopicContainer{
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 2;
}

.infotext {
    font-family: 'Anonymous Pro', monospace;
    font color="black";
    text-align: left;
    font-size: 3vw;
    position: absolute;
    top: 20vh;
    left: 65vw;
    z-index: 2;
}

.titlestyle {
    font-family: 'Anonymous Pro', monospace;
    font color="white";
    text-shadow: 0.3vw 0.3vw 0 #fff;
    text-align: left;
    font-size: 10vw;
    font-weight: bold;
    margin-left: -50%;
}

.titleContainer {
    position: absolute;
    top: 5vh;
    left: 50vw;
    z-index: 2;
}

.toptext {
    font-family: 'Anonymous Pro', monospace;
    font color="white";
    text-shadow: 0.3vw 0.3vw 0 #fff;
    text-align: center;
    font-size: 1vw;
}

.text {
    font-family: 'Anonymous Pro', monospace;
    font color="black";
    text-align: left;
    font-size: 3vw;
    margin-left: -50%;
}

.container {
    position: absolute;
    top: 40vh;
    left: 50vw;
    z-index: 2;
}

.bottomtext {
    font-family: 'Anonymous Pro', monospace;
    font color="white";
    text-shadow: 0.15vw 0.15vw 0 #fff;
    text-align: left;
    font-size: 3vw;
    margin-left: -50%;
}

.bottomContainer {
    position: absolute;
    top: 50vh;
    left: 50vw;
    z-index: 0;
}

.disclaimer {
    font-family: 'Anonymous Pro', monospace;
    font color="black";
    font-size: 0.7vw;
    position: absolute;
    bottom: 0vh;
    right: 1vw;
    z-index: 3;
}

.bodyClass {
    overflow: hidden
}
