body {
  margin:0; padding:0; 
}

a:link {
    color: #630085;
}

a:visited {
    color: #630085;
}

#map {
  position: absolute; top:0; bottom:0; right:0; left:0;
}

#button-box{
    z-index: 14;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 4px;
    background-color: #450084;
    border-style: solid;
    border-color: #CBB677;
    color: #CBB677;
    font-weight: bold;
}

#logo1{
    position: absolute;
    top:7px;
    left:5px;
}

#logo1-img{
    width: 190px;
    height: auto;
    border-radius: 5px;
}

#jmu-logo{
    position: absolute;
    top: 235px;
    right:7px;
}

#jmu-logo-img{
    width: 90px;
    height: 41px;
    border-radius: 5px;
}

#vfh-logo{
    position: absolute;
    top: 235px;
    left:7px;
}

#vfh-logo-img{
    width: 90px;
    height: 41px;
    border-radius: 5px;
}

#line{
    position: absolute;
    top: 227px;
    z-index: 16;
    height: 3px;
    width: 200px;
    background-color: #CBB677;
}

#help{
position: absolute;
    position: absolute;
    bottom: 5px;
    left: 12px;
    background-color: #CBB677;
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: bold;
    color: #000;
}

#about{
position: absolute;
    bottom: 5px;
    left: 80px;
    background-color: #CBB677;
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: bold;
    color: #000;
}

#code{
position: absolute;
    bottom: 5px;
    right: 11px;
    background-color: #CBB677;
    padding: 3px;
    border-radius: 5px;
    font-size: 12px;
    text-decoration: bold;
    color: #000;
}

#help-text{
    position: absolute;
    z-index: 20;
    top: 0px;
    width: 200px;
    height: 282px;
    background-color: #CBB677;
    display: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#help-text1{
    font-size: 15px;
    text-decoration: underline;
    position: absolute;
    top: 10px;
    left: 5px;
}

#help-text2{
    position: absolute;
    top: 40px;
    left:3px;
    font-size: 11px;
    width: 195px;
}

#help-text3{
    position: absolute;
    top: 152px;
    left:3px;
    font-size: 11px;
    width: 195px;
}

#help-text4{
    position: absolute;
    top: 220px;
    left:3px;
    font-size: 11px;
    width: 195px;
}

#line2{
    position: absolute;
    bottom: 33px;
    z-index: 16;
    height: 3px;
    width: 200px;
    background-color: #CBB677;
}

#social{
    position: absolute;
    width: 200px;
    height: 40px;
}

.fb-share-button{
    z-index: 15;
    position: absolute;
    top: 63px;
    left: 109px;
}

#twitter-share-button{
    z-index: 15;
    position: absolute;
    top: 65px;
    left: 35px;
}

#content-box{
    position: absolute;
    top: 50px;
    right: 20px;
    background-color: #450084;
    height: 318px;
    width: 200px;
    z-index: 12;
    border-radius: 10px;
    border-style: solid;
    border-color: #CBB677;
    font-family: 'Open Sans', sans-serif;
}

#box{
    position: relative;
    top: 70px;
    left: 3px;
}

#head-labels{
    color: #CBB677;
    font-weight: bold;
}

#label-1{
    position: absolute;
    top: 19px;
    left:13px;
    font-size: 20px;
    text-decoration: underline
}

#label-2{
    position: absolute;
    top: 34px;
    left: 134px;
    font-size: 11px;
}

#content{
    position: relative;
    top: 43px;
}

#slider1 {
  position: absolute;
    top: 10px;
    left: 130px;
    width: 50px;
    z-index: 15;
    background-color: blue;
}

#slider2 {
  position: absolute;
    top: 31px;
    left: 130px;
    width: 50px;
    z-index: 15;
    background-color: blue;
}

#slider3 {
  position: absolute;
    top: 52px;
    left: 130px;
    width: 50px;
    z-index: 15;
    background-color: blue;
}

.ui-slider { 
    font-size: 13px;
}

.ui-slider-handle {
    color: #777777;
    font-size: 6px;
    outline: none;
    padding: 3px;
    border-radius: 25%;
    text-shadow: 0 1px 0 #FFFFFF;
    text-decoration: none;
}

.overlay {
    position: absolute;
    font-size: 14px;
    color: #CBB677;
    font-weight: bold;
    top: 5px;
    left: 5px;
}

#box-radio{
    position: relative;
    top: 70px;
    left: 3px;
    background-color: #450084;
    z-index: 14;
    height: 112px;
    width: 196px; 
}

#multi{
position: absolute;
    top:95px;
    right: 92px;
    background-color: #CBB677;
    padding: 2px;
    padding-top: 3px;
    border-radius: 5px;
    font-size: 7px;
    text-decoration: bold;
    color: #000;
    z-index: 18;
    width: 12px;
    height: 12px;
}



#legend-red{
    position: absolute;
    top: 200px;
    right: 23px;
}

#legend-red-img{
    height: 20px;
    width: 20px;
}
