body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2d2d2d;
}

/* Navigation */
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}

.navbar-nav > li > a i.fa {
  font-size: 21px;
}


/* Jumbotron / Hero */
.jumbotron {
  background: url("../images/header.jpg") center center no-repeat;
  background-size: cover;
  height: 300px;
  margin-bottom: 0;
  padding: 0;
  color: #ffffff;
  position: relative;
}

/* Jumbotron overlay */
.jumbotron::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
}

/* Jumbotron content positioning */
.jumbotron .container {
  position: relative;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}

/* Section headings */
.section-title {
  margin-top: 20px;
  color: #C2A43B;
}

/* Logo */
.pcha-logo {
  margin-top: 20px;
  width: 300px;
  max-width: 100%;
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .pcha-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-col {
    text-align: center;
  }
}

.map-responsive {
  position: relative;
  width: 100%;
  padding-bottom: 32%; /* 400 / 800 = 50% */
  height: 0;
  overflow: hidden;
}

.map-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  border: 0;
}

.well {
	margin-bottom: 10px;
}

.well-link {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 60px;
  font-weight: 600;
  color: #337ab7;
  text-decoration: none;
	border: 1px solid #C2A43B;
}

.well-link:hover {
  background-color: #d7d7d7;
  text-decoration: none;
  color: #23527c;
}

.contact-form label {
  font-weight: normal;
}

label {
    margin-bottom: 1px;
}

/* Footer */
footer {
  background-color: #222222;
  color: #9d9d9d;
  padding: 25px;
}

footer p {
  margin: 0;
}

footer a {
  color: #9d9d9d;
}

footer a:hover {
  color: #ffffff;
}
