body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: #111111;
  background-color: #fdfdfd;
}

.page-content {
  min-height: 100%;
  max-width: -webkit-calc(900px - (30px * 2));
  max-width: calc(900px - 30px * 2);
  margin: 0px auto;
  padding: 0px 30px 30px 30px;
}

.header {
  padding: 30px 20px 20px 30px;
  background-image: url("../images/miombo_banner.jpg");
  background-size: cover;
}

.header-container {
  max-width: -webkit-calc(900px - (30px * 2));
  margin: 0 auto;
  color: #FFFFFF;
}

.header-container a {
  color: #FFFFFF;
}

.header-container a:hover {
  color: #FFFFFF;
  opacity: 0.7;
  text-decoration: none;
}

.nav {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}

.nav ul {
  margin: 20px 0px 20px 20px;
}

.nav li {
  padding-right: 20px;
  display: inline-block;
}

.nav-bar-title {
  font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
  font-size: 50px;
  color: #FFFFFF;
  margin-bottom: -20px;
}

.description {
  padding-top: 20px;
  font-size: 14px;
}

.bitbucket {
  padding: 0px 0px 20px 0px;
}

.bitbucket img {
  float: left;
}

.footer {
  margin: 30px 10px 0px 10px;
}

.footer-img {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.footer-img img {
  max-height: 45px;
  padding: 5px;
}

.footer-label {
  font-size: 0.85em;
  color: #666;
  white-space: nowrap;
}

li {
  line-height: 1.7em;
}

ul, ol {
  padding-left: 2em;
}

h1, h2, h3, h4, h5, h6 {
  margin: 15px 0px 0px 0px;
  font-weight: 300;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

a {
  color: #2a7ae2;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #111111;
  text-decoration: none;
}

button {
  cursor: pointer;
}

button:hover {
  opacity: 0.7;
}

img {
  margin: 10px auto;
  max-width: 90%;
  vertical-align: middle;
  display: block;
}

p {
  margin: 15px 0px;
}

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em;
}

sub {
  top: 0.4em;
}

video {
  display: block;
  margin: 15px auto;
  max-width: 90%;
}

table {
  margin: 10px 0 15px 0;
  border-collapse: collapse;
  padding-bottom: 20px;
  border: 1px solid #2a7ae2;
  table-layout: fixed;
  width: 100%;
}

td {
  padding: 3px 10px;
  border-bottom: 1px solid #2a7ae2;
}

th {
  padding: 5px 10px;
  background: #2a7ae2;
  font-weight: bold;
  color: #fdfdfd;
}

th.colname {
  width: 20%;
}

th.colclass, th.colunit {
  width: 10%;
}

th.colby {
  width: 15%;
}

th.coldesc {
  width: 30%;
}

#map {
  height: 500px;
  margin: 10px 0;
}

.legend {
  line-height: 24px;
  color: #111111;
  padding: 6px 8px;
  font: "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, sans-serif;
  font-size: 14px;
  background: #fdfdfd;
}

.legend span {
  position: relative;
  bottom: 3px;
}

.legend i {
  width: 18px;
  height: 18px;
  float: left;
  margin: 0 8px 0 0;
  opacity: 0.7;
}

.legend .circle {
  border-radius: 50%;
  border: 1px solid #000;
  width: 18px;
  height: 18px;
}

.landing-btn-wrapper {
  text-align: center;
}

.landing-btn {
  width: 90%;
  height: 30px;
  background: #2a7ae2;
  border: none;
  color: #FFFFFF;
  font-size: 18px;
  margin: 10px 0;
  text-decoration: none;
}

#contact-form .contact {
  width: 800px;
  padding: 15px;
  overflow: hidden;
}

#contact-form .form-group {
  padding-bottom: 15px;
}

#contact-form .form-item {
  padding: 5px;
}

#contact-form .form-control {
  height: 30px;
  border: 1px solid #2a7ae2;
  box-shadow: none;
  width: 50%;
  padding-left: 10px;
}

#contact-form textarea {
  box-sizing: border-box;
  height: 90px;
  border: 1px solid #2a7ae2;
  box-shadow: none;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-top: 10px;
}

.filter {
  height: 30px;
  border: 1px solid #2a7ae2;
  box-shadow: none;
  width: 200px;
  padding-left: 10px;
}

::placeholder {
  color: #111111;
  opacity: 1;
}

.count span {
  display: block;
  left: 50%;
  text-align: center;
  font-size: 20px;
}

.count li {
  list-style: none;
  display: inline-block;
  text-align: center;
  width: 175px;
}

.counter-img {
  width: 50px;
}

.partner-logo li {
  display: inline-block;
  padding-left: 20px;
}

.partner-logo img {
  max-width: 200px;
}

.grid:after {
  content: "";
  display: block;
  clear: both;
}

.grid-item {
  height: 130px;
  width: 28%;
  float: left;
  text-align: center;
  line-height: 125px;
  padding: 17px;
}

.grid-item img {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.hovereffect {
  width: 100%;
  height: 100%;
  position: relative;
  float: left;
}

.hovereffect img {
  position: relative;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.hovereffect:hover > img {
  opacity: 0.2;
  transition: all 0.2s ease-in-out;
}

.overlay {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  line-height: 20px;
}

.overlay h2 {
  text-transform: uppercase;
  position: absolute;
  top: 20%;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}

.overlay:hover > h2 {
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.paper {
  margin-bottom: 1em;
  padding: 0 1em;
  border: 1px solid #2a7ae2;
  border-radius: 5px;
  box-shadow: none;
}

/*# sourceMappingURL=main.css.map */