body{
  font-family: Gerogia, serif;
  min-width: 1250px;
  margin: 0;
  background-color: #91b8c7;
}

#legend{
  position: fixed;
  right: 0;
  top: 0;
  max-width: 300px;
  background-color: white;
  padding: 20px;
  border-radius: 0 0 0 15px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  background-color: #FFFEDF;
}


@media only screen and (max-width: 1000px) {
  #legend{
    max-width: 100%;
    position: static;
    border-radius: 0;
    border-left: none;
  }
}

#legend table {
  font-size: 16pt;
}

#legend > p {
  font-size: 16pt;
}

#legend > p.fine-print {
  font-size: .8em;
}

#legend > H1 {
  font-weight: 100;
}

#legend-table > td {
  vertical-align: center;
}

#loading{
  color: #764134;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.loaded{
  display: none;
}

#loading > h1 {
  font-family: 'Great Vibes', serif;
  font-size: 2.5em;
}

#loading-spinner{
  margin-right: auto;
  margin-left: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid #764134;
  border-right: 5px solid transparent;
  border-left: 5px solid #764134;
  border-bottom: 5px solid #764134;

  -webkit-animation:spin .5s ease-in-out infinite;
  -moz-animation:spin .5s ease-in-out infinite;
  animation:spin .5s ease-in-out infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#tooltip{
  padding: 15px;
  font-size: 16px;
  background-color: #F5E9E0;
  position: absolute;
  border-radius: 10px;
  max-width: 200px;
  border: solid 2px #56331A;
  z-index: 999;
}

#tooltip-title{
  font-size: 20px;
  text-align: center;
  color: #6E0D25;
  margin-top: 0;
  margin-bottom: 5px;
}

#tooltip-subtitle{
  font-size: 15px;
  text-align: center;
  color: #6E0D25;
  margin-top: 0;
  margin-bottom: 7px;
}

#tooltip-body{
  font-size: 20px;
  text-align: center;
}

#ocean{
  fill: #cde0e4;
}

#CT, #NC, #PA, #VT{
  fill: #D8A37F;
}

#DE, #ER, #VA{
  fill: #DDB192;
}

#GA, #RI, #NH {
  fill: #C67A44;
}

#MD, #NY {
  fill: #D2966B;
}

#MA, #SC, #NJ{
  fill: #CC8857;
}

.state-label{
  font-family: 'Great Vibes', serif;
  text-anchor: middle;
  fill: #764134;
}

#mod-states-legend{
  fill: #D2966B;
  stroke-dasharray: 2;
  stroke: #dddddd;
  stroke-width: 1;
}

#mod-states{
  fill: none;
  stroke-dasharray: 2;
  stroke: #dddddd;
  stroke-width: 1;
}

.british-territory > path{
  fill: #AAAAAA;
}

.british-territory > text{
  font-family: 'Great Vibes', serif;
  text-anchor: middle;
  font-size: 20pt;
  fill: #444444;
}

#florida-label{
  transform: translate(0, 20px);
}

#canada-label{
  transform: translate(0, 40px);
  font-size: 35pt;
}

.city-label{
  visibility: hidden;
}

.city circle{
  opacity: .6;
  fill: #6E0D25;
}

.city:hover circle{
  fill: blue;
}
