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-top: -1%;
  margin-bottom: -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 {
  margin: 0 auto;
  position: relative;
  width:950px;
  margin-top: 1%;
}
.circle-hover {
  stroke-opacity: 0.6;
  stroke-width: 7px;
}
div.tooltip {
  text-align: justify;
  width: auto;
  padding: 7px;
  font: 24px Helvetica Neue;
  background: #f6f6f6;
  border: solid #4e664e;
  color: #4e664e;
  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: left;
  width: 91%;
  height:310px;
  font: 24px Helvetica Neue;
  background: #f6f6f6;
  border: 2%;
  border: solid gainsboro;
  color: royalblue;
  border-radius: 3px;
  pointer-events: none;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 10px;
  padding: 2%;
  position: fixed;
  bottom:0px;
  margin:0 auto;
}
#wording {
  float:left;
  height:310px;
  width:30%;
  padding-right: 2%;
}
#details {
  float:left;
  height:310px;
  width:30%;
  padding-right: 1%;
}
#thumbnail1 {
  float:left;
  padding-right: 1%;
  width:20%;
  height:auto;
}
img {
  width:35%;
  height:auto;
  float:left;
}
.park:hover{
  fill-opacity: 0.6;
  stroke-width: 3;
}
path.river:hover {
  cursor:pointer;
  stroke: dodgerblue;
  stroke-width: 2px;
}
.place{
  stroke: darkslategray;
  fill: transparent;
}
.place-label {
  fill: darkslategray;
  font-size: 10px;
}
text{  /*not sure what*/
  font-size: 18px; 
  font-family: Verdana,Geneva,sans-serif;
  color:#5c5c5c;
}
#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;
}
.pic{
  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:94%;
  margin: 3%;
  float: left;
  text-align: center;
}
img.follow{
  width:13%;
  height: auto;
  margin:6%;
}
.advert{
  width: 70%;
  margin-left: 13%;
  margin-right: 13%;
  margin-bottom:0px;
  float:left;
}
.midadvert{
  width: 80%;
  margin-left: 9%;
  margin-bottom: 10%;
  margin-right: 9%;
  float:left;
}
.verti{
  width: 23%;
  margin: 1%;
  float:right;
}
img.internal{
  width:25%;
  margin: 2%;
  transition: .5s ease;
  backface-visibility: hidden;
  border:solid gainsboro;
  border-width:5px;
}
div.related{
  width:96%;
  float:left;
  background: gainsboro;
  transition: .5s ease;
  text-align: justify;
  border-radius: 8px;
  border-width:5px;
  margin: 2%;
}
.related:hover {
  background: darkgray;
  border-width:5px;
}
img.shop{
  width:19%;
  height:auto;
  border:solid dimgray;
  float:left;
  margin-bottom:1%;
}
div.shopify{
  width:96%;
  float:left;
  background: white;
  transition: .5s ease;
  border-radius: 8px;
  margin: 0.5px;
  margin-left:3%;
}
div.interpub{
  width:65%;
  text-align: center;
  float: right;
}
#mc_embed_signup{/*mail chimp*/
  background:#fff; 
  clear:left; 
  font:14px Helvetica,Arial,sans-serif; 
  width:100%;
}
#est{
  float:left;
  width: 96%;
  margin:2%;
}
.screen{
  width: 45%;
  height: auto;
  margin:2%;
}
#footerad{
  width: 45%;
  float:left;
  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-weight: 500;
  line-height: 2;
  font-size: 3rem;
  color:dimgray;
  text-align:center;
  font-family: Courier New, monospace;
}
h3{/*info title*/
  font-size: 2.5rem;
  color:dimgray;
  text-align:left;
  margin-left: 3%;
  line-height: 1.6;
  font-family: Courier New, monospace
}
h4{
  color:dimgray;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  font-family: Courier New, monospace;
  margin-bottom:8px;
  margin:2%;
}
h5{/*databayou title*/
  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{/*databayou menu*/
  font-family: Verdana,Geneva,sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color:dimgray; 
  text-align:center;
}
p{
  color:dimgray;
  font-size: 1.5rem;
  font-family: Verdana, Geneva,sans-serif;
  line-height: 1.6;
  margin:3%;
}
p.test1{
  font-size: 2.5rem;
  color:dimgray;
  text-align:center;
  margin-bottom: 0%;
  margin-top: 15%;
  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;
}
text{  
  font-size: 16px; 
  font-family: Verdana,Geneva,sans-serif;
  color: gray;
}
ul, ol{
  width:96%;
  margin:2%;
}
li{
  color:dimgray;
  margin-top: 10px;
  font-size: 1.4rem;
  font-family: Verdana, Geneva,sans-serif;
  line-height: 1.6;
  width:96%;
  margin-right:4%;
}
table, th, td {
  border-collapse: 2px solid lightgray;
}
tr:nth-child(even) {background: white}
tr:nth-child(odd) {background: #f0f0f0}
td{
  font-family: Verdana, Geneva, sans-serif; 
  color: #5c5c5c;
  font-size: 1.4rem;
  text-align:center;
}
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;
} 