body {
   background-color:white;
}

/*NAVIGATION*/

/*bar*/
.topnav {
  overflow: hidden;
  padding-left: 10vw;
}

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

.sun img{
   width: 100px;
}

.about {
    position: fixed;
    bottom: 7vh;
    left: 2vw;
    z-index: -1;
}

.about img{ 
    width: auto;
    height: 18vh;
}

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

.grass img{
   width: 100%;
}

/*style*/
.topnav a {
  float: left;
  color: grey;
  font-family: 'Nunito', sans-serif;
  text-align: center;
  padding: 2vh 2vw;
  text-decoration: none;
  font-size: 1em;
}

/*hover link*/
.topnav a:hover {
  color: skyblue;
}

/*active link*/
.topnav a.active {
  color: skyblue;
}

/*PAGE*/


h1 {
  font-family: 'Nunito', sans-serif;
  font-size: 4em;
  letter-spacing: 5px;
  word-spacing: 35px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

img{
  vertical-align: middle;
  height: auto;
  width: 8vh;
}


/*CLICK REVEAL*/

#hover-area {
    text-align:left;
    margin: 0 auto;
    display: block;
    width:100px;
    cursor: pointer;
    float: right;
    padding-right: 5px;
}
#reveal {
    background: #fafafa;
    width: 200px;
    display: none;
    border-radius: 3px;
    box-shadow: 1px 1px 3px #555;
    padding: 5px;
    margin-left: -120px;
    margin-bottom: 2px;
}
h2 {
    display: block;
    font-size: 1em;
    font-family: 'Nunito', sans-serif;
    text-align: right;
    color: grey;
    margin: 0 auto;
    padding-top: 2vh;
    padding-right: 2vw;
}

p {
    text-align: left;
    font-size: 0.8em;
    font-family: sans-serif;
    color: blue;
}

/* SPEECH */

.speech {
    margin-top: 70vh;
    margin-left: 10vw;
    z-index: -1;
    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: black solid 1px;
    font-family: sans-serif;
}

.speech: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: 16%;
    margin-left: -4px;
}
.speech:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-width: 11px 9px 0 0;
    border-color: #000000 transparent transparent transparent;
    bottom: -12px;
    left: 16%;
    margin-left: -5px;
    display: block;
}

.speech2 {
    margin-top: 30vh;
    margin-left: 16vw;
    z-index: -1;
    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: 20vh;
    margin-left: 20vw;
    z-index: -1;
    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: 30vh;
    margin-left: 40vw;
    z-index: -1;
    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: 20vh;
    margin-left: 50vw;
    z-index: -1;
    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;
}

.speech6 {
    margin-top: 30vh;
    margin-left: 66vw;
    z-index: -1;
    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: #f00044 solid 1px;
    font-family: sans-serif;
}

.speech6: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: 16%;
    margin-left: -4px;
}
.speech6:before {
    content: '';
    position: absolute;
    width: 0;
    z-index: 0;
    border-style: solid;
    border-width: 11px 9px 0 0;
    border-color: #f00044 transparent transparent transparent;
    bottom: -12px;
    left: 16%;
    margin-left: -5px;
    display: block;
}

#myDIV {
  width: 100%;
}

button {
    float: right;
}

@media (max-width: 750px) {
  .mouse {
    display: none;
    }
    
  .about {
    position: fixed;
    bottom: 3vh;
    left: 2vw;
    z-index: -1;
    }
    
    .speech {
    margin-top: 75vh;
    margin-left: 30vw;
    }
    
    .speech2 {
    margin-top: 12vh;
    margin-left: 0vw;
    max-width: 30vw;
    }
    
    .speech3 {
    margin-top: 12vh;
    margin-left: 40vw;
    margin-right: 2vw;
    }
    
    .speech3:after {
    left: 20%
    }
    
    .speech3:before {
    left: 20%
    }
    
    .speech4 {
    margin-top: 30vh;
    margin-left: 0vw;
    max-width: 30vw;
    }
    
    .speech5 {
    margin-top: 30vh;
    margin-left: 60vw;
    max-width: 30vw;
    }
    
    .speech5:after {
    left: 40%
    }
    
    .speech5:before {
    left: 40%
    }
    
    .speech6 {
    margin-top: 45vh;
    margin-left: 50vw;
    margin-right: 2vw;
    max-width: 40vw;
    }
    
}