body{
  font-family: "Raleway", sans-serif;
}
h2{
    text-align: left;
    color:#000000;
}
h6{
    word-wrap: break-word;
    color:#000000;
}
.map__image path {
    fill: #c3baba;
    stroke: #f0f0f0;
    stroke-width: 1px;
    cursor:pointer;
}
.map__image path:hover {
    fill: #017070;
    stroke: #f0f0f0;
    stroke-width: 1px;
    transition: fill 0.3s;
}
.regionselect {
    fill: #017070 !important;
}
.region path {
    fill: #59c6c8;
}