.font-Molle {
    font-family: 'Molle', cursive;
}
html, body {
    font-size: 20px;
}

body {
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: azure;
}

header .title {
    font-size: 8em;
    margin: 1rem;
}

#play-ground {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: absolute;
    bottom: 0;
}

.l-5 {
    left: 5%;
}

.l-10 {
    left: 10%;
}

.tree {
    position: absolute;
    bottom: 0;
    width: 75px;
    height: 150px;
}
.tree-crown, .tree-foot {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: 2;
}
.tree-foot {
    top: 50%;
    z-index: 1;
}
.tree-foot .trunk {
    width: 10px;
    height: 100%;
    background: sienna;
    z-index: 1;
    margin-left: 45%;
    border: 2px solid saddlebrown;
    border-radius: 0 0 5% 5%;
}

.tree-foot .trunk .branch-group {}

.tree .tree-crown .branch, .tree .tree-crown .branch-mask {
    position: absolute;
    background-color: forestgreen;
    border-radius: 50%;
    border: 3px solid lightgreen;
    z-index: 2;
}

.tree .tree-crown.type-1 .branch:nth-child(1) {
    width: 50%;
    height: 50%;
    left: -15%;
    top: -10%;
}
.tree .tree-crown.type-1 .branch:nth-child(2) {
    width: 50%;
    height: 50%;
    left: 50%;
    top: 35%;
}
.tree .tree-crown.type-1 .branch:nth-child(3) {
    width: 25%;
    height: 25%;
    left: 45%;
    top: 75%;
}
.tree .tree-crown.type-1 .branch:nth-child(4) {
    width: 75%;
    height: 75%;
    left: 28.5%;
    top: -23.5%;
}
.tree .tree-crown.type-1 .branch:nth-child(5) {
    width: 75%;
    height: 75%;
    left: -20%;
    top: 25%;
}
.tree .tree-crown.type-1 .branch:nth-child(6) {
    width: 25%;
    height: 25%;
    left: 5%;
    top: 50%;
}

.tree .tree-crown .branch-mask {
    width: 80%;
    height: 80%;
    left: 10%;
    top: 10%;
    border: none;
    z-index: 3;
}

/* Grass components */
#grass-container {
    background-color: transparent;
    position: absolute;
    bottom: -50px;
    height: 100px;
    width: 100%;
}
.grass {
    background-color: green;
    height: 100%;
    width: 120%;
    border-radius: 50%;
    margin-left: -10%;
}

/* Mountains components */
#mountains-container {
    width: 100%;
    position: absolute;
    bottom: 0;
}

#mountains-container .mountain.type-1 {
    right: 0;
}

#mountains-container .mountain.type-2 {
    right: 5%;
}

#mountains-container .mountain.type-1 .tip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#mountains-container .mountain {
    position: absolute;
    bottom: 0;
    max-height: 400px;
}

#mountains-container .mountain * {
    width: 0;
    height: 0;
}

#mountains-container .mountain .tip span {
    position: absolute;
}

#mountains-container .mountain.type-1 .base {
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-bottom: 400px solid #2F4F4F;
}

#mountains-container .mountain.type-1 .tip span:nth-child(1) {
    border-left: 52px solid transparent;
    border-right: 52px solid transparent;
    border-bottom: 100px solid #FFF;
    top: -1px;
    left: 37%;
}

#mountains-container .mountain.type-1 .tip span:nth-child(2) {
    border-left: 40px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #FFF;
    top: 99px;
    left: 38%;
    transform: rotate(180deg);
}

#mountains-container .mountain.type-1 .tip span:nth-child(3) {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 70px solid #FFF;
    top: 99px;
    left: 52%;
    transform: rotate(180deg);
}

#mountains-container .mountain.type-2 .base {
    border-left: 200px solid transparent;
    border-right: 200px solid transparent;
    border-bottom: 300px solid #274242;
}

#mountains-container .mountain.type-2 .tip span:nth-child(1) {
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-bottom: 100px solid #FFF;
    top: -10px;
    left: 35%;
}

#mountains-container .mountain.type-2 .tip span:nth-child(2) {
    border-left: 40px solid transparent;
    border-right: 0px solid transparent;
    border-bottom: 20px solid #FFF;
    transform: rotate(180deg);
    top: 90px;
    left: 35%;
}

