body {
    margin: 0;
	overflow-x: hidden;
	
	background-color: midnightblue;
	
	background-image: linear-gradient(to bottom, #188EB0 0%, #188EB0 100%);
	background-size: 100% 100vh;
	background-position: center 50vw;
	background-repeat:no-repeat;
}

.zwemmen {
    animation-duration: 7s;
    animation-name: example;
    animation-iteration-count: infinite;

}

@keyframes example {
    0% {
        background-color: midnightblue;
    }
    20% {
        background-color: orange;
    }
    40% {
        background-color: lightblue;
    }
    60% {
        background-color: lightblue;
    }
    80% {
        background-color: orange;
    }
    100% {
        background-color: midnightblue;
    }
}



/**********/
/* DE ZON */
/**********/

#zon div {
    position: absolute;
	width: 15vw;
    height: 15vw;
	top: 43vw;
    left: 42.5%;
	
    border-radius: 50%;
    background-color: darkorange;
    
    transform: rotate(80deg) translateY(40vw);
}

.zwemmen #zon div {
    background-color: darkorange;
    animation: draaien 7s infinite linear;
}

@keyframes draaien {
    0% {
        transform: rotate(80deg) translateY(40vw);
        background-color: OrangeRed ;
    }
    20% {
        
        background-color:lightgoldenrodyellow;
    }
	80% {
        
        background-color:lightgoldenrodyellow;
    }
	100% {
        transform: rotate(280deg)translateY(40vw);
        background-color: OrangeRed ;
    }
}



/**********/
/* DE ZEE */
/**********/

.containerwater, .containerwater2  {
	position: absolute;
	height:120vw;
	width:110vw;
	top: 41vw;
	left:-5vw;
	overflow:hidden;
}

.water, .water2  {
	width:100%;
	height:100%;
	
	animation: bewegen 1s infinite alternate ease-in-out;
}
.water {
	opacity: 0.3;
}

#zee div,
#zee2 div{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 5vw;
	
	background-color: #188EB0;
}

#golven div,
#golven2 div{
    position: absolute;
	width: 100%;
    height: 3vw;
	top:2vw;
    
    background: radial-gradient(ellipse at top, rgba(241, 218, 54, 0) 70%, #188EB0 70%);
    background-size: 9.1% 100%;   
}

@keyframes bewegen {
    from {
        transform: rotate(-1deg);
    }
    to {
       	transform: rotate(1deg);
    }
}



/***************/
/* DE DRUPPELS */
/***************/

.druppel div {
	position: absolute;
	
	border-radius: 80% 0 55% 50% / 55% 0 80% 50%;
	background-color: #188EB0;
	animation: spetters infinite alternate;
}

#druppel div {
    width: 7vw;
    height: 7vw;
    margin-top: 31%;
    margin-left: 19%;
	
	transform: rotate(90deg) skew(-50deg, -10deg);
	animation-duration:4s;
}

#druppel2 div {
    width: 5vw;
    height: 5vw;
    margin-top: 23%;
    margin-left: 22%;
	
	transform: rotate(100deg) skew(-5deg, -10deg);
    animation-duration:3s;
}

#druppel3 div {
    width: 3vw;
    height: 3vw;
    margin-top: 28%;
    margin-left: 12%;
	
	transform: rotate(75deg) skew(-5deg, -10deg);
    animation-duration:5s;
}

#druppel4 div {
    width: 4vw;
    height: 4vw;
    margin-top: 33%;
    margin-left: 58%;
	
	transform: rotate(120deg) skew(-5deg, -10deg);
  	animation-duration:2s;
}

@keyframes spetters {
    0% {
        margin-top: 31%;
    }
    80% {
        margin-top: 50%;
    }
}



/*************/
/* DE WALVIS */
/*************/

.zwemmen .lichaam {
    position: relative;
    transform: translate(100%, 80vw);
    transition-duration: 7s;
}

#walvis div {
	position: absolute;
	width: 34vw;
    height: 23vw;
   
    margin-top: 39.7%;
    margin-left: 35.4%;
	
	background-color: #0D776D;
	border-radius: 10% 23% 23% 20%;
    transform: rotate(30deg);
}

#staart div {
   background-image:radial-gradient(
      	circle at top center,
      	transparent 10%,
		#0D776D 10%,
      	#0D776D 100%
    ), linear-gradient(
		#0D776D 0%,
      	#0D776D 100%
	);
	background-size:800% 100%, 100% 60%;
	background-position: -96.6vw -9vw, left bottom;
	background-repeat: no-repeat;
	
    opacity: 1;
    width: 27vw;
    height: 18vw;
    border-radius: 0 0 0 100%;
    transform: rotate(60deg);
    position: absolute;
    margin-top: 26.3%;
    margin-left: 22.8%;
}

#langdeel div {
   	background-image:radial-gradient(
      	circle at center right,
      	transparent 10%,
		#0D776D 10%,
      	#0D776D 100%
    ), linear-gradient(
		#0D776D 0%,
      	#0D776D 100%
	);
	background-size:100% 800%, 60% 100%;
	background-position:3.7vw -51.6vw, left bottom;
	background-repeat: no-repeat;
	
    width: 8vw;
    height: 14vw;
    position: absolute;
    margin-top: 15.8%;
    margin-left: 34%;
    transform: rotate(40deg);
    border-radius: 0 0 0 60%;
	
}

#vin1 div ,
#vin2 div {
	width: 17vw;
    height: 10vw;
    background-color: #0D776D;
    position: absolute;
}
#vin1 div {
    border-radius: 70% 0 70% 0;
    margin-left: 40%;
    margin-top: 14%;
    transform: rotate(12deg);
}
#vin2 div {
    border-radius: 0 70% 0 70%;
    margin-left: 30%;
    margin-top: 7%;
    transform: rotate(70deg);
}

#arm1 div,
#arm2 div {
	width: 0vw;
    height: 0vw;
	position: absolute;
    border-radius: 50%;
}
#arm1 div {
    border-top: solid 6vw #0D776D;
    border-right: solid 5vw transparent;
    border-bottom: solid 10vw transparent;
    border-left: solid 10vw transparent;
    transform: rotate(180deg);
    margin-top: 40%;
    margin-left: 29%;
}

#arm2 div {
    border-top: solid 10vw #0D776D;
    border-right: solid 10vw transparent;
    border-bottom: solid 10vw transparent;
    border-left: solid 10vw transparent;
    transform: rotate(165deg);
    margin-top: 40%;
    margin-left: 34%;
}



/*************************/
/* TEKST ONDER DE WALVIS */
/*************************/

h1 {
    width: 24vw;
    text-align: center;
    font-size: 4vw;
    position: absolute;
    margin-top: 75vw;
    color: #E8EEBF;
    font-family: "Saira";
	font-weight:800;
    justify-content: center;
    margin-left: 38%;
    margin-right: 38%;

}

h1 span {
    font-size: 6vw;
}