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

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

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

.sun img{
   width: 100px;
}


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

.grass img{
   width: 100%;
}


/*PAGE*/

a {
  color: grey;
  font-family: 'Nunito', sans-serif;
  text-decoration: none;
}

a.active{
 color: black;
}

h1{
    margin-top: 10vh;
    z-index: 1;
}

h2 {
  font-family: 'Nunito', sans-serif;
  font-size: 7vw;
  letter-spacing: 5px;
  word-spacing: 5px;
  position: absolute;
  margin-left: 4vw;
  margin-top: 10vh;
  z-index: 1;
}

h3 {
  font-family: 'Nunito', sans-serif;
  font-size: 6vw;
  letter-spacing: 2px;
  word-spacing: 1vw;
  position: absolute;
  left: 40px;
  margin-top: 10vh;
}

/*IMAGES*/
.list{
  vertical-align: middle;
  height: auto;
  width: 8vw;
}

.poster{
  height: auto;
  width: 7em;
}

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

.info {
    float:right;
    margin-left: 10px;
    margin-right: 20px;
}

.info img{
    width: 25vw;
}

.sign {
    position: fixed;
    float: right;
    bottom: -5px;
    right: 15px;
    z-index: 1;
}

.sign img{
   width: 20vw;
}

/*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;
    position: absolute;
    z-index: 3
}
h4 {
    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: 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;
}


@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){
    .speech {
    margin-top: 55vh;
    margin-left: 2vw;
    }
    
    .speech2 {
    margin-top: 40vh;
    margin-left: 14vw;
    }
    
    .speech3 {
    margin-top: 8vh;
    margin-left: 5vw;
    }
    
    .speech4 {
    margin-top: 25vh;
    margin-left: 14vw;
    }
    
    .speech5 {
    margin-top: 75vh;
    margin-left: 4vw;
    }
    
}