
body {
  background-color: rgb(224, 231, 216);
  padding: 0;
  margin: 0;
}

h1 {
  font-family: 'Courier New', Courier, monospace;
  color: white;
  text-align: center;
  font-size: 25px;
  position: relative;
  margin: 0;
  padding-top:10px;
}

p {
  font-family: helvetica;
  color: white;
  font-size: 16px;
}

#titlebar {
  width:88%;
  height: 35px;
  /*background-color:#c1c1c1 /*color of scroll bar; #5e7a62 = color picked on toronto map*/
  bottom:48px;
  z-index: 6;
  display: inline-block;
  position: fixed;
}
/*was tried once in the main map
#titlebar {
  width:100%;
  height: 18vh;
  /*background-color: rgb(224,231,216);
  opacity: 0.2;
  bottom:0;
  z-index: 8;
  display: inline-block;
  position: fixed;
}*/


/*horizontal 1/2 screen maps*/
#mapid1 {
    width: 100%;
    height:75vh;
    z-index:5;
}

#mapid2 {
    width: 100%;
    height:23vh;
    z-index:5;
    background-color:chartreuse;
}

/*vertical 1/3 screen maps*/
#mapid3 {/*toronto*/
  z-index:5;
  height:100vh;
  background-color:lime
}

#mapid4 {/*moulin*/
z-index:5;
background-color:rgb(255, 0, 170);
height:100vh;

}

#mapid5 {/*sudbury*/
z-index:6;
background-color:rgb(0, 0, 255);
height:100vh;
}

#mapid {
  margin-left: 0.3%;
  margin-right: 0.3%;
  margin-top: 0.3%;
  margin-bottom: auto;
  height:99vh;
  box-sizing: border-box;
  border: solid white 2px;
  padding: 5px;
  z-index: 7;
}

/* this z-index has to be smaller than that of the overlay which is 11 (see below) */
/* this z-index is missing in the original instructions by Lucas */

/* ===== INFO PANEL ===== */

/*z-index = number of stacks; larger number comes on top */

/*with index 5, i have hidden it behind the map*/

#leftbar {
  width: 60px;
  height: 70%;
  background-color: rgb(30, 31, 27);
  top:100px;
  z-index: 7;
  display:inline-flexbox;
  position: fixed;
}
/*
TD:hover {background-color: rgb(207, 229, 219) }*/
table {border-collapse: collapse;}


/*
#overlayutopias-content {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 35px;
  color: white;
  z-index: 7;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
*/

/*pop-up overlay
* {box-sizing: border-box}
/* Container needed to position the overlay. Adjust the width as needed
.container {
  position: relative;
  width: 90%;
  /*max-width: 300px;
}
/* Make the image to responsive
.image {
  display: block;
  width: 100%;
  height: auto;
}
/* The overlay effect - lays on top of the container and over the image
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
/* When you mouse over the container, fade in the overlay title
.container:hover .overlay {
  opacity: 1;
}*/

#addyourstory{/*to add +crisis to premap*/
  font-size: 40px;
  cursor:pointer;
  color: yellow;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

#triggeraccess {/*accessibility, original font: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif*/
  font-size: 25px;
  cursor:pointer;
  position:fixed;
  top: 65px;
  left:10px ;
  z-index: 7;
  color: rgb(255, 255, 255);
  font-family: 'Courier New', Courier, monospace
}
#triggeraccessbroadcastmap {/*accessibility*/
  font-size: 25px;
  cursor:pointer;
  position:fixed;
  top: 65px;
  left:10px ;
  z-index: 7;
  color: rgb(255, 255, 255);
  font-family: 'Courier New', Courier, monospace
}

#triggeraccesslimbo {/*accessibility*/
  font-size: 25px;
  cursor:pointer;
  position:fixed;
  top: 5px;
  left:10px ;
  z-index: 7;
  color: rgb(255, 255, 255);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}

#triggeraccesspremap {/*accessibility*/
  font-size: 35px;
  cursor:pointer;
  position:fixed;
  top: 65px;
  left:10px ;
  z-index: 7;
  color: rgb(255, 255, 255);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif
}


#triggeraccessfailedfund {/*accessibility*/
  font-size: 45px;
  cursor:pointer;
  position:fixed;
  top: 5px;
  left:10px ;
  z-index: 7;
  color: #f8f6e1;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#triggerlandlimbo {/*;land*/
  font-size: 25px;
  cursor:pointer;
  position:fixed;
  top: 18px;
  left: 148px;
  z-index: 7;
  color:  rgb(136, 126, 100);
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#triggerlandpremap {/*;land*/
  font-size: 35px;
  cursor:pointer;
  position:fixed;
  top: 180px;
  left: 10px;
  z-index: 9;
  color: black;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#triggerfaillimbo {/*text about failing*/
  font-size: 25px;
  cursor: pointer;
  position: fixed;
  top: 24px;
  left: 235px;
  z-index: 7;
  color: white;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#triggerfailkafka {
