header#header img {
    padding: 15px;
}

div#main header#header h1 {
    padding: 0;
}

div#main p{
    text-align: justify;
}

div#main h1 {
    font-size: 2.5em;
    font-weight: 1000;
    padding: 0;
}

div#main h2 {
    font-size: 2em;
    font-weight: 800;
}

div.month-container {
    margin-left: 10px;
    padding-left: 30px;
    border-left: 3px dotted black;
}

.home-img-featured img {
    height: auto !important;   /* override fixed height */
    width: 100%;
    max-width: 100%;
}

/* Filters for reviews and event lists */
.filters {
  margin-bottom: 1em;
  border: 1px solid #ccc;
  padding: 2em;
  border-radius: 0.5em;
}

.filter {
  margin-left: 1em;
}

.filter h4 {
  display: inline-block;
  margin-right: 2em;
}

.baobab-dark-green {
  background-color: #1d514e;
  color: white !important;
}

.baobab-dark-green:hover {
  box-shadow: inset 0 0 0 1px #f4f4f4;
  color: #f4f4f4 !important;
}

.baobab-white-smoke {
  background-color: #f4f4f4;
  color: #1d514e !important;
}

.baobab-white-smoke:hover {
  box-shadow: inset 0 0 0 1px #1d514e;
  color: #1d514e !important;
}

.baobab-dark-gray {
  background-color: #646464;
  color: white !important;
}

.baobab-dark-gray:hover {
  box-shadow: inset 0 0 0 1px #f4f4f4;
  color: #f4f4f4 !important;
}

.baobab-light-sea-green {
  background-color: #2ebaae;
  color: white !important;
}

.baobab-light-sea-green:hover {
  box-shadow: inset 0 0 0 1px #f4f4f4;
  color: #f4f4f4 !important;
}

.baobab-pink {
  background-color: #f9627d;
  color: white !important;
}
.baobab-pink:hover {
  box-shadow: inset 0 0 0 1px #f4f4f4;
  color: #f4f4f4 !important;
}