﻿.hampdenestate .fc-layout--2-column:nth-of-type(even) {
  background-color: #f3f1f1;
}

.hampdenestate .fc-layout--2-column .fc-layout__aside {
  padding: 0;
}

.hampdenestate .fc-cta__button {
  background: #b3010e;
}
.hampdenestate .fc-cta__button:hover {
  background: rgb(128.2833333333, 0.7166666667, 10.0333333333);
}

.hampdenestate .fc-header__title {
  padding-bottom: 5px;
  color: #010101;
}
.hampdenestate .fc-header__subtitle {
  font-family: "Droid Serif", times, serif;
  font-weight: 400;
  font-size: 18px;
  font-style: italic;
  letter-spacing: normal;
  line-height: 1.6;
  text-transform: none;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  font-style: normal;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .hampdenestate .fc-header__subtitle {
    max-width: 286px;
    margin: 0 auto;
  }
}
.hampdenestate .fc-divider {
  margin-top: 20px;
}

.hampdenestate .fc-layout__aside {
  height: 100%;
}

.hampdenestate .fc-gallery__image {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
