@media (min-width: 1200px){
  #mySVG{
    width: 100%;
    height: 80%;
  }
  #tooltip{
    margin-top: 20%;
  }
  .button{
    font-size: 110%
  }
  #title1, #title2{
    font-size: 200%;
  }
}

@media (min-width: 992px) and (max-width: 1199px){
  #mySVG{
    width: 100%;
    height: 90%;
  }
  #tooltip{
    margin-top: 25%;
  }
  .button{
    font-size: 100%;
  }
  #title1, #title2{
    font-size: 180%;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  #mySVG{
    width: 100%;
    height: 100%;
  }
  #tooltip{
    margin-top: 30%;
  }
  .button{
    font-size: 90%;
  }
  #title1, #title2{
    font-size: 160%;
  }
}

@media (max-width: 767px){
  #mySVG{
      width: 100%;
      height: 100%;
    }
  .button{
    font-size: 80%;
  }
  #tooltip{
    margin-top: 40%;
  }
  #title1, #title2{
    font-size: 140%;
  }
}

*{
	box-sizing: border-box;
}
body{
	position: relative;
}


#pagetitle {
   font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
   font-size: 40px;
   font-weight: 400;
   letter-spacing: -1px;
   line-height: 1.2;
   text-decoration: none;
   font-style: normal;
   text-transform: uppercase;
   text-align: left;
   margin-left: 1%;
   margin-top: 10%;

}
g.legend {
	font-size: 1em;
}

#title1,#title2{
  display:inline-block;
  vertical-align:center;
}

#legends{
  width: auto;
  height: auto;
  left: 5%;
  margin-top: 5%;
  position: absolute;
  clear: right;
}

#description{
  color: #464646;
  display: none;
  font-size: 16px;
  text-align: left;
  z-index: 1001;
  line-height: 140%;
  font-family: "Source Sans Pro";
  position: absolute;
  right: 2%;
  margin-top: 0.5%;
  padding: 0.8%;
  border:2px rgba(193, 66, 66, 0.8) solid;
  border-radius: 5px;
}

#acknowledgement_button{
    margin-top: 5%;
    border: none;
    text-align: center;
    height: 20%;
    padding: 10px;
}

#acknowledge{
  right: 0.5%;
  position: absolute;
  background:rgba(74, 67, 67, 0.32); 
  border:none;
  border-width:0.7px;
  display: none;
  padding: 10px;
  text-align: left;
  height: auto;
  font-size: 14px;
  z-index: 10001;
}

.button{
  margin-top: 5%;
  border:none;
  border-width:0.7px;
  padding: 10px;
  text-align: center;
  height: auto;
}

path:hover {
	border: 3px solid black;
	cursor: pointer;
}

#interactive_panel {
	margin-left: 1%;
}


#selectBarColor {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 5px;
   border-radius: 5px;
   background: #f6f6f6;
   font-size: 1em; 
   color: #404040;
   width: 26%;
}

#selectBar {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 5px;
   border-radius: 5px;
   background: #f6f6f6;
   font-size: 1em; 
   color: #404040;
   width: 12%;
}

#selectBar:hover , #selectBarColor:hover {
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 5px;
   border-radius: 5px;
   font-size: 1em; 
}

#selectBar {
	margin-left: 0%;
	margin-top: 1%;
	margin-bottom: 1%;
}

#selectBarColor{
	margin-left: 0%;
	margin-bottom: 1%;
	margin-top: 1%;
	margin-right: 2%;
}

#tooltip {
	background: rgba(253, 249, 210, 0.4); 
	color: #464646;
	display: none;
	font-size: 18px;
	text-align: left;
	z-index: 1001;
	line-height: 200%;
	font-family: "Source Sans Pro";
  padding: 1%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
  position: absolute;
}

#tooltipTest{
	z-index: 1000;
	background-color: rgba(151, 144, 144, 1);
	display: inline-block;
	border-radius: 6px;
}


#mySVG{
	height: 100%;
  width: 100%;
	position: relative;
}
