.navbar {
  background-color: rgba(51, 51, 51, 0.5);
}
.navbar a {
  color: #eee;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.navbar-brand > img {
  float: left;
  padding-right: 5px;
}
.post-list {
  padding-left: 0;
  list-style: none;
}
.header {
  color: #eee;
  text-align: center;
  position: relative;
  background: url(/storage/app/media/forest.jpg) no-repeat center center;
  padding-top: 3em;
  padding-bottom: 5em;
}
.header h1 {
  font-family: 'Vast Shadow', cursive;
  text-shadow: 0px 0px 3px #4c3e2b;
  text-align: center;
  padding: 0;
  margin: 0;
}
.header h2 {
  padding: 0;
  margin: 0;
  padding-bottom: 4em;
}
.header #logo {
  margin: auto;
  padding: 3em;
}
.header .subtitle {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(76, 62, 43, 0.5);
  padding-top: .5em;
  padding-bottom: .5em;
  margin-top: 2em;
}
section {
  padding-top: 5em;
  padding-bottom: 5em;
  border-top: 5px solid #4C5A24;
  border-bottom: 2px solid #4c3e2b;
}
section.section-white {
  background-color: white;
  color: #eee;
  border: none;
}
section:nth-child(odd) {
  background-color: #e7f2de;
  color: #4c3e2b;
}
section:nth-child(4n+1) {
  background-color: #DDC2A1;
  color: #4c3e2b;
}
section h2 {
  font-family: 'Vast Shadow', cursive;
  color: #4c3e2b;
  margin-bottom: 1em;
  text-transform: uppercase;
  padding-left: 45px;
  background: url('/storage/app/media/ribons-01.png') no-repeat;
  background-size: 30px;
  display: block;
  min-height: 50px;
  font-size: 2em;
  line-height: 1.8;
}
section table.organisation th {
  color: #4c3e2b;
}
section table.organisation th,
section table.organisation section table.organisation td {
  text-align: center;
  vertical-align: middle;
}
p.lead {
  text-align: justify;
}
p.lead.strong {
  color: #4c3e2b;
  font-weight: normal;
}
.activities div {
  text-align: center;
}
.activities img {
  margin: auto;
}
ol.laws {
  margin: 0;
  padding: 0;
  width: 80%;
  margin: auto;
}
ol.laws li {
  list-style-type: none;
  counter-increment: list;
  position: relative;
  font: 200 16px/1.8 Helvetica, Verdana, sans-serif;
  border-bottom: 1px dotted #ddd;
}
ol.laws li:after {
  content: counter(list) " - ";
  position: absolute;
  left: -3em;
  width: 2em;
  text-align: right;
  color: #4C5A24;
  font-weight: bold;
}
ol.laws li:last-child {
  border: none;
}
section#map-canvas {
  border: none;
  min-height: 400px;
}
/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 185px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 185px;
}
footer {
  border-top: 5px solid #4C5A24;
  background-color: #4c3e2b;
  color: #DDC2A2;
  min-height: 250px;
  text-align: center;
  padding-top: 1em;
}
footer .row {
  text-align: left;
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  section h2 {
    font-size: 2em;
  }
  ol.laws li {
    font-size: 18px;
    line-height: 1.8;
    border-bottom: 1px solid #ccc;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 992px) {
  ol.laws li {
    font-size: 20px;
    line-height: 2;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  ol.laws li {
    font-size: 24px;
    line-height: 2.2;
  }
  p.lead {
    font-size: 22px;
  }
}
