div {
  position: relative;
}

div h4 { 
  font-weight: 700;
}

div h3 {
  font-weight: 700;
  font-family: "Raleway";
}

#header h1 {
  font-size: 4.5em;
  font-weight: 700;
  font-family: "Raleway";
  text-transform: uppercase;
}

#header h3 {
  font-size: 1.75em;
  font-weight: 700;
  font-family: "Raleway";
  padding-bottom: -20px;
}

#map { 
  position: relative;
}

.d3-tip {
  line-height: 1;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-weight: 100;
  font-size: 12px;
  border-radius: 2px;
}

.subregion { 
  fill: #e0e0e0;
    stroke: #fff;
    stroke-width: 1px;
}

.subregion:hover {
    fill: #666;
}

.bicycle { 
  color: #e7298a;
}

.pedes{ 
    color: #7570b3;
}

.yellow {
  color: orange;
}

.screenshot {
  padding-bottom: 40px;
}

img{
  width: 100%;
}
