@media only screen and (max-width: 650px){

body {
  margin: 0;
}

h2 {
  font-family: 'Yeseva One', cursive;
  font-size: 40px;
  line-height: 1;
}

p {
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: regular;
}

#header {
  width: 100%;
  height: 75vw;
  position: relative;
  overflow: hidden;
}

#background {
  width: 100%;
  height: 100%;
  background: #6666cc;
  z-index: 0;
  position: absolute;
  top: 0; left: 0;
}

#title {
  font-family: 'Yeseva One', cursive;
  font-size: 60px;
  color: #fff;
  width: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  z-index: 1;
}

#swirl {
  z-index: 2;
  position: absolute;
  top: -37.5vw; left: -50%;
  height: 150vw;
  animation: swirl 10s infinite linear;
}

#paintedLady {
  width: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}

#titleOverlay {
  font-family: 'Yeseva One', cursive;
  font-size: 60px;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  width: 90%;
  position: absolute;
  top: 5%;
  left: 5%;
  text-align: center;
  z-index: 4;
}

#butterfly {
  width: 70px;
  position: absolute;
  top: 210px;
  left: 15px;
  z-index: 2;
}

#butterfly2 {
  width: 100px;
  position: absolute;
  top: 30px;
  right: 15px;
  z-index: 2;
  animation: butterfly 1.25s 0.5s infinite linear;
}

#slogan {
  position: relative;
  padding-top: 30px;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 30px;
  width: 80%;
  text-align: center;
  background: #66999a;
  color: #fff;
}

#lizard {
  width: 100%;
  position: relative;
}

#titleSection {
  width: 60%;
  position: relative;
  padding: 50px 20% 30px 20%;
  text-align: center;
  background: #99cccc;
}

#lamb {
  position: relative;
  width: 100%;
}

#section2 {
  position: relative;
  width: 100%;
  margin-top: -1px;
}

#lizardSub {
  position: relative;
  height: 100vw;
  width: 100%;
}

#lizardInverted {
  transform: scaleY(-1);
  width: 100%;
  position: absolute;
  z-index: 0;
  top: 0; left: 0;
}

#overlay {
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(102, 153, 154, 0), rgba(102, 153, 154, 1.0));
  z-index: 2;
  position: absolute;
  top: 0; left: 0;
}

#titleSect2 {
  width: 60%;
  padding: 1px 20% 50px 20%;
  color: #fff;
  position: relative;
  text-align: center;
  background: #66999a;
}

#section3 {
  position: relative;
  width: 90%;
  margin-left: 5%;
  background: #6666cc;
}

#about {
  width: 60%;
  padding: 50px 20% 20px 20%;
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative;
}

#purpleLady {
  width: 100vw;
  margin-left: -5vw;
  position: relative;
  z-index: 1;
}

#ladyFlower {
  width: 100%;
  position: relative;
}

#circle {
  width: 250px;
  position: absolute;
  z-index: 0;
  left: calc(50% - 125px);
}

#section4 {
  position: relative;
  width: 100%;
  height: 140vw;
  color: #000;
  text-align: center;
  font-weight: bolder !important;
  overflow: hidden;
}

#swirl4 {
  height: 200%;
  position: absolute;
  top: -50%;
  left: -86.67%;
  z-index: 1;
  animation: swirlRight 20s infinite linear;
}

#back {
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #cccd33;
  position: absolute;
  top: 0; left: 0;
  z-index: 0;
}

#nameBack {
  z-index: 2;
  width: 70%;
  position: absolute;
  top: 10%;
  left: 15%;

}

#starling {
  width: 100%;
  z-index: 3;
  position: absolute;
  bottom: 0; left: 0;
}

.circleAnimation {
  position: relative;
  margin-top: 35px;
  margin-bottom: 35px;
  width: 70%;
  height: 100px;
  left: 15%;
  z-index: -1;
}

.bigCircle {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 15px;
  left: calc(50% - 35px);
  z-index: 1;
}

#bigCirc1 {
  background-color: #6666cc;
}

