/*
.logo--initials {
  width: 50px;
  height: 50px;
  padding-right: 0;
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  background: #303030;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
  line-height: 50px;
  text-align: center;
}

.banner--content {
  width: 48%;
}

.banner--content h2 {
  max-width: 620px;
  line-height: 1.18;
}

.banner--content p {
  max-width: 660px;
}

.contact--address a {
  color: #303030;
  font-weight: 700;
}

.contact--cta {
  min-height: 260px;
}

.contact--cta h2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 700;
}

.contact--cta p {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.7;
}

.post-description {
  min-height: 220px;
}

.gallery-overlay {
  background: rgba(48, 48, 48, 0.84);
}

@media screen and (max-width: 991px) {
  .banner--content {
    width: 70%;
  }
}

@media screen and (max-width: 640px) {
  .banner--content {
    width: 100%;
  }

  .banner--content h2 {
    font-size: 30px;
  }

  .banner--content p {
    font-size: 19px;
  }
}
NOTE:
------
WRITE YOUR OWN CUSTOM CSS STYLES HERE.

*/
