body {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    background: #f4f4f2;
}
h1, h2, h3, h4, h5, h6 {
    color: #111;
}
.message {
    padding: 10px;
    margin: 5px;
    background-color: #f3f3f3
}
nav {
    border-bottom: solid 2px #ccc;
}
.logos {
    display: flex;
    height: 70px;
    background: white;
    justify-content: center;
    align-items: center;
}
.logos a {
    display: flex;
    height: 100%;
}
.fao {
    width: 240px;
}
.fao img {
    height: 100%;
}
.kazatu {
    width: 100px;
    background: #014530;
}
.kazatu img {
    height: 80%;
    align-self: center;
  }
.menu {
    display: flex;
    flex-direction: column;
}
.header-nav {
    display: flex;
    align-items: center;
    border-bottom: solid 5px #4150d6;
    background: #111;
    color: white;
}
.header-nav span {
    margin-left: 20px;
    font-size: 1.5em;
    font-weight: bold;
  }
.header-nav .menu a {
    color: #fdfdfd;
    font-size: 1.5em;
    margin-left: 20px;
    text-decoration: none;
    text-transform: lowercase;
}
.header-nav a:hover {
    color: magenta;
}

.alert {
    padding: 20px;
    margin: 5px;
    color: #970020;
    background-color: #ffd5de;
}
.content {
    padding: 20px;
}
h3 {
    font-weight: bold;
}
form .row:nth-child(2n+1) {
    background: rgba(65, 80, 214, 0.20);
}
form .row:nth-child(2n+2) {
    background: rgba(65, 80, 214, 0.10);
}
form label {
    margin-top: 5px;
}
form input[type="text"] {
    width: 100%;
    margin-bottom: 15px;
}
button[type="submit"] {
    border: solid 1px #4150d6;
    margin: 10px 0;
    padding: 5px 10px;
    background: #ececec;
    color: #4150d6;
}
.img-cont img {
    width: 100%;
}
.intro {
    display: flex;
    flex-direction: column;
    text-align: justify;
}
.intro h1,h2,h3,h4,h5,h6 {
    font-weight: bold;
}
#intro-chart {
    width: 700px;
    align-self: center;
}
.intro img {
    max-width: 700px;
    margin-bottom: 30px;
    align-self: center;
}
.double-img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.double-img img {
    width: 47%;
    height: fit-content;
}
#val-chart {
    width: 50%;
}
.content-width-800 {
    width: 800px;
    text-align: justify;
}
span.link {
    background: #ddd;
    padding: 5px 7px;
    border-radius: 5px;
}
#map, #map2 {
    height: 600px;
}
.map-selector {
    border: none;
    background: none;
    font-size: large;
    text-align: center;
    text-decoration: underline dashed 1px black;
  }
.map-legend {
    z-index: 9999;
    position: absolute;
    bottom: 20px;
    right: 10px;
    padding: 10px 10px 5px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
}
.map-legend span {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 1.5em;
}
.map-legend img {
    display: block;
}
.legendImage {
    display: none;
}
.map-controls {
    z-index: 9999;
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 10px 10px 5px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
}
.map-controls label {
    color: #4150d6;
    font-weight: bold;
}
.map-control {
    margin-bottom: 7px;
}
.feature-attr {
    z-index: 9999;
    position: absolute;
    bottom: 20px;
    right: 10px;
    max-width: 80%;
    padding: 5px;
    background: white;
    border-radius: 5px;
    box-shadow: 0px 0px 10px #bdbdbd;
}
.attr-tabs {
    list-style: none;
    padding: 0;
    border-bottom: solid 1px #4150d6;
    color: #4150d6;
}

.attr-tabs button {
    border-radius: 0 !important;
    padding: 0px 10px;
    color: #4150d6;
}
.attr-tabs .active {
    border: solid 1px #4150d6 !important;
    border-bottom: none !important;
    background: #4150d6 !important;
    color: white !important;
}
.attr-tabs .active:hover {
    color: white !important;
}
.attr-tabs button:hover {
    color: #4150d6 !important;
    border-color: #4150d6 !important;
}
.attr-dstr {
    color: #4150d6;
    font-size: larger;
    font-weight: bold;
}
.attr-label {
    color: #4150d6;
    font-weight: bold;
}
.feature-attr .tab-content {
    padding: 0;
}
.feature-attr .tab-content ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: space-between;
}
.feature-attr .tab-content ul li {
    padding: 0 10px;
    flex-grow: 1;
}
.feature-attr .tab-content ul li:nth-child(2n+1) {
    background: rgba(65, 80, 214, 0.1);
}
.section-heading {
    margin: 15px 0;
}
.subsection-heading {
    margin: 10px;
    margin-left: 0;
    font-size: medium;
    font-weight: bold;
}
.graph-cont {
    display: flex;
}
.graph {
    flex-basis: 50%;
}
svg > g > g.google-visualization-tooltip { pointer-events: none }
footer {
    border-top: solid 15px #4150d6;
    background: #111;
    height: 200px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
footer img {
    height: 55px;
}
.finance {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}