body {
  font-family: Roboto, sans-serif;
}

a {
  text-decoration: none;
  color: #f8f8f8;
}

header {
  background-color: #2f2f2f;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #f8f8f8;
}

header ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

header ul li {
  height: 45px;
  line-height: 45px;
  min-width: 85px;
  border-radius: 2px;
  text-align: center;
  margin: 0 5px;
  font-variant-caps: all-small-caps;
}

header ul li:hover {
  background-color: #4f4f4f;
}

header ul li.variant {
  background-color: #58bdec;
}

header ul li.variant:hover {
  background-color: #4b9cc2;
}

header a {
  width: 100%;
  height: 100%;
  display: block;
}

#langSelector {
  position: absolute;
  display: none;
  right: 120px;
  background-color: #2f2f2f;
  color: #f8f8f8;
  padding: 5px 0;
}

#langSelector li {
  cursor: pointer;
}

#base {
  text-align: center;
  height: 90vh;
  background-image: url(../img/header-bg.jpg);
  background-size: cover;
  padding: 0 20%;
  overflow: hidden;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

#base h1 {
  color: #2f2f2f;
  font-size: 4em;
  margin-top: 0;
  padding-top: 10%;
}

#base p {
  color: #f8f8f8;
  margin: 0;
  line-height: 1.5em;
}

.base-actions {
  margin: 40px 0;
}

#baseImgContainer {
  height: 500px;
  background-image: url(../img/wildfiresafeSA-header-mockup.png);
  background-size: cover;
}

.btn {
  background-color: #2f2f2f;
  border-radius: 2px;
  font-variant-caps: all-small-caps;
  padding: 10px 20px;
}

.btn:hover {
  background-color: #4f4f4f;
}

/* SECTION */
.landing-section {
  text-align: center;
  padding: 40px 20%;
}

.landing-section h3 {
  color: #6e6e6e;
  font-weight: normal;
}

.landing-section h2 {
  color: #58bdec;
  font-size: 2em;
}

.landing-section p {
  color: #6e6e6e;
  line-height: 1.5em;
}

.landing-section#about,
.landing-section#funding {
  background-color: #6e6e6e;
}

.landing-section#funding p,
.landing-section#about p,
.landing-section#about h3 {
  color: #f8f8f8;
}

.landing-section#about .btn {
  background-color: #58bdec;
}

.landing-section#about .btn:hover {
  background-color: #4b9cc2;
}

.about-logos {
  display: flex;
  justify-content: space-around;
  padding: 40px 0;
  align-items: center;
}

.about-logo {
  width: 33%;
}

.feature {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
  border-bottom: 1px solid #cfcfcf;
}

.feature img {
  width: 350px;
}

.feature-content {
  text-align: left;
  padding: 0 20px;
}

.feature-content h4 {
  color: #3e3e3e;
  margin-top: 10px;
  font-size: 1.5em;
}

/* FOOTER */
.footer-lower {
  text-align: center;
  background-color: #2f2f2f;
  color: #f8f8f8;
  height: 35px;
  line-height: 35px;
}

.footer-upper {
  background-color: #434343;
  display: flex;
  padding: 60px 20% 15px 20%;
  justify-content: space-around;
  align-items: center;
}

.footer-column-header {
  margin-top: 15px;
  color: #58bdec;
  font-weight: bold;
}

.footer-column p {
  color: #6e6e6e;
  font-size: 0.9em;
}

.footer-column ul {
  margin-top: 10px;
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-top: 5px;
}
