/* --------------
Webmap styles
----------------

Colours to use:
['#fff7fb','#ece2f0','#d0d1e6' - beige blue,'#a6bddb','#67a9cf','#3690c0' - light blue ok for text on white bg,'#02818a','#016c59','#014636']

#02818a - Header text, borders
#67a9cf - Accent text
*/

html {
  height: 100%;
}

body{
font-family: Raleway, Helvetica, sans-serif;
font-size: small;
background: #272727;
height: 100%;
}

h1{
  font-size: 25px;
  color: #02818a;
}



h2{
  font-size: small;
  color: #000;
}

h3{
  font-size: small;
  color: #02818a;

}

hr {
  border: 0;
height: 1px;
background: #333;
background-image: linear-gradient(to right, #679d2e, #333, #679d2e);
}

#map{
  margin: auto;
  width: 100%;
  height: 700px;
  background-color: #000;

}
/* css to customize Leaflet default styles  */
.custom .leaflet-popup-tip,
.custom .leaflet-popup-content-wrapper {
    background: #679d2e;
    color: #ffffff;
}


.mapbutton {
    background-color: #fff;
    border: 2px solid #02818a; /* Green */
    color: #02818a;
    padding: 2px 7px;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;

}

.accent {
  color: #67a9cf;
  font-style: italic;
  font-weight: bold;
}

.errortext {
  color: #67a9cf;
  font-size: 12px;
}

.smalltext {
  color: #000;
  font-style: italic;
  font-size: 10px;
}

.info {
  width: 250px;
}

p {
  color: rgb(199, 199, 199);
  font-size: 20px;
  text-align: center;
  margin-left: 20%;
  margin-right: 20%;
}

a {
  color: rgb(199, 199, 199);
  font-weight: bold;
}

a:visited {
  color: rgb(199, 199, 199);
  font-weight: bold;
}