* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  width: 100%;
  height: 940px;;
}

.scene {
  height: 100%;
  width: 100%;
  /* transform: scale(0.5); */
}

.landscape {
  position: absolute;
  height: 80%;
  width: 100%;
  background: #a8eaec;
}

.mountain-1 {
  position: absolute;
  background: #61a9c3;
  width: 500px;
  height: 600px;
  top: 100%;
  transform: translateY(-100%);
  left: -100px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.mountain-2 {
  position: absolute;
  background: #61a9c3;
  width: 600px;
  height: 500px;
  top: 100%;
  transform: translateY(-100%);
  left: 200px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.mountain-3 {
  position: absolute;
  background: #61a9c3;
  width: 600px;
  height: 580px;
  top: 100%;
  transform: translateY(-100%);
  left: 600px;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.mountain-4 {
  position: absolute;
  background: #61a9c3;
  width: 750px;
  height: 400px;
  top: 100%;
  transform: translateY(-100%);
  left: 45%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.mountain-5 {
  position: absolute;
  background: #61a9c3;
  width: 600px;
  height: 500px;
  top: 100%;
  transform: translateY(-100%);
  left: 65%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.mountain-6 {
  position: absolute;
  background: #61a9c3;
  width: 600px;
  height: 630px;
  top: 100%;
  transform: translateY(-100%);
  left: 83%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.road {
  position: absolute;
  background: #534f59;
  width: 100%;
  height: 208px;
  top: 78%;
}

.footpath-up {
  position: relative;
  background: #c9c9c9;
  left: 0px;
  top: 0px;
  height: 20px;
}

.footpath-down {
  position: relative;
  background: #7f7f7f;
  left: 0px;
  top: 0px;
  height: 15px;
}

.road-divider {
  position: relative;
  background: #c6c5c6;
  left: 0px;
  top: 50%;
  height: 11px;
}

.footpath-shadow {
  position: relative;
  background: #3f3f3f;
  left: 0px;
  top: 0px;
  height: 7px;
}

/* ! use home for clouds and trees */