body {
   background-color:white;
}

/*NAVIGATION*/

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

.sun img{
   width: 100px;
}

.grass {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 3;
}

.grass img{
   width: 100%;
}

a {
  text-decoration: none;
}

h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 6vw;
  letter-spacing: 2px;
  word-spacing: 1vw;
  position: absolute;
  line-height: 80%;
  margin-top: 30px;
  z-index: 2;
}

.houses{
  height: auto;
  width: 10vw;
}


/* SPEECH */
.speech {
    margin-top: 70vh;
    margin-left: 50vw;
    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;
}

.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 red transparent transparent;
    bottom: -12px;
    left: 84%;
    margin-left: -5px;
    display: block;
}

.speech2 {
    margin-top: 40vh;
    margin-left: 14vw;
    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: 5vh;
    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: #3e8eff 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 #3e8eff transparent transparent;
    bottom: -12px;
    left: 70%;
    margin-left: -5px;
    display: block;
}

.speech4 {
    margin-top: 40vh;
    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: #ffbc0f 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 #ffbc0f transparent transparent;
    bottom: -12px;
    left: 40%;
    margin-left: -5px;
    display: block;
}

.speech5 {
    margin-top: 5vh;
    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: #ffdf00 solid 1px;
    font-family: sans-serif;
}

.speech5:after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    z-index: 1;
    border-style: solid;
    border-width: 10px 8px 0 0;
    border-color: #ffffff transparent transparent transparent;
    bottom: -10px;
    left: 80%;
    margin-left: -4px;
}
.speech5:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-width: 11px 9px 0 0;
    border-color: #ffdf00 transparent transparent transparent;
    bottom: -12px;
    left: 80%;
    margin-left: -5px;
    display: block;
}


#myDIV {
  width: 100%;
}

button {
    float: right;
    z-index: 3;
    position: relative;
}


@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;
    }
    h1{
        margin-top: 10vh;
    }
    
    .speech {
    margin-top: 70vh;
    margin-left: 2vw;
    }
    
    .speech2 {
    margin-top: 35vh;
    margin-left: 4vw;
    }
    
    .speech3 {
    margin-top: 15vh;
    margin-left: 5vw;
    }
    
    .speech5 {
    margin-top: 52vh;
    margin-left: 20vw;
    }
    
}