h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    color: #00427f;
}

.provinces:hover .prename:not(:hover),
.provinces:hover .growthname:not(:hover) {
  opacity: 0.5;
  fill: grey;
  transition: opacity 0.2s, fill 0.2s;
}

.provinces:hover .growthname:not(:hover) {
  fill: #d8d8d8;
}

.provinces .prename:hover,
.provinces .growthname:hover {
  opacity: 1;
}

.provinces .prename,
.provinces .growthname {
  transition: opacity 0.2s, fill 0.2s;
}


.provinces {
	margin-left: 300px;
	margin-top:200px;
	padding-left:300px;
	padding-top:300px;
	fill: green;
}

.province-borders {
  fill: none;
  stroke: #fff;
  stroke-width: 0.5px;
  stroke-linejoin: round;
  stroke-linecap: round;
  pointer-events: none;
}

.tooltip {
    position: absolute;
    padding: 0px 10px;
    background-color: #fcf7f5;
    border: 1px solid black;
    opacity: 0;
  }

h2 {
  text-align: center;
}

.temp{
  fill: black;
}

#map svg.background,
#map-growth svg.background {
  background-color: #F9EFEC;
}

.legend text{
  font-size: 12px;
  fill: grey;
}

.title {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  fill: #00427f;
}

.select-by-year {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  fill: #00427f;
  cursor: default;
    /* no select */
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.select-by-year .title {
  font-size: 24px;
  text-decoration: underline;
}

.select-by-year g.year text {
  font-size: 18px;
  fill: #00427f;
}

.select-by-year g.year.active text {
  font-size: 18px;
  font-weight: bold;
  fill: white;
}

.select-by-year g.year .select-box {
  fill: white;
  fill-opacity: 0.5;
  stroke: black;
  stroke-width: 1px;
}
.select-by-year g.year.active .select-box {
  fill: #4ca9ff;
  fill-opacity: 1;
}

.container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap-reverse;
  margin-bottom: 40px;
}

.container .description {
  padding-left: 20px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: black;
  max-width: 600px;
}

.container .description h3 {
  color: #00427f;
  font-size: 24px;
  margin-bottom: 6px;
}

.container .description h4 {
    color: #00427f;
    font-size: 18px;
    margin-bottom: 6px;
}

.container .description p {
  margin-top: 2px;
  margin-bottom: 6px;
  font-size: 16px;
  font-family: 'Fira Sans', sans-serif;
  line-height: 20px;
}