/* Theme colors */
a {
  color: #FF4470;
}

.hero,
.main-nav {
  background: #FFF;
}

.hero-title,
.hero-link,
.main-nav {
  color: #FF4470;
}

.hero-title {
  margin-bottom: -30px;
}

.hero-title::before {
  width: 64px;
  height: 44px;
  background-image: url(../images/logos/p-logo.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: inline-block;
  margin-right: 20px;
  content: '';
}

@media screen and (max-width: 640px) {
  .hero-title {
    margin-bottom: -20px;
  }

  .hero-title::before {
    margin-right: 12px;
    width: 38px;
    height: 26px;
  }
}

.hero-title::after {
  display: none;
}

.grey-bg {
  background: #f5f5f5;
}

.link-with-arrow::before {
  content: url('data:image/svg+xml; utf8, <svg width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="%23FF4470"><path d="M21.5 12.495L16 18h-3l4.498-4.5H3v-2h14.498L13 7h3z"/></svg>');
}

h1.title {
  color: #FF4470;
}