#mountains-container .mountain.type-2 .tip span:nth-child(3) {
    border-left: 40px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 70px solid #FFF;
    top: 90px;
    left: 40%;
    transform: rotate(180deg);
}

/* Tower */
#tower {
    width: 200px;
    height: 750px;
    position: absolute;
    bottom: 0;
    left: 40%;
}

#tower .keep {
    height: 300px;
}

#tower .base div {
    background-color: #D3B06C;
    border-left: 1px solid #7B7059;
    border-right: 1px solid #7B7059;
    height: 150px;
}

#tower .bushes {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#tower .bushes > div {
    position: inherit;
}

#tower .bushes .left-bush-container {
    left: 0;
}

#tower .bushes .right-bush-container {
    right: 0;
}

#tower .bushes .left-bush-container .bush.type-1 {
    background-color: #8DCE00;
    border: 1px solid #869673;
}

#tower .bushes .branch {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: inherit;
    border: inherit;
    position: absolute;
}

#tower .bushes .branch.mask {
    border: none;
    position: absolute;
    background-color: inherit;
}

#tower .bushes .left-bush-container .branch.mask {
    width: 4.4rem;
    height: 3rem;
    bottom: 0;
    right: 0;
}

#tower .bushes .left-bush-container .branch.type-1 {
    width: 2rem;
    height: 2rem;
    right: -1rem;
    bottom: 0;
}

#tower .bushes .left-bush-container .branch.type-2 {
    width: 3rem;
    height: 1rem;
    bottom: 0;
    right: -2rem;
}

#tower .bushes .left-bush-container .branch.type-3 {
    width: 2rem;
    height: 0.5rem;
    bottom: 1.9rem;
    right: -0.8rem;
    transform: rotate(155deg);
}

#tower .bushes .left-bush-container .branch.type-4 {
    width: 3rem;
    height: 2.5rem;
    bottom: 1rem;
    right: 0rem;
}

#tower .bushes .left-bush-container .branch.type-5 {
    width: 4rem;
    height: 2rem;
    bottom: 1rem;
    right: 1rem;
}

#tower .bushes .left-bush-container .branch.type-6 {
    width: 3rem;
    height: 2rem;
    bottom: 0rem;
    right: 3rem;
}

#tower .bushes .left-bush-container .branch.type-7 {
    width: 4rem;
    height: 1rem;
    bottom: 0;
    right: 0.2rem;
}

#tower .bushes .right-bush-container .branch.mask.type-1 {
    width: 4.4rem;
    height: 3rem;
    bottom: 0;
    left: 0;
}

#tower .bushes .right-bush-container .branch.mask.type-2 {
    width: 3rem;
    height: 2rem;
    bottom: 0.2em;
    left: -30px;
    background-color: #B3DD00;
}

#tower .bushes .right-bush-container.type-1 .branch {
    width: 6rem;
    height: 4em;
    bottom: 0;
    left: 0;
}

#tower .bushes .right-bush-container .branch.type-2 {
    width: 3rem;
    height: 1rem;
    bottom: 0;
    right: -2rem;
}

#tower .bushes .right-bush-container .branch.type-3 {
    width: 2rem;
    height: 0.5rem;
    bottom: 1.9rem;
    right: -0.8rem;
    transform: rotate(155deg);
}

#tower .bushes .right-bush-container .branch.type-4 {
    width: 3rem;
    height: 2.5rem;
    bottom: 1rem;
    right: 0rem;
}

#tower .bushes .right-bush-container .branch.type-5 {
    width: 4rem;
    height: 2rem;
    bottom: 1rem;
    right: 1rem;
}

#tower .bushes .right-bush-container .branch.type-6 {
    width: 3rem;
    height: 2rem;
    bottom: 0rem;
    right: 3rem;
}

#tower .bushes .right-bush-container .branch.type-7 {
    width: 4rem;
    height: 1rem;
    bottom: 0;
    right: 0.2rem;
}
/* Sun components */