font-size: 100px;
  cursor: pointer;
  position: fixed;
  top: 45%;
  left: 45%;
  z-index: 7;
  color: white;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#triggerfailbeckett {
  font-size: 50px;
    cursor: pointer;
    position: fixed;
    top: 27%;
    left: 25%;
    z-index: 7;
    color: white;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #triggerfailmock {
    font-size: 50px;
      cursor: pointer;
      position: fixed;
      top: 40%;
      left: 8%;
      z-index: 7;
      color: white;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }

  #triggerpremap {
  font-size: 35px;
    cursor: pointer;
    position: fixed;
    top: 85%;
    left: 10px;
    z-index: 7;
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }  

#triggerfailureslimbo {/*in claude, for example, for my silent failures*/
font-size: 25px;
  cursor: pointer;
  position: fixed;
  top: 57px;
  left: 235px;
  z-index: 7;
  color: black;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#triggerapologieslimbo {
  font-size: 25px;
  cursor: pointer;
  position: fixed;
  top: 90px;
  left: 235px;
  z-index: 7;
  color: black;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;  
}

/*yellow for "failed fund": 
yellow crisis dec 12 2023 #cbc42b*/
#triggerfailfailedfund {/*text about failing*/
  font-size: 45px;
  cursor: pointer;
  position: fixed;
  top: 91px; /*33px;*/
  left: 10px; /*235px;*/
  z-index: 7;
  color: #f8f6e1;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#triggerfailedfundsite {/*trigger without overlay, to go back to main page*/
  font-size: 30px;
  cursor: pointer;
  position: fixed;
  bottom: 60px; /*48px;*/
  left: 10px;/*300px*/
  z-index: 7;
  color: #f8f6e1; /*blue from the water on street maps*/
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}


#triggerfailedfund {/*text about failedfund*/
  font-size: 45px;
  cursor: pointer;
  position: fixed;
  top: 134px; /*48px;*/
  left: 10px;/*300px*/
  z-index: 7;
  color: #bfdaf0; /*blue from the water on street maps*/
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

#triggerinfo {/*info*/
  font-size: 25px;
  cursor:pointer;
  position:fixed;
  top:10px;
  left:10px;/*was 4% for all triggers before and was nice*/
  z-index: 7;
  color: rgb(255, 255, 255);
  font-family: cursive;
}

#triggertransparent {/*invisible layer to zoom pop up windows*/
    font-size: 25px;
    cursor:pointer;
    position:fixed;
    top: 3%;
    right:60px;
    z-index: 11;
    color: white;
    font-family: 'Courier New', Courier, monospace
  }

 #triggerlisten {/*listen, original font: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif*/
      font-size: 25px;
      cursor:pointer;
      position:fixed;
      top:170px;
      left:9px;
      z-index: 7;
      color:white;
      font-family: 'Courier New', Courier, monospace;
    }

    #triggerlistenbroadcastmap {/*listen*/
      font-size: 25px;
      cursor:pointer;
      position:fixed;
      top:170px;
      left:9px;
      z-index: 7;
      color:white;
      font-family: 'Courier New', Courier, monospace;
    }

