/* More page — Gabriel Abreu */

/* Active nav */
.nav-active {
  color: var(--text) !important;
  font-weight: 650;
}

/* HERO */
.more-hero {
  padding-top: 72px;
  padding-bottom: 20px;
}

.more-hero-photo {
  width: 100%;
  margin-bottom: 10px;
}

.more-hero-photo img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  object-position: center 25%;
  border-radius: 6px;
  display: block;
}

.more-hero-caption {
  margin-top: 30px;
}

.more-hero-caption .links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.more-hero-caption .links a {
  font-size: 14px;
  font-weight: 550;
}

.more-hero-caption .button {
  padding: 7px 15px;
  border: 1px solid var(--text);
  border-radius: 4px;
  color: var(--text);
  text-decoration: none;
}

.more-hero-caption .button:hover {
  background: var(--text);
  color: white;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 720px) {
  .more-hero {
    padding-top: 48px;
  }

  .more-hero-photo img {
    height: 220px;
  }
}
