.big-header {
  height: 200px;
  padding-top: 55px;
}

.af-logo {
  display: block;
  background-image: url('/assets/images/logo.png');
  background-size: cover;
  width: 150px;
  height: 93px;
  margin-left: -175px;
  left: 50%;
  position: absolute;
}

.brand-name {
  position: absolute;
  margin-left: -20px;
  margin-top: 17px;
  font-size: +4em;
  left: 50%;
}

.brand-name {
  display: inline-block;
}

.col-centered {
  float: none;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
  }

  .navbar .navbar-collapse {
    text-align: center;
  }
}

.affix {
  top: 0;
  z-index: 10;
}

.affix + .container-fluid {
  padding-top: 70px;
}

.navbar.affix {
  width: 100%;
}

.google-maps {
  position: relative;
  padding-bottom: 75%; /* This is the aspect ratio */
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.carousel {
  background-image: none;
  margin-top: 20px;
  z-index: 500;
}

.carousel .item {
  min-height: 130px; /* Prevent carousel from being distorted if for some reason image doesn't load */
}

.carousel .item img {
  margin: 0 auto; /* Align slide image horizontally center */
}

.bs-example {
  margin: 20px;
}
