/* Header */
.navbar-brand {
  height: 130px;
  padding: 15px 15px 15px 15px;
}

.navbar-brand > a > img {
  max-height: 100%;
}

.navbar-inverse {
  border: 1px solid #fff;
}

.primary-menu ul li {
  margin-top: 50px;
}

.content-left-wrap, .content-right-wrap {
    padding-top: 150px;
}

/* Main page */
a {
  color: #c49b4a;
}

a:hover {
  color: #ab8739;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #c49b4a;
}

.entry-content button:hover,
.entry-content input[type="button"]:hover,
.entry-content input[type="reset"]:hover,
.entry-content input[type="submit"]:hover {
  background-color: #ab8739;
}

/* About Us */
#aboutus.about-us .column {
  margin-bottom: 0;
}

#aboutus .big-intro {
  text-align: center;
}

#aboutus .big-intro img {
  margin-bottom: 10px;
}

#aboutus .big-intro p {
  text-align: center;
  font-weight: 400;
}

#aboutus .big-intro .name {
    margin-bottom: 0;
}

#aboutus .big-intro .title {
  font-style: italic;
}

#aboutus .logos {
  text-align: center;
}

#aboutus .logos img {
  max-height: 100px;
  width: auto;
  margin: 20px;
}

/* Team */
section#team {
  background: #f0f0f0;
}

/* Cleveland Skyline */
#ribbon_bottom {
  padding: 120px 0;
  background-image: url("/wp-content/uploads/2022/12/Cleveland-Skyline-1920x870-1.jpg");
  background-size: cover;
  background-position: center top;
}

/* Single Post */
.disclaimer {
  color: #888;
  font-size: 12px;
}