body {
  padding-top: 50px;
}

.mitten {
  padding: 40px 15px;
  text-align: left;
}

#map {
  height: 400px;
}

#map2 {
  height: 700px;
}

.navbar .nav > li > a, .navbar .nav > li > a:first-letter,
.navbar .nav > li.current-menu-item > a,
.navbar .nav > li.current-menu-ancestor > a, 
.dropdown-menu > li > a 
{
  font-size:      1.3em;
}

.markerInfoWindow {
  font-size: 18px;
  color: black;
}

.cluster1 {
  color:#FFF;
  text-align:center;
  font-size:11px;
  font-weight:bold;
  background-image: url("http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/images/m1.png");
  line-height:53px;
  width:53px;
  height:52px;
}

.cluster2 {
  color:#FFF;
  text-align:center;
  font-size:11px;
  font-weight:bold;
  background-image: url("http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/images/m2.png");
  line-height:56px;
  width:56px;
  height:56px;
}

.cluster3 {
  color:#FFF;
  text-align:center;
  font-size:11px;
  font-weight:bold;
  background-image: url("http://gmaps-utility-library.googlecode.com/svn/trunk/markerclusterer/images/m3.png");
  line-height:66px;
  width:66px;
  height:66px;
}
.navbar-brand:hover {
    color: #ebebeb;
    background-color: #c85e17;
}
