/*
Theme Name: StiltePiano Theme
Author: Henk-Jan van Reenen
Description: Minimalistisch zen-thema voor StiltePiano.nl
Version: 1.0
*/

body {
  font-family: "Inter", sans-serif;
  background: #fbfaf8;
  color: #1f1f1f;
  line-height: 1.8;
  margin: 0;
}

h1, h2, h3 {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
}

h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #24333a;
}

p {
  font-size: 1.1rem;
  max-width: 720px;
}

/* NAVBAR */

.navbar {
  background: rgba(251, 250, 248, 0.85) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.navbar-brand {
  font-family: "Cormorant Garamond", serif;
  font-size: 1.7rem;
  letter-spacing: 1px;
}

.nav-link {
  color: rgba(30,30,30,0.78) !important;
  margin-left: 0.6rem;
}

.nav-link:hover,
.nav-link.active {
  color: #4a7c82 !important;
}

.btn-contact {
  border: 1px solid rgba(74,124,130,0.6);
  border-radius: 30px;
  padding: 0.45rem 1.2rem;
  color: #4a7c82;
  text-decoration: none;
}

.btn-contact:hover {
  background: rgba(74,124,130,0.15);
}

.navbar-nav > li { margin-left: 1rem; }
.navbar-nav > li > a { color: inherit; text-decoration: none; padding: 0.5rem 1rem; }

/* HERO */

    /* Hero */
    .hero {
      
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
    }


.hero-next {
      height: 45vh;
    }

    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(20,30,35,0.3);
      backdrop-filter: blur(6px);
    }


    .hero-content {
      position: relative;
      z-index: 2;
      color: #f8f6f2;
      max-width: 750px;
      padding: 2rem;
    }

    .hero-content h1 {
      font-size: 3.6rem;
    }

    .hero-content p {
      font-size: 1.4rem;
      font-style: italic;
      opacity: 0.9;
    }

.menu-item:hover{
	color: rgba(74,124,130,0.8); 
}

#menu-item-121{
	border: 1px solid rgba(74,124,130,0.6);
	border-radius: 30px; 
	padding: 0.45rem 1.2rem; 
	color: #4a7c82; 
}

#menu-item-121:hover { 
	background: rgba(74,124,130,0.15); 
}

/*********************/

   

/* CONTENT */

main {
  margin: 0 auto;
}

.main-content, .wp-block-group{
	max-width: 1000px;
    margin: 0 auto;
    padding: 4rem 2rem;
}

 /* Sections */
    section {
      margin-bottom: 5rem;
      padding-left: 1rem;
    }

    section h2 {
      color: #24333a;
      margin-bottom: 1.2rem;
    }
/*********************/

.hero-home {
      height: 100vh;
      background: url("/wp-content/uploads/2026/03/pianoligconcert.png") center/cover no-repeat;
}

.hero-over{
	height:60vh;
	background: url('/wp-content/uploads/2026/03/henkjancloseup.png') center/cover no-repeat;
}

.hero-muziek{
	height:60vh;
	background: url('/wp-content/uploads/2026/03/klavier2.png') center/cover no-repeat;
}

.hero-ligconcert
{
	height:60vh;
	background: url('/wp-content/uploads/2026/03/ligconcert.png') center/cover no-repeat;
}

.hero-agenda{
	height:60vh;
	background: url('/wp-content/uploads/2026/03/kerk-scaled.jpg') center/cover no-repeat;
}
.hero-contact
{
	height:60vh;
	background: url('/wp-content/uploads/2026/03/klavier2.png') center/cover no-repeat;
}

/*********************/
.album-section {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}
.album-cover:hover {
    transform: scale(1.03);
}
.album-cover {
    max-width: 400px;
    border-radius: 15px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

/*********************/
.concert-card {
      background: #ffffff;
      padding: 1.8rem;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.05);
      margin-bottom: 2rem;
      transition: transform 0.25s ease, box-shadow 0.25s ease;
    }

    .concert-card:hover {
      transform: translateY(-4px);
      box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    }

    .concert-date { font-weight: 500; font-size: 1.2rem; color: #4a7c82; margin-bottom: 0.5rem; }
    .concert-info p { margin-bottom: 0.4rem; }







 /* Buttons */
    .btn-primary-custom {
      background: var(--accent);
      border: none;
      border-radius: 40px;
      padding: 0.85rem 1.8rem;
      box-shadow: 0 8px 20px rgba(74,124,130,0.25);
    }

    .btn-primary-custom:hover {
      background: #3e6b70;
      transform: translateY(-2px);
    }

    .btn-outline-custom {
      border: 1px solid rgba(74,124,130,0.6);
      border-radius: 40px;
      padding: 0.85rem 1.8rem;
      color: var(--accent);
    }

    .btn-outline-custom:hover {
      background: var(--accent-soft);
    }

.form-table td{
	padding-right: 100px;
	
}

.form-table input{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* FOOTER */

footer {
  text-align: center;
  padding: 2.5rem;
  font-size: 0.95rem;
  color: rgba(40,40,40,0.55);
  border-top: 1px solid rgba(0,0,0,0.08);
  background: #f6f4f1;
}
