.navbar {
  min-height: 70px;
}
.navbar-brand {
  padding: 10px 15px;
  height: 70px;
  line-height: 70px;
}
.navbar-toggle {
  /* (70px - button height 34px) / 2 = 18px */
  margin-top: 18px;
  padding: 9px 10px !important;
}
@media (min-width: 768px) {
  .navbar-nav > li > a {
    /* (70px - line-height of 27px) / 2 = 21.5px */
    padding-top: 21.5px;
    padding-bottom: 21.5px;
    line-height: 27px;
  }
}
.navbar-default {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #000;
  background-color: rgba(255,255,255,.5);
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
  color: #000;
  background-color: rgba(255,255,255,.5);
}

.content-section figure img {
  border-radius: 5px;
  border: 10px double #fff;
}
section.contact-us .title {
  font-family: 'Poiret One', cursive;
  font-size: 20px;
  padding: 20px 0;
  color: #fff;
}
section.contact-us .col-md-6 iframe {
  height: 400px;
  width: 100%;
  margin-bottom: 2%;
  border-radius: 5px;
  border: 10px double #fff;
}
@media (min-width: 992px) {
  section.contact-us .col-md-6 iframe {
    width: 92%;
  }
}

footer .footer-above {
  padding-top: 50px;
  background-color: #899659;
}
@media (min-width: 992px) {
  footer .row > .footer-col:first-child {
    text-align: left;
  }
  footer .row > .footer-col:last-child {
    text-align: right;
  }
}