body #return{
    text-decoration: none;
    color:white !important;
    position:fixed;
    z-index:10;
    width:100%;
    background-color:rgba(0,0,0,.6);
}

html, body{
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
#grayback {
    background-color:gray;
    opacity: .5;
    height: 100%;
    width: 100%;
    z-index: 5;
    position: absolute;
}
#top {
    height: 80px;
    width: 100%;
    position: absolute;
    top:auto;
    z-index: 4;
   
    background-color: #450084;
    font-family: Garamond, sans-serif;

}
#top img {
    height: 70px;
    width: 70px;
    position:absolute;
    top:-70px;
    right:2px;
        
}
#top h2 {
    text-align: left;
    padding-left: 40px;
    font-size: 40px; 
    color:#cbb677;
}
#Jlogo {
    position: absolute;
    left:95%;
    z-index: 5;
    
}

#map{
    height: 100%;
    width: 100%;
    padding: 5px;
    
}
#geosplash {
    width:650px;
    height:450px;
    position:absolute;
    top:25%;
    left:25%;
    z-index: 6;
    cursor:pointer;
    border:4px solid #cbb677;
    border-radius: 5px;
    background-color: #450084;
    opacity: .9;
    
}

#geosplash p {
    position: absolute;
     padding:22px;
    font-size: 16px;
     text-align: left;
     top: 50px;
    color: #cbb677;
    font-family:Garamond, sans-serif;
 }

#geosplash h5 {
  position:absolute;
    font-family: Garamond;
    font-size: 30px;
    color: #CBB677;
    left: 22px;
    top: 10px;
    
}
#click {
 position:absolute;
    top:5%;
    left:85%;
    font-size: 14px;
    color: #fff;
    font-family: Garamond, sans-serif;
    
    
    
}

#zoomTo_Full {
font-family: Garamond, sans-serif;
    font-size: 13px;
    color:black;
    text-align: center;
    background-color: #ededed;
    border: 3px solid #450084;
    border-radius: 5px;
    cursor: pointer;
    height: 25px;
    width:125px;
    margin-right: auto;
    margin-left: auto;
       
}

#zoomTo_Main {
font-family: Garamond, sans-serif;
    font-size: 13px;
    color:black;
    text-align: center;
    background-color: #ededed;
    border: 3px solid #450084;
    border-radius: 5px;
    cursor: pointer;
    height: 25px;
    width:125px;
    margin-right: auto;
    margin-left: auto;
       
}


#zoomTo_East {
font-family: Garamond, sans-serif;
    font-size: 13px;
    color:black;
    text-align: center;
    background-color: #ededed;
    border: 3px solid #450084;
    border-radius: 5px;
    cursor: pointer;
    height: 25px;
    width:125px;
    margin-right: auto;
    margin-left: auto;
       
}
.infodiv2 {

    text-align: left;

}
.infodiv2 h3 {
    font-family: garamond, sans-serif;
    font-size: 24px;
    font-weight: bold;
}

.checkbox {
  display: inline-block;
  padding-right: 20px;
  font-size: 15px;
font-family:Garamond, sans-serif;
 
  cursor: pointer;
  width: 100%;
      -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    -ms-transition: background-color .5s;
    transition: background-color .5s;
}

.checkbox:hover{
  background-color: rgba(255,255,255,.3);
    
   
}

.checkbox input {
  width: 1px;
  height: 1px;
  opacity: 0;
}

.checkbox .outer {
  width: 20px;
  height: 20px;
  display: block;
  float: left;
  margin-right:10px;
    margin-left: 8px;
  border-radius: 50%;
  background-color: #fff;
    -webkit-transition: background-color .8s;
    -moz-transition: background-color .8s;
    -ms-transition: background-color .8s;
    transition: background-color .8s;
    box-shadow: inset 0px 0px 0px 3px #450084;
}


.checkbox input:checked + .outer { 
    background-color: #450084; 
    background-image: url(checked21.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: none;
}

/*
   button{
  padding: 6px 15px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: montserrat;
  border: none;
  background: #43A8EB;
  color:white;
  cursor: pointer
}
*/
.featureStrip{

    height: 375px;
    width: 150px;
    background-color: #cbb677;
    
    
    z-index: 3;
    position: absolute;
    border-radius: 5px;
    top:75px; 
}


#legendTog {
    height: 22px;
    width: 100px;
    text-align: center;
    background-color: #ededed;
    border:1px solid #450084;
    z-index: 3;
    font-family: Garamond, sans-serif;
    position: absolute;
    cursor: pointer;
    border-radius: 5px;
    top:85px;
    left: 22px;
}