#triggerlook {/*transform trauma to utopia, original font: Impact, ...*/
  font-size: 25px;
  cursor: pointer;
  position: fixed;
  top: 135px;
  left: 9px;
  z-index: 7;
  color: rgb(255, 255, 255);
  font-family: 'Courier New', Courier, monospace;
  }

  #triggerlookbroadcastmap {/*transform trauma to utopia*/
    font-size: 25px;
    cursor: pointer;
    position: fixed;
    top: 135px;
    left: 9px;
    z-index: 7;
    color: rgb(255, 255, 255);
    font-family:'Courier New', Courier, monospace;
    }

  #triggercrisis {/*crisis with yellow from icon, original font: Impact, ...*/
    font-size: 25px;
    cursor:pointer;
    position:fixed;
    top: 240px;
    left:9px;
    z-index: 7;
    color:#cbc42b;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #triggercrisisbroadcastmap {/*crisis with yellow from icon*/
    font-size: 25px;
    cursor:pointer;
    position:fixed;
    top: 240px;
    left:9px;
    z-index: 7;
    color: #cbc42b;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #triggercrisispremap {/*crisis with yellow from icon*/
    font-size: 30px;
    cursor:pointer;
    position:fixed;
    top: 170px;
    left:9px;
    z-index: 7;
    color: yellow;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #triggerwormholes {/*worms*/
    font-size: 25px;
      cursor:pointer;
      position:fixed;
      top: 205px;
      left:9px;
      z-index: 7;
      color: #e845f9;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }
    #triggerwormholespink {/*worms*/
      font-size: 28px;
        cursor:pointer;
        position:fixed;
        top: 84%;
        left: 15px;
        z-index: 7;
        color: #e845f9;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      }
  #triggerwormholesblue {/*worms*/
        font-size: 28px;
          cursor:pointer;
          position:fixed;
          top: 85%;
          left: 9px;
          z-index: 7;
          color:#2b82cc ;
          font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        }

  #triggerwormholesbroadcastmap {/*worms*/
  font-size: 28px;
    cursor:pointer;
    position:fixed;
    top: 70%;
    left:9px;
    z-index: 7;
    color: #e845f9;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #triggerwormholesbluebroadcastmap {/*worms, pink = #e845f9;*/
      font-size: 28px;
        cursor:pointer;
        position:fixed;
        top: 75%;
        left: 9px;
        z-index: 7;
        color: #2b82cc;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

#triggerskullWARWM {/*skull*/
      font-size: 25px;
      cursor:pointer;
        position:fixed;
        bottom: 50px;
        left: 50px;
        z-index: 7;
        color: red;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
      }

#triggerland {/*;land*/
    font-size: 25px;
    cursor:pointer;
    position:fixed;
    top: 100px;
    left: 10px;
    z-index: 9;
    color: white;
    font-family: 'Courier New', Courier, monospace;
  }

  #triggerlandbroadcastmap {/*;land*/
    font-size: 25px;
    cursor:pointer;
    position:fixed;
    top: 100px;
    left: 10px;
    z-index: 9;
    color: white;
    font-family: 'Courier New', Courier, monospace
  }

  #triggerlandfailedfund {
    font-size: 45px;
      cursor:pointer;
      position:fixed;
      top: 48px; /*18px;*/
      left: 10px; /*148px;*/
      z-index: 7;
      color: #c7bb97;
      font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    }

  #triggerfail {/*text about failing*/
    font-size: 25px;
    cursor: pointer;
    position: fixed;
    top: 275px;
    left: 10px;
    z-index: 7;
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #triggerfailbroadcastmapblack {/*text about failing*/
    font-size: 45px;
    cursor: pointer;
    position: fixed;
    top: 55%;
    left: 15px;
    z-index: 7;
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #triggerfailbroadcastmapcrisisyellow {/*text about failing*/
    font-size: 45px;
    cursor: pointer;
    position: fixed;
   top: 54%;
    left: 9px;
    z-index: 7;
    color: #cbc42b;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #triggerfailures {/*in claude, for example, for my silent failures*/
font-size: 25px;
    cursor: pointer;
    position: fixed;
    top: 275px;
    left: 10px;
    z-index: 7;
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }


  #triggerclaudefail {/*silent failures*/
    font-size: 25px;
    cursor: pointer;
    position: fixed;
    top: 5px;
    left: 180px;
    z-index: 7;
    color: black;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #triggerdisplacement {/*displacement city*/
    font-size: 25px;
    cursor: pointer;
    position: fixed;
    top: 205px;
    left: 10px;
    z-index: 7;
    color: #923f27;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }

  #triggerskull {/*RGI skull*/
    font-size: 25px;
    cursor:pointer;
    position:fixed;
    top: 205px;
    left: 10px;
    z-index: 7;
    color: white;
    font-family: 'Courier New', Courier, monospace;
  }

  #triggerskullbroadcastmap {/*RGI skull*/
    font-size: 25px;
    cursor:pointer;
    position:fixed;
    top: 205px;
    left: 10px;
    z-index: 7;
    color: white;
    font-family: 'Courier New', Courier, monospace
  }

    #triggerutopia {/*utopias*/
      font-size: 25px;
      cursor:pointer;
      position:fixed;
      top:5px;
      left:182px;
      z-index: 7;
      color:darkviolet;
      font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  }
/*
#trigger3 {/*goal, navmiddle3
  font-size: 35px;
  cursor:pointer;
  position:fixed;
  top:3px;
  left: 40%;
  z-index: 9;
  color:#11ded4;
  font-family: cursive;
}*/
/*
#triggerutopias {/*button our utopias
  z-index:8;
  font-family: cursive;
  background-color: white;
  color: black;
  font-size: 35px;
  position: fixed;
  top: 50%;
  left:20%;
}
*/

