body {
  background-color: white;
}
.masthead {
  background-color: #004d44;
}
.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
  background-color: white;
  color: #004d44;
}
.navigation {
  color: black;
}
a.btn.btn-primary {
  background-color: #004d44;
}
.navigation {
  color: black;
}
#hero-section {
  /*background: #004d44;*/
  color: white;
  padding: 7% 5%;
  background: linear-gradient(rgba(0, 77, 68, 0.85), rgba(0, 77, 68, 0.85)), /* bottom, image */ url(/img/CH.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.dataset-count-container {
  text-align: center;
}
#tag-section {
  background: white;
  padding: 5%;
}
#about-section {
  background: white;
  padding: 3% 5%;
}
#dataset-section {
  background: white;
  padding: 1% 5%;
}
.title-heading {
  color: #004d44;
  margin-bottom: 1em;
}
/*.sub-heading {*/
/*    margin: 5em 0em;*/
/*}*/
.tag-card {
  background: white;
  border-radius: 0.3em;
  padding: 15% 10%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 1.5em;
  text-transform: capitalize;
  height: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tag-card-2 {
  background-color: #e6e5de;
  border-radius: 0.3em;
  padding: 15% 10%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 1.5em;
  text-transform: capitalize;
}
.tag-card-alt {
  background: white;
  border-radius: 0.3em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.tag-img {
  padding: 1em;
  margin-bottom: 1em;
  background-color: rgba(237, 236, 229, 0.2);
}
.tag-img-2 {
  padding: 1em;
  margin-bottom: 1em;
  background-color: white;
}
.tag-title {
  font-size: 1.2em;
}
.tag-dataset-count {
  font-size: 1.1em;
}
.dataset-title {
  color: #004d44;
  margin-bottom: 1em;
}
.dataset-list-group {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.dataset-list-group li {
  display: flex;
  justify-content: space-between;
  padding: 0.8em;
  border-bottom: 1px solid lightgray;
}
.badge-bg {
  background-color: #edece5;
  color: black;
  padding: 0.5em;
}
#about-container {
  background-color: #e6e5de;
  width: 100%;
  height: 400px;
  border-radius: 2em;
  padding: 2em;
}
/*DATASET PAGE*/
#search-hero {
  width: 100%;
  height: 500px;
  background-color: black;
  padding: 10% 20%;
}
.highlight-color {
  color: green;
}
.dataset-hero-text {
  color: white;
  margin-bottom: 1em;
  text-transform: capitalize;
}
.dataset-item {
  background-color: white;
  padding: 5%;
  margin-bottom: 1.5em;
  border-radius: 1em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.dataset-item:last-of-type {
  background-color: white;
  padding: 5%;
  margin-bottom: 1.5em;
  border-radius: 1em;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.individial-package-container {
  border-radius: 1em;
  padding: 3% 5%;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 1em;
}
h2.dataset-heading > a {
  color: #004d44;
  font-size: 1.2em;
}
.package-description {
  color: rgba(0, 0, 0, 0.6);
}
.file-types {
  margin-top: 1em;
}
.file-badge {
  background-color: #ecf0f1;
  border-radius: 0.7em;
  padding: 0.3em 0.7em;
  margin-right: 0.5em;
  font-weight: 500;
}
.dataset-content {
  padding-bottom: 1.5em;
}
a.label.label-default {
  background-color: #ecf0f1;
  border-radius: 0.7em;
  padding: 0.5em 0.9em;
  margin-right: 0.5em;
  font-weight: 700;
  font-size: 0.8em;
  margin-top: 3em;
  color: rgba(0, 77, 68, 0.8);
}
a.label.label-default:hover {
  background-color: rgba(0, 77, 68, 0.8);
  color: white;
}
span.fa.fa-star {
  color: goldenrod;
}
/*FOOTER*/
.footer-site {
  padding: 5% 3%;
  background-image: url(/img/Footer_Background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-logo {
  height: 1em;
}

.masthead {
  background-color: #226e71;
}
.nav a {
  color: #226e71;
}
.masthead {
  background-color: #004D44;
}
.masthead .navbar-collapse {
  padding: 30px 0;
}
.masthead .logo img {
  max-height: 90px;
}
.masthead .navigation .nav-pills li a:hover,
.masthead .navigation .nav-pills li a:focus,
.masthead .navigation .nav-pills li.active a {
  background-color: #004D44;
  color: #A39161;
}
.footer-site {
  padding: 5% 3%;
  background-image: url(/img/Footer_Background.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-logo {
  height: 1em;
}
.navigation {
  color: black;
}
a.btn.btn-primary {
  background-color: #054e8a;
}
.navigation {
  color: black;
}
#hero-section {
  /*background: #004d44;*/
  color: white;
  padding: 7% 5%;
  background: linear-gradient(rgba(0, 77, 68, 0.85), rgba(0, 77, 68, 0.85)), /* bottom, image */ url(/img/hero_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.title-heading {
  color: #054e8a;
}
.dataset-title {
  color: #054e8a;
}