#bigCirc2 {
  background-color: #cccd33;
}

#bigCirc3 {
  background-color: #99cccc;
}

#bigCirc4 {
  background-color: #970033;
}

#bigCirc5 {
  background-color: #cc6566;
}

.littleCircle {
  border:2px solid white;
  border-radius:50%;
  background:rgba(0,0,0,0);
  color:white;
  width:40px;
  height:40px;
  text-align:center;
  line-height:40px;
  position: absolute;
  top: 28px;
  z-index: 2;
  animation: circleMove 5s infinite alternate;
}

.littleCircleBack {
  height: 44px;
  width: 44px;
  border-radius: 50%;
  position: absolute;
  top: 28px;
  z-index: 0;
  animation: circleMove 5s infinite alternate;
}

#littleCirc1 {
  background-color: #66999a;
}

#littleCirc2 {
  background-color: #6666cc;
}

#littleCirc3 {
  background-color: #cccd33;
}

#littleCirc4 {
  background-color: #99cccc;
}

#littleCirc5 {
  background-color: #970033;
}

#section5 {
  background: #99cccc;
  width: 80%;
  padding: 40px 10%;
  color: #000;
  overflow: hidden;
}

#musicTaste {
  width: 75%;
  margin-left: 12.5%;
  text-align: center;
}

#bananas {
  position: relative;
  margin-top: 30px;
  width: calc(100% - 20px);
  height: calc(80vw - 20px);
}

#banana {
  width: calc(100% - 20px);
  position: absolute;
  top: 10px;
  left: 10px;
}

#banana2 {
  width: calc(100% - 20px);
  opacity: 0.3;
  position: absolute;
  top: 10px;
  left: 10px;
  animation: bananaFuzz 1s linear infinite alternate;
}

#lemonCont {
  width: 100%;
  height: 80vw;
  position: relative;
  padding-bottom: 20px;
  margin-top: 30px;
}

#lemon {
  width: 100%;
  animation: lemon 10s linear infinite;
}

#section6 {
  background: #970033;
  padding: 50px 0px;
  margin-left: 5%;
  width: 90%;
  position: relative;
}

#meCont {
  position: relative;
  width: 100%;
  height: 66.667vw;
}

.meBack {
  width: 100vw;
  position: absolute;
  top: 0;
  left: -5%;
  z-index: 1;
}

.meFront {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  animation: meFade 5s linear infinite alternate;
}

#whyHireOutline {
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  z-index: 3;
}

#whyHire {
  z-index: 0;
}

#whySub {
  position: absolute;
  bottom: calc(10% + 90px);
  font-size: 24px !important;
  color: #fff;
  width: 40%;
  left: 20%;
  z-index: 2;
  text-align: center;
}

.whyHire {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 80%;
  text-align: center;
  color: #fff;
}

#whyHirePara {
  width: 50%;
  margin-left: 25%;
  margin-top: 0px;
  position: relative;
  color: #fff;
  text-align: center;
}

#reflection {
  transform: scaleY(-1);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0.5;
  width: 100%;
  height: 66.667vw;
}

#gig {
  width: 80%;
  margin-left: 10%;
  position: relative;
}

#section7 {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
  background: #2b0066;
}

#section8 {
  position: relative;
  width: 100%;
  background: #cc6566;
  padding-top: 100px;
}

#footer {
  color: #fff;
  width: 50%;
  margin-left: 25%;
  margin-bottom: 30px;
  text-align: center;
}

@keyframes swirl {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes swirlRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes butterfly {
  0% {
    top: 30px;
  }
  30% {
    top: 70px;
  }
  50% {
    top: 80px;
  }
  80% {
    top: 40px;
  }
  100% {
    top: 30px;
  }
}

@keyframes circleMove {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% - 44px);
  }
}

@keyframes bananaFuzz {
  0% {
    top: 0px;
    left: 0px;
  }
  100% {
    top: 20px;
    left: 20px;
  }
}

@keyframes lemon {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes meFade {
  0% {
    opacity: 0.8;
  }

  100% {
    opacity: 0;
  }
}

}