#sun-container {
    position: relative;
    float: right;
    width: 100px;
    height: 100px;
    margin: 100px 50px 0 0;
}
.sun-center {
    background-color: #ffff00;
    position: absolute;
    border-radius: 50%;
    width: 60%;
    height: 60%;
    margin: 20%;
}
.sun-teethe {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: sun-teethe-movement 10s linear 0s infinite normal;
}
.sun-teeth-small, .sun-teeth-big {
    position: absolute;
    width: 30%;
    height: 30%;
    animation-timing-function: linear;
    animation-direction: alternate;
    animation-duration: 1s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}
.sun-teeth-small {
    width: 15%;
    height: 15%;
}
.teeth-container {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.teeth-container div {
    width: 300%;
    height: 300%;
}
.teeth, .teeth-mask, .teeth-mask-bottom {
    position: absolute;
}
.teeth {
    background-color: yellow;
    z-index: 1;
    border-radius: 5%;
    width: 100% !important;
    height: 100% !important;
}
.teeth-mask-bottom {
    border-radius: 50%;
    background-color: #FFFFFF;
    z-index: 2;
    bottom: 92%;
    left: -100%;
}

.teeth-mask {
    background-color: azure;
    z-index: 2;
    transform-origin: bottom left;
    left: 50%;
    bottom: 0;
    transform: rotate(27deg);
}
.teeth-mask:first-child {
    left: auto;
    right: 50%;
    transform-origin: bottom right;
    transform: rotate(-27deg);
}
.cardinal-N  {
    top: -10%;
    left: 35%;
    transform: rotate(180deg);
    animation-name: sun-teeth-N;
}
.cardinal-NE {
    top: 15%;
    right: 15%;
    transform: rotate(-135deg);
    animation-name: sun-teeth-NE;
}
.cardinal-E  {
    top: 35%;
    right: -10%;
    transform: rotate(-90deg);
    animation-name: sun-teeth-E;
}
.cardinal-SE {
    bottom: 15%;
    right: 15%;
    transform: rotate(-45deg);
    animation-name: sun-teeth-SE;
}
.cardinal-S  {
    bottom: -10%;
    left: 35%;
    animation-name: sun-teeth-S;
}
.cardinal-SV {
    bottom: 15%;
    left: 15%;
    transform: rotate(45deg);
    animation-name: sun-teeth-SV;
}
.cardinal-V  {
    bottom: 35%;
    left: -10%;
    transform: rotate(90deg);
    animation-name: sun-teeth-V;
}
.cardinal-NV {
    top: 15%;
    left: 15%;
    transform: rotate(135deg);
    animation-name: sun-teeth-NV;
}

/* Animation set */

@keyframes sun-teethe-movement {
    from { transform: rotate(0deg) }
    to { transform: rotate(360deg) }
}
@keyframes sun-teeth-N {
    from { width: 30%; height: 30%; top: -10%; left: 35%; }
    to { width: 15%; height: 15%; top: 5%; left: 42.5%; }
}
@keyframes sun-teeth-NE {
    from { width: 15%; height: 15%; top: 15%; right: 15%; }
    to { width: 30%; height: 30%; top: 3%; right: 3%; }
}
@keyframes sun-teeth-E {
    from { width: 30%; height: 30%; right: -10%; top: 35%; }
    to { width: 15%; height: 15%; top: 42.5%; right: 5%; }
}
@keyframes sun-teeth-SE {
    from { width: 15%; height: 15%; bottom: 15%; right: 15%; }
    to { width: 30%; height: 30%; bottom: 3%; right: 3%; }
}
@keyframes sun-teeth-S {
    from { width: 30%; height: 30%; bottom: -10%; left: 35%; }
    to { width: 15%; height: 15%; bottom: 5%; left: 42.5%; }
}
@keyframes sun-teeth-SV {
    from { width: 15%; height: 15%; bottom: 15%; left: 15%; }
    to { width: 30%; height: 30%; bottom: 3%; left: 3%; }
}
@keyframes sun-teeth-V {
    from { width: 30%; height: 30%; bottom: 35%; left: -10%; }
    to { width: 15%; height: 15%; bottom: 42.5%; left: 5%; }
}
@keyframes sun-teeth-NV {
    from { width: 15%; height: 15%; top: 15%; left: 15%; }
    to { width: 30%; height: 30%; top: 3%; left: 3%; }
}