
#map{
  height: 95vh;
}

#controls{
  position: absolute;
  bottom: 0;
  z-index: 9999;

  max-width: 380px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255,0.40);

  padding: 20px;
  margin:10px;
  margin-left: 20px;

  /*-webkit-box-shadow: 0px 0px 23px -6px rgb(0, 125, 176);
  -moz-box-shadow: 0px 0px 23px -6px rgb(0, 125, 176);
  box-shadow: 0px 0px 23px -6px rgb(0, 125, 176);*/

  -webkit-box-shadow: 0px 0px 23px -6px #333;
  -moz-box-shadow: 0px 0px 23px -6px #333;
  box-shadow: 0px 0px 23px -6px #333;
}

.logo{
  margin-top:  25px;
  margin-left: 25px;
  height: 60px;
}

.map-description{
    max-width: 360px;
    font-size: 1.2em;
    font-weight: 500;
}

.map-description small{
  color: inherit;
}

.bio{
    padding: 5px;
}
.bio td{
  padding: 5px;
}

.bio .woman-image{
  max-height: 60px;
}

.wikipedia img{
  height: 30px;
}

.wikipedia span{
  margin-top:10px;
}

.woman-name{
  /*position: absolute;
  margin-top: 25px;*/
  color:#4C399A;
}

.layer-control{
  margin-top: 20px;
}

.layer-title{
  position: absolute;
  font-weight: 600;
  font-size: 1.2em;
  margin-top: 18px;
}

.layer-icon{
  height: 40px;
  max-height: 40px;
}

.purple{color:#4C399A;}
.red{color:#CF0000;}
.pink{color:#FFAAEE;}
.dark-gray{color:#333;}

.bg-purple{background-color: :#4C399A;}
.bg-red{background-color:#CF0000;}
.bg-pink{background-color:#FFAAEE;}
.bg-dark-gray{color:#333;}


@media (max-width: 825px){
  #controls{
    max-width: 300px;
    width: 300px;
    background-color: rgba(255, 255, 255,0);

    padding: 20px;
    margin:0px;
    margin-left: -20px;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .logo{
    height: 40px;
  }

  .map-description{
      max-width: 140px;
      margin-left: 15px;
      font-size: 1.2em;
  }

  .woman-name{
    /*position: relative;
    margin-top: 25px;*/
    color:#4C399A;
  }


  .layer-control{
    max-width: 400px;
    margin-bottom: 20px;
    margin-top: 0px;
  }

  .layer-title{
    font-size: 0.9em;
    margin-top: 10px;
  }

  .layer-icon{
    height: 25px;
    max-height: 25px;
  }

}
