/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */

header {
  padding: 154px 0 100px;
}
.masthead-heading {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-size: 3rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
}


@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

nav {
  background-color: #d5c4aa;
}

header {
  background-color: ##f7f4eb;
  color: vibes;
}

#section1 {
  background-color: #fff1f1; /* HS1 – warm soft pink */
}



#section2 {
  background-color: #eaeaea; /* Folklore – foresty soft green */
}

#section3 {
  background-color: #ddd4cb; /* The Stranger – vintage cream */
}

#section4 {
  background-color: #e3ecf5; /* SOS – moody cool blue */
}

#section5 {
  background-color: e4e4e4; /* FOUR – golden sunset beige */
}


footer {
  background-color: #450084;
  color: white;
  padding: 40px 20px;
  text-align: center;
  font-size: 14px;
}


.gold-bg {
  background-color: #F4EFE1;
}

/* 🎨 Album Title Font Styles */
.hs1-title {
  font-family: 'Playfair Display', serif;
  font-size: 2.5rem;
  letter-spacing: 1px;
}

.folklore-title {
  font-family: 'IM Fell DW Pica', serif;
  font-size: 2.5rem;
  letter-spacing: 1px;
}

.stranger-title {
  font-family: 'Libre Baskerville', serif;
  font-size: 2.5rem;
  letter-spacing: 0.5px;
}

.sos-title {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.5rem;
  letter-spacing: 1px;
}

.four-title {
  font-family: 'Luckiest Guy', cursive;
  font-size: 2.5rem;
}

#section1 {
  font-family: 'Lato', sans-serif;
}

#section2 {
  font-family: 'Cormorant Garamond', serif;
}

#section3 {
  font-family: 'Merriweather', serif;
}

#section4 {
  font-family: 'Inter', sans-serif;
}

#section5 {
  font-family: 'Rubik', sans-serif;
}

/* 🎵 Subheadings styled to match album title fonts */
#section1 h4 {
  font-family: 'Playfair Display', serif;
}

#section2 h4 {
  font-family: 'IM Fell DW Pica', serif;
}

#section3 h4 {
  font-family: 'Libre Baskerville', serif;
}

#section4 h4 {
  font-family: 'Space Grotesk', sans-serif;
}

#section5 h4 {
  font-family: 'Luckiest Guy', cursive;
}
.section-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}
/* Hero Title */
header h1, .masthead-heading {
  font-family: 'Quicksand', sans-serif;
  font-size: 3rem;
  letter-spacing: 1px;
  font-weight: 700;
}

/* Hero Subtitle */
header p, .masthead-subheading {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* Nav Bar */
.navbar, .navbar a {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
}

img:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  transition: all 0.3s ease-in-out;
}

.section-content h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #444;
}
section {
  padding: 80px 0;
}

nav {
  background-color: #d9c8f0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #ddd;
}




