.headline-content .headline-title {
    font-size: 36px;
}

.headline-subtitle {
	font-size: 20px;
}
.headline {
    position: relative;
    margin-bottom: 25px;
    margin-top: 25px;
}

nav {
	background: #fafafa;
}
.work-entry-title {
	font-weight: 600;
	letter-spacing: -0.5px;
    line-height: 24px;
    padding-bottom: 6px;
}
.work-entry-hover {
	background: rgba(150, 50, 90, 0.8);
}
.work-entry-cat {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'work sans', sans-serif;
    font-size: 12px;
}
:root {
    --primary-color: #c94863;
    --secondary-color: #f8cf46;
}
.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    color: #666;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}
#filters li {
	margin-right: 60px;
}
#filters li a {
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'work sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}
#filters li a::after {
    background:  #974456;
}
#filters li a:hover {
    color:  var(--primary-color);
}

.testimonial-wrap {
  padding: 50px 50px 80px 50px;
  background: #eceff2;
}

.testimonial-wrap .testimonial {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}

.testimonial-wrap .testimonial img {
  border-radius: 50%;
  width: 120px;
  margin: 0 auto 30px auto;
}

.testimonial-wrap .testimonial blockquote p {
  font-size: 18px;
}

.site-section {
  padding: 7rem 0;
}

.sticky-content {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  /* required */
}

.list-line li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.list-line li:before {
  content: "";
  position: absolute;
  left: 0;
  top: .7rem;
  width: 10px;
  height: 2px;
  background: #000;
}

.social a {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #f8f9fa;
  position: relative;
  text-align: center;
  color: #0d1e2d;
}

.social a span {
  display: inline-block;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer {
	margin-bottom: 30px;
}