body {
	font-family: 'Helvetica Neue';
	font-size: 16px;
	line-height: 1.5;	
	background-color: #ffffff;
	color: #333333;
  overflow-x: hidden !important;
}

header{
  display: flex;
  justify-content: center;
  width: 100%;
  height: 5vh;
	align-items: flex-end;
}

.links {
	margin-left: 300px;
  z-index: 2;
}

.links a {
  margin-right: 30px;
}

.links a:last-child {
  margin-right: 0;
}

section {
/*   display: flex; */
  position: relative;
  width: 100%;
 	height: 100vh;
  
}

.section-2 {
  position: relative;
  background-color: #0a00ff;
}

.section-3 {
  position: relative;
}


.logo {
	width: 175px;
  height: 175px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-image: url(logo_1.0.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}


.container {
      width: 100%;
  		height: 100vh;
/*       touch-action: none; */
    }
    .images {
      opacity: 0;
      touch-action: none;
      user-select: none;
      z-index: 3;
    }
    
    .images:hover {
      cursor: grab;
      border-width: 20px;}

.circle {width: 500px; height: 500px; position: relative; text-align: center; transform: translate(-50px, -100px);}

.circle text { font-family: 'Helvetica Neue', Arial; font-size: 16px; font-weight: 300;}

.circle svg {left: 50%; top: 50%; width: 500px; height: 500px; 

  -webkit-animation-name: rotate;
     -moz-animation-name: rotate;
      -ms-animation-name: rotate;
       -o-animation-name: rotate;
          animation-name: rotate;
  -webkit-animation-duration: 10s;
     -moz-animation-duration: 10s;
      -ms-animation-duration: 10s;
       -o-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
     -moz-animation-iteration-count: infinite;
      -ms-animation-iteration-count: infinite;
       -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
     -moz-animation-timing-function: linear;
      -ms-animation-timing-function: linear;
       -o-animation-timing-function: linear;
          animation-timing-function: linear;

}

@-webkit-keyframes rotate {
    from { -webkit-transform: rotate(-360deg); }
    to { -webkit-transform: rotate(0); }
}
@-moz-keyframes rotate {
    from { -moz-transform: rotate(-360deg); }
    to { -moz-transform: rotate(0); }
}
@-ms-keyframes rotate {
    from { -ms-transform: rotate(-360deg); }
    to { -ms-transform: rotate(0); }
}
@-o-keyframes rotate {
    from { -o-transform: rotate(-360deg); }
    to { -o-transform: rotate(0); }
}
@keyframes rotate {
    from { transform: rotate(-360deg); }
    to { transform: rotate(0); }
}

.about {
  text-align: left;
  max-width: 650px;
  margin: 0 auto 0 150px;
  line-height: 1.9;
  z-index: 2;
}

.about-text {
  font-size: 24px;
  font-weight: 200;
}

/* mail chimp */

.register {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 24px;
  line-height: 1.1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  z-index: 2;
}
.sign-up {
  display: flex;
  border-bottom: solid 1px #000000;
  padding-bottom: 10px;
}


input {
  background: none;
  border: none;
  font-size: 21px;
  outline: none;
}

.button {
  cursor: pointer;
  font-weight: 300;
}

.email-input {
  flex: 1;
}

a {
  text-decoration: none;
  color: #000;
}

.section-footer {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  background-color: #0a00ff;
  color: #fff;
}

.section-3-footer {
  background-color: #fff;
}

.section-footer a img {
  width: 40px;

}

.images {
  position: absolute;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}


.image-1 {
  background-image: url(swelement_1.png);
  top: 55%;
  right: 9%;
}


.image-2 {
  background-image: url(swelement_2.png);
  bottom: 18%;
  left: 5%;
}


.image-3 {
  background-image: url(swelement_3.png);
  top: 3%;
  left: 28%;
}

.image-4 {
 background-image: url(swelement_4.png);
  top: 28%;
  right: 29%;
}

.image-5 {
  background-image: url(swelement_5.png);
  top: 5%;
  right: 4%;
  width: 130px;
  height: 130px;
}

.image-6 {
  background-image: url(swelement_6.png);
  top: 41%;
  left: -1%;
}

.image-7 {
  background-image: url(swelement_8.png);
  top: 74%;
  right: 30%;
  height: 150px;
  width: 150px;
}

.image-8 {
  background-image: url(s_14-smaller.png);
  top: 114%;
  right: 11%;
  height: 200px;
  width: 200px;
}

.image-9 {
  background-image: url("w_3.png");
  top: 170%;
  left: 7%;
  height: 200px;
  width: 200px;
}

.image-10 {
  background-image: url("s_2.png");
  top: 178%;
  right: 3%;
  height: 120px;
  width: 120px;
}




.contact-div {
  position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  z-index: 1;
}

.contact input {
  font-size: 16px;
  margin-bottom: 20px;
}

form.contact {
  display: flex;
  flex-direction: column;
  padding: 25px;
  border: 1px solid #000;
  align-items: center;
}

textarea.contact {
  height: 20vh;
}

input.contact, textarea.contact {
  display: flex;
  width: 400px;
  border: 1px solid #000;
  align-items: center;
}

button.contact {
  margin: 20px 0 10px 0;
  width: 100%;
  border-radius: 0;
  border: none;
  background-color: #ff007a;
  color: #fff;
  padding: 10px 0;
  cursor: pointer;
}


.squiggle {
  top: -398px;
  width: 100%;
  height: 200vh;
  left: -25px;
  object-fit: cover;
}


.section-2-background-images {
  z-index: 1;
  position: absolute;
  pointer-events: none;
}


@media(max-width: 860px) {
  
  .about {
    margin: 0 auto 0 auto;
    max-width: 405px;
  }
  
  .images {
    width: 100px;
  }
  
  .image-4 {
    right: 33%;
  }
  
  .image-5 {
    top: 11%;
    width: 100px;
  }
  
  .image-6 {
    width: 100px;
  }
  
    .image-7 {
    width: 125px;
  }
  
  .image-8 {
    width: 150px;
  }
  
  .image-9 {
    width: 150px;
  }
  
  .image-10 {
    width: 100px;
  }
  
  
  .links {
    left: 50%;
  }
  
  .squiggle {
    left: 0;
  }
  
  .about-text{
    font-size: 20px;
  }
  
}

@media(max-width: 660px) {
  .image-1 {
    top: 65%;
  }
  .image-3 {
    left: 80%;
    top: 10%;
  }
  .image-5 {
    display: none;
  }
  .image-8 {
    width: 150px;
  }
  .image-9 {
    width: 150px;
    top: 182%;
  }
  .links {
		margin-left: 0;
	}
  .logo {
    height: 150px;
    width: 150px;
  }
  .links {
    left: 61%;
  }
  footer {
    padding: 10px;
  }
}

@media(max-width: 605px) {
  
  .circle {
    transform: translate(0px, -100px);
  }
  
  input {
    font-size: 18px;
  }
  
  .image-6 {
    display: none;
  }
  .image-1{
    top: 82%;
    right: 70%;
  }
  .image-2 {
    display: none;
  }
  
  .image-3 {
    left: 70%;
    top: 45%;
  }
  
  .image-4 {
    right: 80%;
    top: 48%;
  }
  
  .image-7 {
    right: 10%;
  }
  
  .register, .sign-up {
    width: 70vw;
  }
  
  .sign-up {
    padding-bottom: 5px;
  }
  
  .circle {
    width: 100vw;
    height: 100vw;
  }
  
  .circle svg {
    width: 100vw;
    height: 100vw;
  }
  
  .links {
    top: 2%;
    left: 6%;
  }
  
  input.contact, textarea.contact {
  width: 80vw;
}
}

@media(max-width: 450px) {
  section {
    height: 100vh;
  }
  
  .circle {
   	transform: translate(0px, -50px);
  }
  
/*   .squiggle {
    display: none;
  } */
/*   .section-footer a {
    display: none;
  } */
  
   .images {
    display: none;
  }
  
  .about {
    top: 68%;
    max-width: 275px;
  }
  
  .about-text {
    font-size: 18px;
  }
  
}


@media(max-width: 330px) and (max-height: 570px) {
  
  .register {
    top: 54%;
  }
  
  .links a {
  margin-right: 10px;
}
}




