#navigation a[data-level="0"],
.asset br {
  display: none;
}
@keyframes world-rotation {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
div.main-pic {
  position: absolute;
  width: 50rem;
  height: 50rem;
  left: 50%;
  top: 50%;
  margin-left: -25rem;
  margin-top: -25rem;
  z-index: 1;
  transition:
    width 0.5s,
    height 0.5s,
    margin 0.5s;
}
@media screen and (max-width: 75rem) {
  div.main-pic {
    width: 40rem;
    height: 40rem;
    margin-left: -20rem;
    margin-top: -20rem;
  }
}
@media screen and (max-width: 59rem) {
  div.main-pic {
    width: 30rem;
    height: 30rem;
    margin-left: -15rem;
    margin-top: -15rem;
  }
  .wind-turbine-1,
  .wind-turbine-2,
  .wind-turbine-3,
  .wind-turbine-4 {
    display: none;
  }
}
@media screen and (max-width: 40rem) {
  div.main-pic {
    width: 20rem;
    height: 20rem;
    margin-left: -10rem;
    margin-top: -10rem;
  }
}
.assets,
div.coby,
div.world,
h1 {
  width: 100%;
  height: 100%;
  position: absolute;
}
div.coby,
div.world,
h1 {
  left: 50%;
  top: 50%;
  margin-left: -50%;
}
h1 {
  background: url(./img/coby-world.svg) center no-repeat;
  background-size: 80% auto;
  margin-top: -40%;
  text-indent: -9999rem !important;
  z-index: 2;
  transition:
    transform 0.2s,
    margin-top 0.2s;
}
div.coby {
  background: url(./img/IMG_7148.png) center no-repeat;
  background-size: contain;
  text-indent: -1000rem !important;
  margin-top: -60%;
  transition: margin-top 0.2s;
}
div.world {
  background: url(./img/world.png) center no-repeat;
  background-size: contain;
  margin-top: -40%;
  animation: world-rotation 60s linear infinite;
}
div.main-pic:hover h1 {
  margin-top: -34%;
  transform: rotate(2deg);
}
div.main-pic:hover div.coby {
  margin-top: -67%;
}
.assets {
  overflow: hidden;
  left: 0;
  top: 0;
  background-image: radial-gradient(
    ellipse at center,
    #e3fcff 0,
    #e3fcff 45%,
    #7dd6ff 100%
  );
}
.flowers,
.grass,
.mounts {
  left: 0;
  width: 100%;
  height: 10rem;
}
.asset {
  position: absolute;
  z-index: 0;
}
.mounts {
  bottom: 0;
  background: url(./img/mounts.png) center bottom repeat-x;
}
.grass {
  bottom: 0;
  background: url(./img/grass.png) center bottom repeat-x;
}
.flowers {
  bottom: 1rem;
  background: url(./img/flowers.png) center bottom repeat-x;
}
.butterfly-1,
.butterfly-2,
.butterfly-3,
.butterfly-4,
.butterfly-5,
.butterfly-6 {
  width: 2rem;
  height: 2rem;
}
.butterfly-1 {
  left: 23%;
  bottom: 8rem;
  background: url(./img/butterfly_1.png) center no-repeat;
}
.butterfly-2 {
  left: 15%;
  bottom: 7rem;
  background: url(./img/butterfly_2.png) center no-repeat;
}
.butterfly-3 {
  left: 10%;
  bottom: 10rem;
  background: url(./img/butterfly_3.png) center no-repeat;
}
.butterfly-4 {
  left: 50%;
  bottom: 3rem;
  background: url(./img/butterfly_4.png) center no-repeat;
}
.butterfly-5 {
  left: 80%;
  bottom: 1.5rem;
  background: url(./img/butterfly_5.png) center no-repeat;
}
.butterfly-6 {
  left: 90%;
  bottom: 2.5rem;
  background: url(./img/butterfly_6.png) center no-repeat;
}
@media screen and (min-width: 75rem) {
  .trees {
    width: 50rem;
    height: 15rem;
    left: 50%;
    bottom: 4.5rem;
    margin-left: 20rem;
    background: url(./img/trees.png) right bottom no-repeat;
  }
}
#navigation li,
#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wind-turbine-1,
.wind-turbine-2,
.wind-turbine-3,
.wind-turbine-4 {
  width: 10rem;
  height: 30rem;
}
.wind-turbine-1 {
  right: -1rem;
  bottom: 1rem;
  background: url(./img/wind_turbine_1.png) left bottom no-repeat;
}
.wind-turbine-2 {
  right: 4rem;
  bottom: -1rem;
  background: url(./img/wind_turbine_2.png) left bottom no-repeat;
}
.wind-turbine-3 {
  right: 10rem;
  bottom: 1rem;
  background: url(./img/wind_turbine_3.png) left bottom no-repeat;
}
.wind-turbine-4 {
  right: 18rem;
  bottom: 0.5rem;
  background: url(./img/wind_turbine_4.png) left bottom no-repeat;
}
.dog,
.girl {
  bottom: 3rem;
  transition: left 0.5s;
}
@media screen and (min-width: 75rem) {
  .bike {
    width: 30rem;
    height: 15rem;
    left: 1rem;
    bottom: 3rem;
    background: url(./img/bike.png) left bottom no-repeat;
  }
}
.girl {
  width: 30rem;
  height: 40rem;
  left: 10rem;
  background: url(./img/girl.png) left bottom no-repeat;
}
@media screen and (max-width: 75rem) {
  .girl {
    left: 0;
  }
}
@media screen and (max-width: 59rem) {
  .girl {
    left: -10rem;
  }
}
@media screen and (max-width: 40rem) {
  .girl {
    left: -15rem;
  }
}
.dog {
  width: 20rem;
  height: 15rem;
  left: 50rem;
  background: url(./img/dog.png) left bottom no-repeat;
}
.cloud-1,
.cloud-2,
.cloud-3,
.cloud-4,
.cloud-5,
.cloud-6 {
  background: url(./img/cloud.png) left bottom no-repeat;
}
@media screen and (max-width: 75rem) {
  .dog {
    left: 30rem;
  }
}
@media screen and (max-width: 59rem) {
  .dog {
    left: 20rem;
  }
}
@media screen and (max-width: 40rem) {
  .dog {
    left: 10rem;
  }
}
@media screen and (max-height: 60rem) {
  .dog,
  .girl,
  .wind-turbine-1,
  .wind-turbine-2,
  .wind-turbine-3,
  .wind-turbine-4 {
    display: none;
  }
}
#navigation a,
#navigation div,
#navigation li,
#navigation ul {
  display: inline-block;
}
.cloud-1 {
  height: 5rem;
  left: 10%;
  top: 1rem;
}
.cloud-2 {
  height: 3rem;
  left: 40%;
  top: 5rem;
}
.cloud-3 {
  height: 4rem;
  left: 70%;
  top: 4rem;
}
.cloud-4 {
  height: 2rem;
  left: 80%;
  top: 8rem;
}
.cloud-5 {
  height: 3.5rem;
  left: 90%;
  top: 1rem;
}
.cloud-6 {
  height: 1.5rem;
  left: 20%;
  top: 10rem;
}
.cloud-1,
.cloud-2,
.cloud-3,
.cloud-4,
.cloud-5,
.cloud-6 {
  width: 20rem;
  background-size: contain;
}
.balloon,
.birds-1 {
  width: 15rem;
  height: 15rem;
}
.balloon {
  right: 5%;
  top: 10rem;
  background: url(./img/balloon.png) center no-repeat;
  transition:
    left 0.5s,
    top 0.5s;
}
@media screen and (max-width: 59rem) {
  .balloon {
    right: -15%;
  }
}
@media screen and (max-width: 40rem) {
  .balloon {
    right: -30%;
    top: 0;
  }
}
.birds-1 {
  right: 5%;
  top: 20rem;
  background: url(./img/birds_1.png) center no-repeat;
}
@media screen and (min-width: 75rem) {
  .birds-2 {
    width: 10rem;
    height: 10rem;
    right: 2rem;
    bottom: 2rem;
    background: url(./img/birds_2.png) center no-repeat;
  }
}
#navigation {
  position: relative;
  z-index: 100;
  /* TODO: remove when ready */
  display: none;
}
#navigation a {
  padding: 0.5rem 1rem;
  text-decoration: none;
  margin: 0 0.2rem 0 0;
}
