body{/*to get the scroll on the side*/
  margin: 0;
  padding: 0;
  background: gainsboro;
  z-index:5;
  overflow: auto;
}
div#menu {/* you must include "div" for IE */ /*overflow: hidden;*/
  background-color: white;
  z-index:1;
  height: 8%;
  text-align: center;
  width: 100%;
  border-top:0px;
  border-right:0px;
  border-left:0px;
  border-bottom: 6px;
  border-style: solid;
  -moz-border-image: -moz-linear-gradient(right, #ff6347 0%, #99CCFF 100%);
  -webkit-border-image: -webkit-linear-gradient(right, #ff6347 0%, #99CCFF 100%);
  border-image: linear-gradient(to right, #ff6347 0%, #99CCFF 100%);
  -webkit-border-image-slice: 2;
  border-image-slice: 2;
}
.brand h5,
.brand h6 {
  display: inline;
  height:10%;
}
#topad{
  width: 70%;
  margin: 0 auto;
  margin-bottom:0%;
  margin-top: 1%;
}
#instructions{
  background: white;
  border-radius: 8px;
  width:96%;
  margin:2%;
  margin-bottom: -1%;
  margin-top: -1%;
}
#main {
  width:96%;
  float:left;
  margin:2%;
  margin-top: 0%;
}
#logo{
  opacity: 0.9;
}
#grafica{
  float:left;
  width:96%;
  background: white;
  border-radius: 8px;
  margin:2%;
  margin-top: -1%;
  position: relative;
}
#map {
  width: 60%;
  float: left;
  height:auto;
  margin: 2%;
  margin-top: 1%;
}
table.mapi{
  width: 25%;
  float: left;
  margin: 4%;
  margin-top: 15%;
}
table.mapi th, table.mapi td {
  font-family: Verdana, Geneva, sans-serif;
  color: #5c5c5c;
  font-size: 1rem;
  text-align: center;
  border: solid gainsboro;
}
table.mapi td:nth-child(odd) {
  width: 15%;
}
.nationals:hover{
  stroke-width: 4;
}
.impparks:hover{
  stroke-width: 4;
}
.regparks:hover{
  stroke-width: 4;
}
.place{
  stroke: darkslategray;
  fill: transparent;
}
.state-labels {
  fill: white;
  font-size: 1rem;
  font-weight: 500;
  text-anchor: middle;
}
.rivers:hover {
  stroke-opacity: 0.6;
  stroke-width: 3;
}
.desparks:hover{
  stroke-width: 3;
}
div.tooltip {
  text-align: left;
  width: auto;
  padding: 7px;
  font: 24px Helvetica Neue;
  background: #f6f6f6;
  border: dodgerblue;
  color: darkslategray;
  border-radius: 3px;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
  /* Position the tooltip */
  position: absolute;
}
.tooltip2 {
  text-align: justify;
  width: 950px;
  height: 240px;
  font: 16px Helvetica Neue;
  background: white;
  border: 2px solid yellow;
  border-color: gainsboro;
  color: fuchsia;
  border-radius: 3px;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
  padding: 10px;
  position: fixed;
  bottom:10px;
  margin:0 auto;
}
#info {
  width:96%;
  float: left;
  background-color: gainsboro;
  border-radius: 8px;
  background-color: white;
  margin:2%;
}
.left{
  width: 96%;
  float: left;
  margin: 2%;
  text-align: justify;
}
.pic1{
  float:left;
  margin:3%;
  width:35%;
  height:auto;
}
.pic2{
  float:right;
  margin:3%;
  width:35%;
  height:auto;
}
.pic3{
  float:right;
  margin:3%;
  width:47%;
  height:auto;
}
#followme{
  width:96%;
  margin:0 auto;
  text-align: center;
}
img.follow{
  width:10%;
  height: auto;
  margin:3%;
}
.advert{
  width: 70%;
  margin-left: 13%;
  margin-bottom:0px;
  float:left;
}
.midadvert{
  width: 80%;
  margin-left: 10%;
  margin-bottom: 10%;
  margin-right: 8%;
  float:left;
}
.vert{
  width: 23%;
  margin: 2%;
  float:right;
}
img.internal{
  width:30%;
  height:30%;
  margin: 2%;
  transition: .5s ease;
  backface-visibility: hidden;
  border:solid gainsboro;
  border-width:5px;
}
div.related{
  width:95%;
  float:left;
  background: gainsboro;
  transition: .5s ease;
  text-align: justify;
  border-radius: 8px;
  border-width:5px;
  margin: 3%;
}
.related:hover {
  background: darkgray;
  border-width:5px;
}
div.interpub{
  width:60%;
  text-align: center;
  float: right;
}
#mc_embed_signup{/*mail chimp*/
  background:#fff; 
  clear:left; 
  font:14px Helvetica,Arial,sans-serif; 
  width:100%;
}
#imagespin{
  float:left;
  width: 45%;
  margin:2%;
}
#screen{
  width: 100%;
  height: auto;
}
#footerad{
  width: 45%;
  float:right;
  margin:2%;
}
div#menu2 {/* you must include "div" for IE */ /*overflow: hidden;*/
  background-color: white;
  width: 100%;
  z-index:1;
  height: 15%;
  bottom: 0;
  text-align: center;
  border-top:6px;
  border-right:0px;
  border-left:0px;
  border-bottom: 0px;
  border-style: solid;
  -moz-border-image: -moz-linear-gradient(right, #ff6347 0%, #99CCFF 100%);
  -webkit-border-image: -webkit-linear-gradient(right, #ff6347 0%, #99CCFF 100%);
  border-image: linear-gradient(to right, #ff6347 0%, #99CCFF 100%);
  -webkit-border-image-slice: 2;
  border-image-slice: 2;
  float: left;
}
h1{/*viz title*/
  font-family: Courier New, monospace;
  color:dimgray; 
  font-weight: 500;
  font-size: 3rem;
  text-align: center;
}
h2{/*info title*/
  font-size: 3rem;
  color:dimgray;
  text-align:center;
  font-weight: 500; 
  font-family: Courier New, monospace;
}
h3{
  font-size: 2.5rem;
  color:dimgray;
  text-align:left;
  margin-left: 4%;
  font-family: Courier New, monospace;
}
h4{
  font-size: 2.3rem;
  color:dimgray;
  margin-left: 4%;
  margin-bottom: 0%;
  margin-top: 0%;
  font-weight: 500; 
  font-family: Courier New, monospace;
}
h5{/*brand*/
  font-family: Verdana,Geneva,sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #f1f1f1; 
  text-align:center;
  text-shadow:1px 1px 0px #99CCFF,
              2px 2px 0px #B2B1D1,
              3px 3px 0px #CC97A3,
              4px 4px 0px #E57D75,
              5px 5px 0px #ff6347;
}
h6{/*menu*/
  font-family: Verdana,Geneva,sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color:dimgray; 
  text-align:center;
}
p.test1{
  font-size: 2.3rem;
  color:dimgray;
  text-align:center;
  margin-bottom: 0%;
  margin-top: 0%;
  font-weight: 500; 
  font-family: Courier New, monospace;
}
p.affiliate{
  font-size: 1.5rem;
  color:dimgray;
  text-align:center;
  margin-bottom: 0%;
  margin-top: 0%;
  font-weight: 500; 
  font-family: Courier New, monospace;
}
p{
  color:dimgray;
  font-size: 1.5rem;
  font-family: Verdana, Geneva,sans-serif;
  line-height: 1.5;
  margin:3%;
}
text{  
  font-size: 0.75rem; 
  font-family: Verdana,Geneva,sans-serif;
  color: gray;
}
text.key{
  font-size: 2rem;
  fill: gray;
}
ul,ol{
  width:96%;
  margin:2%;
}
li{
  color:dimgray;
  font-size: 1.5rem;
  font-family: Verdana, Geneva,sans-serif;
  line-height: 1.6;
  width:96%;
  margin-right:4%;
}
a.brand:link { 
  color: #f1f1f1; 
  text-decoration: none;
}
a.brand:visited { 
  color: #f1f1f1; 
  text-decoration: none;
}
a.brand:hover { 
  color: #f1f1f1; 
  text-decoration: none;
} 
a.brand:active { 
  color: #f1f1f1; 
  text-decoration: none;
} 
a:link {
  color: #ff6347;
  text-decoration: none;
  font-family: Verdana, Geneva, sans-serif; 
}
a:visited {
  color: #ff6347;
  text-decoration: none;
}
a:hover {
  color: #ff8c00;
  text-decoration: none;
} 
a:active {
  color: #ff8c00;
  text-decoration: none;
}