:root {
  --gold: #d4af37;
  --aqua: #66cccc;
}

.smooth-scroll {
  scroll-behavior: smooth;
}

.hero-bg {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('https://images.unsplash.com/photo-1515377905703-c4788e51af15?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80');
  background-size: cover;
  background-position: center;
}

.mobile-menu {
  transition: transform 0.3s ease-in-out;
}

.mobile-menu.hidden {
  transform: translateX(100%);
}

.hover\:text-twitter:hover {
  color: #1da1f2;
}

.hover\:text-linkedin:hover {
  color: #0a66c2;
}

.hover\:text-instagram:hover {
  color: #e1306c;
}

.text-gold-600 {
  color: #daa520;
}

input:focus,
textarea:focus {
  outline: none;
}