div {
  position: relative;
  color: #fff;
}

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;
}

#citygradients { 
  position: relative;
}

.d3-tip {
  line-height: 1.2;
  padding: 10px;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  font-weight: 300;
  font-size: 12px;
  border-radius: 2px;
  text-align: center;
}


.hidden {
    display: none;
}

.bigbutton {
    border: .5px dotted white;
    color: white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.0em;
    font-weight: 300;
}

.bigbutton:hover, .bigbutton:active, .bigbutton:focus {
    background-color: rgba(255, 255, 255, .1);
    font-weight: 700;
    outline:none;
}

.timeline { 
    border: .5px dotted white;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-weight: 300;
    font-size: 1.0em;
}

.timeline:hover, .timeline:active, .timeline:focus {
    border: .5px solid white;
    font-weight: 700;
    font-size: 16px;
    color: white !important;
    background-color: rgba(255, 255, 255, .2);
    outline:none;
}



.inner-nav a:hover,  .inner-nav a:focus,  .inner-nav a:active{ 
  color: #e26a6a;
  opacity: 1;
  text-decoration: none;
}

.townpicker { 
    border: 0px;
    color: white;
    font-weight: 300;
    margin: 3px 1px 3px 1px;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
}

.townpicker:hover, .townpicker:focus, .townpicker:active, .timeline:hover, .timeline:focus, .timeline:active{ 
    outline:none;
    font-weight: 700;
    color: #e26a6a;
    border-bottom: dotted 1px white;

}

@media (min-width:992px) {
/* Desktop styling buttons */
.townpicker { 
    width: 9%;
}
}

