@charset "UTF-8";
/* CSS Document */
a#tooltip {

    position: fixed static ;
}
    a#tooltipBack:hover::after {
  content: "Landing Page" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
a#tooltip1:hover::after {
  content: "What is CL" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
            a#tooltip2:hover::after {
  content: "How to Collectively Lead" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip3:hover::after {
  content: "Benefits & Challenges" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip4:hover::after {
  content: "Topic 4" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip5:hover::after {
  content: "Topic 5" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
             a#tooltip6:hover::after {
  content: "Topic 6" ;
  position: absolute ;
  top: 1.1em ;
  left: 1em ;
  min-width: 200px ;
  border: 1px #808080 solid ;
  padding: 8px ;
  color: white ;
  background-color: #b1a187 ;
  z-index: 1 ;
}
           
