@font-face {
    font-family: dotfont;
    src: url(images/AIPOINTE.TTF);
}



* {
    margin: 0;
    padding: 0;
}


#wrap {
  display: flex;
  flex-flow: column;
}

#info {
  background-color: #734226;
  min-height: 30vh;
  width: 100vw;
  font-family: 'Shantell Sans', cursive;
}

#info h2 {
  color: #F2C166;
  text-align: center;
  font-size: 80px;
  margin-top: 20px;
}

#chrono {
  margin-top: 20px;
  font-family: dotfont;
  color: #D99F59;
  font-size: 40px;
  letter-spacing: 15px;
  text-align: center;
}

#table {
  margin-top: 20px;
  color: #A66D3C;
  font-size: 40px;
}

#table>div {
  margin-top: 10px;
  display: flex;
}

#table .name, #table .dist {
  width: 50vw;
  text-align: center;
}

#map {
    height: 70vh;
    width: 100vw;
}

.leaflet-tooltip.my-labels {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  font-family: monospace;
  font-size: 25px;
}

.leaflet-tooltip.my-labels {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  font-family: monospace;
  font-size: 25px;
}

.leaflet-tooltip.my-labels-2 {
  background-color: transparent;
  border: transparent;
  box-shadow: none;
  font-size: 20px;
  color: #F2C166;
}




/* Color Theme Swatches in Hex */
.vintage-map-of-the-world-1778-1-hex { color: #F2C166; }
.vintage-map-of-the-world-1778-2-hex { color: #D99F59; }
.vintage-map-of-the-world-1778-3-hex { color: #D98C4A; }
.vintage-map-of-the-world-1778-4-hex { color: #A66D3C; }
.vintage-map-of-the-world-1778-5-hex { color: #734226; }
