body {
   background-color:white;
}
/*NAVIGATION*/

/*corner sun*/
.sun {
    position: fixed;
    top: -4px;
    left: -4px;
    float: left;
    z-index: 4;
}

.sun img{
   width: 100px;
}


/* Grass */
.grass {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 2;
}

.grass img{
   width: 100%;
}


h1{
    z-index: 1;
    padding-top: 9vh;
}

.poster{
  height: auto;
  width: 200px;
  padding: 10px;
}


/* SPEECH */
.speech {
    margin-top: 60vh;
    margin-left: 10vw;
    z-index: 3;
    background: white;
    color: black;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1em;
    padding: 3px 10px;
    position: fixed;
    text-align: center;
    vertical-align: top;
    min-width: 7em;
    border-radius: 10px;
    border: orange solid 1px;
    font-family: sans-serif;
}

.speech:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    bottom: -10px;
    left: 84%;
    margin-left: -5px;
}
.speech:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-width: 0 11px 11px 0;
    border-color: transparent orange transparent transparent;
    bottom: -12px;
    left: 84%;
    margin-left: -5px;
    display: block;
}

.speech2 {
    margin-top: 20vh;
    margin-left: 30vw;
    z-index: 3;
    background: white;
    color: black;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1em;
    padding: 3px 10px;
    position: fixed;
    text-align: center;
    vertical-align: top;
    min-width: 7em;
    border-radius: 10px;
    border: #00d80e solid 1px;
    font-family: sans-serif;
}

.speech2:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    bottom: -10px;
    left: 84%;
    margin-left: -5px;
}
.speech2:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-width: 0 11px 11px 0;
    border-color: transparent #00d80e transparent transparent;
    bottom: -12px;
    left: 84%;
    margin-left: -5px;
    display: block;
}

.speech3 {
    margin-top: 3vh;
    margin-left: 65vw;
    z-index: 3;
    background: white;
    color: black;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1em;
    padding: 3px 10px;
    position: fixed;
    text-align: center;
    vertical-align: top;
    min-width: 7em;
    border-radius: 10px;
    border: red solid 1px;
    font-family: sans-serif;
}

.speech3:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    bottom: -10px;
    left: 70%;
    margin-left: -5px;
}
.speech3:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-width: 0 11px 11px 0;
    border-color: transparent red transparent transparent;
    bottom: -12px;
    left: 70%;
    margin-left: -5px;
    display: block;
}

.speech4 {
    margin-top: 50vh;
    margin-left: 60vw;
    z-index: 3;
    background: white;
    color: black;
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 1em;
    padding: 3px 10px;
    position: fixed;
    text-align: center;
    vertical-align: top;
    min-width: 7em;
    border-radius: 10px;
    border: pink solid 1px;
    font-family: sans-serif;
}

.speech4:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 0 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    bottom: -10px;
    left: 40%;
    margin-left: -5px;
}
.speech4:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-width: 0 11px 11px 0;
    border-color: transparent pink transparent transparent;
    bottom: -12px;
    left: 40%;
    margin-left: -5px;
    display: block;
}

#myDIV {
  width: 100%;
}

button {
    float: right;
}


@media (max-width: 768px) {
    h3 {
        font-size: 5vw;
        left: 25px;
    }
    .info {
    float:left;
    margin: 0px;
}

.info img{
    width: 90vw;
}
   h2 {
       margin-left: 8vw;
       word-spacing: 20px;
    } 
}

@media (max-width: 750px) {
  .mouse {
    display: none;
    }
    
    .speech {
    margin-top: 70vh;
    margin-left: 2vw;
    }
    
    .speech2 {
    margin-top: 50vh;
    margin-left: 4vw;
    }
    
    .speech3 {
    margin-top: 15vh;
    margin-left: 20vw;
    }
    
    .speech4 {
    margin-top: 30vh;
    margin-left: 14vw;
    }
    
    .speech5 {
    margin-top: 75vh;
    margin-left: 4vw;
    }
    
}