@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
/*
Theme Name: The Flowing Veil
Theme URI: https://theflowingveil.com
Author: Jen
Description: Custom theme for The Flowing Veil - hand-tied brooms & crafted arts.
Version: 1.0

Text Domain: the-flowing-veil
*/

html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Georgia", "Times New Roman", serif;
    background-color: #f5f5f8;
    color: #111111;
}

/* Header */

.site-header {
    background-color: #0b1635;
    color: #d4af37;
    padding-top: 10px;
    padding-bottom: 0px;
}

site-header-inner {
    max-width: 1200px;
    margin: 0 auto;
}

/* Navigation */

.site-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.site-nav a {
    color: #d4af37;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.site-nav a:hover {
    text-decoration: underline;
}

/* Underline current page */

.site-nav .current-menu-item > a,
.site-nav .current_page_item > a {
    text-decoration: underline;
}

/* Logo */

.site-logo-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 0px; /* no gap */
}

.site-logo-wrapper img {
    max-width: 560px; /* increased size */
    height: auto;
}

/* Hero section on Home */

.home-hero {
    text-align: center;
    padding: 5px 20px; /* MUCH tighter */
    background-color: #0b1635;
}

.home-hero-title {
    font-size: 64px; /* larger, more dramatic */
    color: #d4af37; /* gold */
    margin-bottom: 10px;
    font-family: 'Great Vibes', cursive !important;
    font-weight: normal;
}

.home-hero-subtitle {
    font-size: 36px;
    color: #d4af37; /* gold */
    font-family: 'Great Vibes', cursive !important;
    font-weight: normal;
    margin-top: 0;
}
/* ABOUT PAGE */


.about-page {
    background-color: #0b1635; /* deep blue */
    padding: 40px 20px;
}

.about-page {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    color: #f5f5f8;
}

.about-hero {
    text-align: center;
    background-color: #0b1635;
    padding: 40px 20px;
    margin-bottom: 40px;
}

.about-title {
    font-family: 'Great Vibes', cursive !important;
    font-size: 72px;
    color: #d4af37;
    margin-bottom: 10px;
    font-weight: normal;
}

.about-subtitle {
    font-family: 'Great Vibes', cursive !important;
    font-size: 36px;
    color: #d4af37;
    margin-top: 0;
    font-weight: normal;
}

.section-heading {
    font-family: 'Great Vibes', cursive !important;
    font-size: 48px;
    color: #d4af37;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: normal;
}

.about-content p {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 20px;
}
body {
    background-color: #0b1635;
}
.section-heading {
    text-align: center;
}
/* FOOTER FIX */
.fv-footer-area {
    background-color: #0b1635;        /* deep blue background */
    color: #d4af37;                   /* gold text */
    text-align: center;               /* center the footer text */
    padding: 20px 0;                  /* spacing */
    font-size: 18px;                  /* readable size */
    font-family: 'Great Vibes', cursive;
    font-weight: normal;
}
/* CONTACT PAGE */

.contact-page {
    background-color: #0b1635;
    color: #f5f5f8;
    padding: 40px 20px;
}

.contact-hero {
    text-align: center;
    padding: 40px 20px;
}

.contact-title {
    font-family: 'Great Vibes', cursive !important;
    font-size: 64px;
    color: #d4af37;
    margin-bottom: 10px;
    font-weight: normal;
}
   
.contact-subtitle {
    font-family: 'Great Vibes', cursive !important;
    font-size: 32px;
    color: #d4af37;
    margin-top: 0;
    font-weight: normal;
}

.contact-info {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}

.contact-details li {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-details a {
    color: #d4af37;
    text-decoration: none;
}

.contact-form-section {
    max-width: 900px;
    margin: 40px auto;
    text-align: center;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-form label {
    font-size: 20px;
    color: #d4af37;
    text-align: left;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 12px;
    border: 2px solid #d4af37;
    background-color: #0b1635;
    color: #f5f5f8;
    font-size: 18px;
}

.contact-submit {
    width: 100%;
    box-sizing: border-box;
    background-color: #d4af37;
    color: #0b1635;
    padding: 12px;                 /* match input padding */
    font-size: 20px;
    border: 2px solid #d4af37;     /* match input border */
    cursor: pointer;
    font-family: 'Great Vibes', cursive;
    border-radius: 0;              /* match input shape */
    display: block;                /* prevents flex shrink */
}


.contact-submit:hover {
    background-color: #f5f5f8;
    color: #0b1635;
    box-shadow: 0 0 10px #d4af37;
}
/* FORCE CONTACT FORM ELEMENT WIDTHS */
.contact-form input,
.contact-form textarea,
.contact-form button,
.contact-form .contact-submit {
    width: 100% !important;
    box-sizing: border-box !important;
    display: block !important;
}
/* GALLERY PAGE */

.gallery-page {
    background-color: #0b1635;
    color: #f5f5f8;
    padding: 40px 20px;
}

.gallery-hero {
    text-align: center;
    margin-bottom: 40px;
}

.gallery-title {
    font-family: 'Great Vibes', cursive !important;
    font-size: 64px;
    color: #d4af37;
    font-weight: normal;
    margin-bottom: 10px;
}

.gallery-intro {
    font-size: 22px;
    color: #f5f5f8;
    max-width: 700px;
    margin: 0 auto;
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.gallery-item {
    text-align: center;
}

.gallery-item img {
    width: 100%;
    height: auto;
    border: 3px solid #d4af37;
    border-radius: 4px;
    transition: box-shadow 0.3s ease;
}

.gallery-item img:hover {
    box-shadow: 0 0 15px #d4af37;
}

.gallery-caption {
    margin-top: 10px;
    font-size: 20px;
    color: #d4af37;
    font-family: 'Great Vibes', cursive;
}




