body {
  font-family: 'Khula', Tahoma, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: rgb(95,95,95);
  background-color: rgb(248, 250, 248);
}

p  {
  margin-bottom: 1rem;
}

pre {
  margin-bottom: 0rem;
}

code {
  font-size: 0.8em;
}

@media only screen and (min-width: 480px) {
  .section.hero {
    padding: 10rem 0rem 10rem 0rem;
    margin-bottom: 1em;
  }
  .hero-heading {
    font-size: 3.6rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
  }
  .hero-detail {
    font-size: 1.2em;
  }
}
@media only screen and (max-width: 480px) {
  code {
    font-size: 0.6em;
  }
  .section.hero {
    margin-bottom: 1em;
  }
  .hero-heading {
    font-size: 3.1rem;
    line-height: 1.25;
    letter-spacing: -.1rem;
  }
  .hero-detail {
    font-size: 1.1em;
  }
  .divider {
    display: none;
  }
}

.category {
  margin-bottom: 1em;
}

.detail-note {
  font-size: 1rem;
}

.section {
  padding: 2rem 0rem 2rem 0rem;
}

.hero {
  text-align: center;
}

.call-to-action {
  font-size: 1.4rem;
}

.demo-button {
  text-align: center;
}

.section.hero {
  background-image: url('../images/hero.jpg');
  background-size: cover;
  margin-bottom: 1em;
}

.divider {
  width: 30%;
  margin: 0 auto;
  border-bottom: 1px solid rgb(175,175,175);
  margin-top: 2em;
}

.section-heading {
  color: rgb(15,15,15);
}


.subsection-heading {
  color: rgb(15,15,15);
}

.column.hero  {
  background: rgba(111, 152, 110, 0.87);
  border-radius:5px;
  padding: 3rem 1rem 1.5rem 1rem;
  color: white;
}

.subsection {
  margin-bottom: 2rem;
}

.selected {
  background-color: lightgrey;
}

.demo-link {
  border: solid lightgray 1px;
  border-radius: 3px;
}

.quiet {
  font-size: .8em;
  line-height: 1.2em;
}

.moisture-map-date {
  font-family: 'Khula', Tahoma, Helvetica, sans-serif;
  color: white;
  margin-bottom: 0px !important;
}


/* Navbar */
.navbar {
  display: block;
  width: 100%;
  height: 6.5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  line-height: 6.5rem;
  position: fixed;
  background-color: rgba(248, 250, 248, 0.98);
  z-index: 1002;
}

.navbar-title {
  float: left;
  font-weight: bold;
  font-size: 2rem;
  text-decoration: none;
  color: #222;
}

.navbar-list {
  list-style: none;
  margin-bottom: 0;
}

.navbar-item {
  position: relative;
  float: right;
  margin-bottom: 0;
}

.navbar-link {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .2rem;
  margin-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.navbar-link.active {
  color: #33C3F0;
}

.navbar-spacer {
  height: 6.5rem;
}