#bottom-left{
  bottom:50px;
}

#overlayutopias {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* 100% = Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0; 
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 7; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  opacity:70%;
  overflow-x:scroll;
}

.closebtn {
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 40px !important;
    color: white;
    line-height:0px;
}

.closebtn2 {
  position: absolute;
  top: 17px;
  left: 40px;
  font-size: 40px !important;
  color: white;
  font-family:'Courier New', Courier, monospace;
line-height:0px;
}

.closebtn3 {
  position: absolute;
  top: 70px;
  right: 10px;
  font-size: 60px !important;
  color: red;
  font-family:'Courier New', Courier, monospace;
line-height:0px;
}

.closebtn4 {
  position: absolute;
  top: 17px;
  left: 40px;
  font-size: 40px !important;
  color: rgb(0, 0, 0);
  font-family:'Courier New', Courier, monospace;
line-height:0px;
}

/*CLASSES of OVERLAYS*/

.overlay1 {/*info*/
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 13%;
  font-family: 'Courier New', Courier, monospace;
  background-color: rgb(234, 229, 218);
  overflow-x: hidden;
  transition: 0.2s;
}

.overlaytransparent {/*triggered by hearts*/
  position:fixed;
  width: 0;
  height:100%;
  top:0;
  z-index: 11;
  font-family: 'Courier New', Courier, monospace;
  overflow-x: hidden;
  transition: 0.2s;

}
.overlayaccess {/*accessibility*/
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 13%;
  font-family: 'Courier New', Courier, monospace;
  background-color: rgb(55, 53, 48);
  overflow-x: hidden;
  transition: 0.2s;
}

.overlay5 {/* +crises*/
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 13%;
  /*right: -20%;*/
  background-color:black ;
  opacity: 90%;
  font-family: 'Courier New', Courier, monospace;
  overflow-x: hidden;
  color: white;
  transition: 0.3s;
}

.overlayskull {/*RGI*/
  position: fixed; 
  width: 0;
  height:100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.8); /* Black background with opacity 0.8, but does not work for image! */
  z-index: 11; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  opacity:80%; /*necessary because of image!*/
  overflow: scroll;
  color:white;
  font-family: 'Courier New', Courier, monospace;
  transition: 0.3s;
}

.overlayskullWARWM {/*RGI*/
  position: fixed; 
  width: 100%;
  height:100%;
  top: 0;
  left: 5px;
  background-color: rgba(0,0,0,0.8); /* Black background with opacity 0.8, but does not work for image! */
  z-index: 11; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
  opacity:85%; /*necessary because of image!*/
  overflow: scroll;
  color:white;
  font-family: 'Courier New', Courier, monospace;
  transition: 0.3s;
}


.overlaywormhole {/* +utopia, wormhole*/
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 13%;
  overflow-x: hidden;
  font-family: 'Courier New', Courier, monospace;
  background-color: rgb(172, 102, 154); /*pink #FFC8FF;color before#334721;*/
  opacity: 95%;
  transition: 0.2s;
}

.overlaylook {/*look videos and images of transformation color for transform was: 107, 30, 30, 0.9*/
  position: fixed;
  width: 0;
  height: 100%;
  top: 0;
  left: 13%;
  background-color: rgb(151, 138, 164);/*#b7a27f*/
  z-index: 11;
  cursor: pointer;
  opacity: 90%;
  overflow: scroll;
  color: white;
  font-family: 'Courier New', Courier, monospace;
  transition: 0.3s;
  
}

.overlaylisten {/*recordings (crises, transform) and live (news from the future)*/
  position:fixed;
  width: 0;
  height:100%;
  top:0;
  left:13%;
  z-index: 8;
  font-family: 'Courier New', Courier, monospace;
  background-color: lightyellow;
  opacity: 90%;
  overflow-x: hidden;
  transition: 0.2s;

}

.overlayfail {/*description of failure aesthetics*/
  position:fixed;
  width: 0;
  height:100%;
  top:0;
  left:13%;
  z-index: 8;
  font-family: 'Courier New', Courier, monospace;
  color: white;
  background-color: black;
  opacity: 75%;
  overflow: scroll;
  transition: 0.2s;
}

.overlayfailedfund {/*description of the fund*/
  position:fixed;
  width: 0;
  height:100%;
  top:0;
  left:13%;
  z-index: 8;
  font-family: 'Courier New', Courier, monospace;
  color: black;
  background-color: white;
  opacity: 97%;
  overflow: scroll;
  transition: 0.2s;
}

.overlaydecolonize {/*for image of map on top of map*/
  position:fixed;
  width: 100%;
  height:100%;
  top:0px;
  left:13%;
  z-index: 7;
  font-family: 'Courier New', Courier, monospace;
  color: white;
  background-color: black;
  opacity: 75%;
  overflow: scroll;
  transition: 0.2s;
}

.overlaypremap  {/*open overlay in premap/*/
  position:fixed;
  width: 60%;
  height:100%;
  top:0;
  left:30%;
  z-index: 8;
  font-family: 'Courier New', Courier, monospace;
  color: white;
  background-color: #cbc42b;
  opacity: 85%;
  overflow: scroll;
  transition: 0.2s;
}

.overlayclaudefail {/*claude's i have failed*/
  position:fixed;
  width: 0;
  height:100%;
  top:0;
  left:13%;
  z-index: 8;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: white;
  background-color: black;
  opacity: 70%;
  overflow: scroll;
  transition: 0.2s;
}

.overlayfuture {/*for pink is..*/
  position:fixed;
  width: 0;
  height:100%;
  top:0;
  left:13%;
  z-index: 8;
  font-family: 'Courier New', Courier, monospace;
  color:white;
  background-color: #ea4df0;
  opacity: 85%;
  overflow-x: hidden;
  transition: 0.2s;
}

/* when no background-color
then the overlay is transparent!!
*/
.overlay3 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 30%;
  right: -20%;
  background-color: rgb(136, 126, 100);
  opacity: 95%;
  font-family: 'Courier New', Courier, monospace;
  overflow-x: hidden;
  transition: 0.3s;
}

/* when no background-color
then the overlay is transparent!!
*/
.overlay4 {/*land*/
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 13%;
  background-color: rgb(136, 126, 100);
  opacity: 90%;
  font-family: 'Courier New', Courier, monospace;
  overflow-x: hidden;
  transition: 0.3s;
}


.overlayutopias {
  opacity:80%;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 35px;
  color: white;
  z-index: 7;
  font-family: 'Courier New', Courier, monospace;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
};

.overlay-content {
  position: relative;
  top: 2%;
  text-align: left;
  margin-top: 20px;
  padding:20px;
  color: white;
}

.overlay-content2 {
  position: relative;
  top: 2%;
  text-align: center;
  /*width: 100%;*/
  margin-top: 20px;
  padding: 20px;
  color: white;
}
.overlay-content3 {
  position: relative;
  top: 2%;
  text-align: center;
  /*width: 100%;*/
  margin-top: 0px;
  padding: 20px;
  color: white;
}

.overlay a {
  padding: 5px;
  text-decoration: none;
  font-family: 'Courier New', Courier, monospace;
  color: white;
  display: block;
  transition: 0.2s;
  font-weight:normal;
  text-align:left;
}

.overlay2 a {
    padding: 5px;
    text-decoration: none;
    font-family:'Courier New', Courier, monospace;
    color: white;
    display: block;
    transition: 0.3s;
    font-weight:normal;
    text-align:left;
}

.column2 {
  float: left;
  width: 50%;

}

.column3 {
  float: left;
  width: 33.333333333333%;
}


div.elem-group {
  margin: 40px 0;
}

div.elem-group {
  margin: 40px 0;
}

label {
  display: block;
  font-family:'Courier New', Courier, monospace;
  padding-bottom: 4px;
  font-size: 18px;
}

input, select, textarea {
  border-radius: 2px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 18px;
  font-family:'Courier New', Courier, monospace;
  width: 100%;
  padding: 8px;
}

textarea {
  height: 250px;
  
}

button {
  height: 50px;
  background: white;
  color: blue;
  text-align: center;
  border: 2px solid #ccc;
  font-size: 18px;
  font-family:'Courier New', Courier, monospace;
  border-radius: 4px;
  cursor: pointer;
}

button:hover {
  border: 2px solid white;
}

.black{
  color: black;
}
.pink{
  color:deeppink;
}
.blue{
  color: blue;
}
.red{
  color: crimson;
}
.lightgrey{
  color: lightgrey;
}
.grey{
  color: grey;
}
.darkgrey{
  color: darkgrey;
}
.dimgrey{
  color: dimgrey;
}
.darkviolet{
  color: darkviolet;
}
.magenta{
  color: magenta;
}
.sienna {
  color: sienna
}
.saddlebrown{
  color: saddlebrown;
}
.olive{
  color: olive;
}
.darkgoldenrod{
  color:darkgoldenrod;
}
.lightyellow{
  color:lightyellow
}
.brightyellow{
  color:#FFFF00
}
.yellowcrisis{
  color:#c9c24d
}


