/*!
 * Modified from Start Bootstrap - Creative Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html,
body {
    width: 100%;
    height: 100%;
    font-size: 18px;
}

body {
    font-family: 'EB Garamond', Georgia, serif;
}

hr {
    max-width: 50px;
    border-color: #4A3A32;
    border-width: 3px;
}

hr.light {
    border-color: #f7f4ee;
}

a {
    color: #a23c01;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

a:hover,
a:focus {
    color: #eb3812;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5;
}


.bg-primary {
    background-color: #4A3A32;
}

.bg-primary a {
    color: #f7f4ee;
    font-weight: bold;
}

.bg-dark {
    color: #f7f4ee;
    background-color: #3b3a5a;
}

.text-faded {
    color: rgba(255,255,255,.7);
}

section {
    padding: 50px 0;
}

aside {
    padding: 50px 0;
}

.no-padding {
    padding: 0;
}

#navigation {
    background-color: #3b3a5a;
}

.nav-gallery {
  padding: 6rem 0 0rem;
  background-color: transparent;
}

.nav-item {
  margin-bottom: 3rem;
  text-align: center;
}

.nav-card {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}


.nav-image {
  background-color: #f7f4ee; /* Antique Cream */
    background-image:
    repeating-linear-gradient(
      0deg,
      rgba(0,0,0,0.02),
      rgba(0,0,0,0.02) 1px,
      transparent 1px,
      transparent 3px
    ),
    repeating-linear-gradient(
      90deg,
      rgba(0,0,0,0.015),
      rgba(0,0,0,0.015) 1px,
      transparent 1px,
      transparent 4px
    );
  padding: 0.75rem;
  box-shadow: 0 22px 45px rgba(0,0,0,0.25);
}

.nav-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 280px; /* choose a calm, conservative height */
  object-fit: scale-down;
}

.nav-title {
  margin-top: 1.6rem;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #D9DEF2; /* Empress Ink */
}

@media (max-width: 767px) {
    .nav-gallery {
        padding-top: 3rem;
    }

    .nav-item {
        margin-bottom: 2rem;
    }

    .nav-image img {
        max-height: 220px;
    }

    .nav-title {
        margin-top: 1rem;
        font-size: 15px;
    }
}

/* Subtle hover — no overlays */
.nav-card:hover .nav-image {
  box-shadow: 0 28px 60px rgba(0,0,0,0.35);
}

.navbar-default {
    border-color: rgba(34,34,34,.05);
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    /* Initially hide the navbar */
    display: none;
}

#mainNav .container-fluid {
    background-color: #D9DEF2;
}

.navbar-default .navbar-header .navbar-brand {
    font-family: 'Playfair Display', serif;
    font-variant: small-caps;
    font-size: 18px;
    font-weight: 700;
    color: #4A3A32;
}

.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
    color: #eb3812;
}

.navbar-default .nav > li>a,
.navbar-default .nav>li>a:focus {
    font-family: 'Playfair Display', serif;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    color: rgb(28,56,81);
}

.navbar-default .nav > li>a:hover,
.navbar-default .nav>li>a:focus:hover {
    color: #4A3A32;
}

.navbar-default .nav > li.active>a,
.navbar-default .nav>li.active>a:focus {
    color: #4A3A32!important;
    background-color: transparent;
}

.navbar-default .nav > li.active>a:hover,
.navbar-default .nav>li.active>a:focus:hover {
    background-color: transparent;
}

@media(min-width:768px) {
    .navbar-default {
        border-color: rgba(28,56,81,.3);
        background-color: transparent;
    }

    .navbar-default .navbar-header .navbar-brand {
        color: rgba(28,56,81,.7);
    }

    .navbar-default .navbar-header .navbar-brand:hover,
    .navbar-default .navbar-header .navbar-brand:focus {
        color: #fff;
    }

    .navbar-default .nav > li>a,
    .navbar-default .nav>li>a:focus {
        color: rgba(0, 0, 0);
    }

    .navbar-default .nav > li>a:hover,
    .navbar-default .nav>li>a:focus:hover {
        color: rgb(28,56,81);
    }

    .navbar-default.affix {
        border-color: rgba(0, 0, 0);
        background-color: #fff;
    }

    .navbar-default.affix .navbar-header .navbar-brand {
        font-size: 20px;
        color: #4A3A32;
    }

    .navbar-default.affix .navbar-header .navbar-brand:hover,
    .navbar-default.affix .navbar-header .navbar-brand:focus {
        color: #eb3812;
    }

    .navbar-default.affix .nav > li>a,
    .navbar-default.affix .nav>li>a:focus {
        color: rgb(28,56,81);
    }

    .navbar-default.affix .nav > li>a:hover,
    .navbar-default.affix .nav>li>a:focus:hover {
        color: #4A3A32;
    }
}

header {
    position: relative;
    width: 100%;
    height: 100vh;
    text-align: center;
    color: rgb(28,56,81);
    background-position: 40% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#main-header {
    background-image: url('../images/home_pic.jpg');
}

header .header-content {
    position: relative;
    width: 100%;
    padding: 100px 15px;
    text-align: center;
}

@media (max-width: 767px) {
    header {
        min-height: 70vh;
        background-position: 33% center;
    }

    header .header-content {
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        padding: 0 15px;
    }
}

header .header-content .header-content-inner h1 {
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
}

header .header-content .header-content-inner hr {
    margin: 30px auto;
}

header .header-content .header-content-inner p {
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: 400;
    color: rgba(255,255,255);
}

#second-header {
    background-image: url('../images/chapmans-peak-view.jpg');
}

@media(min-width:768px) {
    header.secondary {
        min-height: 30%;
    }

    header .header-content {
        position: absolute;
        top: 80%;
        padding: 0 50px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    header .header-content .header-content-inner {
        margin-right: auto;
        margin-left: auto;
        max-width: 1000px;
    }

        header .header-content .header-content-inner p {
            margin-right: auto;
            margin-left: auto;
            max-width: 80%;
            font-size: 21px;
        }
}

.section-heading {
    margin-top: 0;
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

/* Smaller section heading for story section */
#story .section-heading {
    font-size: 2.3rem;
}

/* Welcome section */
.welcome-section {
    max-width: 760px;
    margin: 0 auto 6rem;
    padding: 5rem 2rem 3rem;
    text-align: center;
    color: #2e2e2e;
}

.welcome-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    letter-spacing: 0.08em;
    margin-bottom: 0.75rem;
    color: #3f3a45;
}

.welcome-divider {
    width: 56px;
    height: 1px;
    background-color: #7a6a85;
    margin: 1.6rem auto 2.6rem;
}

.welcome-text {
    font-size: 1.25rem;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto;
}

.welcome-text p {
    margin-bottom: 1.6rem;
}

.welcome-signature {
    margin-top: 2.8rem;
    font-style: italic;
    font-size: 1.15rem;
    color: #3f3a45;
}

/* Event section - flex container for the two portrait cards */
.events-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
}

@media (min-width: 1200px) {
    .events-wrapper {
        gap: 4rem;
        padding: 6rem 3rem;
    }
}

@media (min-width: 1400px) {
    .events-wrapper {
        gap: 6rem;
        padding: 6rem 5rem;
    }
}

/* Event section container - holds both flex wrapper and notes section */
#event {
    background-color: #3b3a5a;
    padding: 6rem 1rem;
}

@media (min-width: 1200px) {
    #event {
        padding: 6rem 3rem;
    }
}

@media (min-width: 1400px) {
    #event {
        padding: 6rem 5rem;
    }
}

@media (max-width: 600px) {
    #event {
        padding: 3.5rem 0.75rem;
    }
}

.event-card {
    position: relative;
    max-width: 760px;
    margin: 0 0 4.5rem;
    padding: 4.5rem 3.5rem;
    background-color: #f7f4ee;
    border-radius: 0;
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #2e2e2e;
    overflow: hidden;
    flex: 1 1 calc(50% - 2rem);
    min-width: 320px;
    max-width: 600px;
}

.event-card::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(
            45deg,
            rgba(0,0,0,0.02),
            rgba(0,0,0,0.02) 1px,
            transparent 1px,
            transparent 3px
        ),
        repeating-linear-gradient(
            135deg,
            rgba(0,0,0,0.015),
            rgba(0,0,0,0.015) 1px,
            transparent 1px,
            transparent 4px
        );
    pointer-events: none;
}

.event-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.15rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    color: #2e2e2e;
}

.event-divider {
    width: 64px;
    height: 1px;
    background-color: #7a6a85;
    margin: 1.8rem auto;
}

.event-date {
    font-variant: small-caps;
    letter-spacing: 0.12em;
    font-size: 1.2rem;
    margin-bottom: 2.5rem;
    color: #3f3a45;
}

.event-details p {
    margin: 0.35rem 0;
    font-size: 1.3rem;
}

.event-location {
    margin-top: 2.4rem;
    font-style: italic;
    font-size: 1.2rem;
}

.event-address {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    color: #555;
}

.event-note {
    margin-top: 2.8rem;
    font-size: 1.2rem;
    font-style: italic;
    color: #3f3a45;
}

.event-note p {
    margin-top: 1rem;
}

/* Event Notes - Landscape Card */
.event-notes {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto 4.5rem;
    padding: 3rem 4rem;
    background-color: #f7f4ee;
    border-radius: 0;
    box-shadow: 0 28px 55px rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #2e2e2e;
    overflow: hidden;
    flex: 1 1 100%;
}

.event-notes::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(
            45deg,
            rgba(0,0,0,0.02),
            rgba(0,0,0,0.02) 1px,
            transparent 1px,
            transparent 3px
        ),
        repeating-linear-gradient(
            135deg,
            rgba(0,0,0,0.015),
            rgba(0,0,0,0.015) 1px,
            transparent 1px,
            transparent 4px
        );
    pointer-events: none;
}

.event-notes .event-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.15rem;
    letter-spacing: 0.05em;
    margin-bottom: 0.75rem;
    color: #2e2e2e;
}

.event-notes .event-divider {
    width: 64px;
    height: 1px;
    background-color: #7a6a85;
    margin: 1.8rem auto;
}

.event-notes-content {
        text-align: left;
    max-width: 700px;
    margin: 0 auto;
    text-align: left;
}

.event-notes-content p {
    margin: 0.75rem 0;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #3f3a45;
}

/* Custom dash bullets for lists in event notes */
.event-notes-content ul {
    list-style: none;
    padding-left: 0;
}

.event-notes-content ul li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.event-notes-content ul li::before {
    content: "-";
    position: absolute;
    left: 0;
    color: #3f3a45;
}

.event-notes-content p:first-child {
    margin-top: 0;
}

.event-notes-subsection + .event-notes-subsection {
    margin-top: 2rem;
}

.event-notes-subheader {
    margin: 0 0 0.9rem;
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    color: #2e2e2e;
}

@media (max-width: 600px) {
    .event-notes {
        margin-bottom: 2.5rem;
        padding: 2.5rem 1.5rem;
    }

    .event-notes .event-title {
        font-size: 1.8rem;
    }

    .event-notes-content {
        text-align: left;
    }

    .event-notes-subheader {
        text-align: left;
    }
}

@media (max-width: 900px) {
    .event-card {
        flex: 1 1 100%;
        max-width: 760px;
        margin: 0 auto 2.5rem;
    }

    .event-card:last-child {
        margin-bottom: 0;
    }
}

@media (max-width: 600px) {
    .welcome-section {
        margin-bottom: 3rem;
        padding: 3rem 1.25rem 2.5rem;
    }

    .welcome-title {
        font-size: 2rem;
    }

    .welcome-text {
        font-size: 1rem;
    }

    .events-wrapper {
        padding: 3.5rem 0.75rem;
    }

    .event-card {
        margin-bottom: 2.5rem;
        padding: 3rem 1.5rem;
        min-width: auto;
    }

    .event-card:last-child {
        margin-bottom: 0;
    }

    .event-title {
        font-size: 1.8rem;
    }

    .event-date {
        letter-spacing: 0.08em;
    }
}

.service-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .service-box {
        margin: 20px auto 0;
    }
}

.service-box p {
    margin-bottom: 0;
}

.charity-box {
    margin: 50px auto 0;
    max-width: 400px;
}

@media(min-width:992px) {
    .charity-box {
        margin: 20px auto 0;
    }
}


.portfolio-box {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 650px;
    height: 400px;
    overflow: hidden;
}

.portfolio-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:767px) {
    .portfolio-box {
        height: 300px;
    }
}

.portfolio-box .portfolio-box-caption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    opacity: 0;
    background: rgba(240,95,64,.9);
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    padding: 0 15px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 21px;
}

.portfolio-box:hover .portfolio-box-caption {
    opacity: 1;
}

@media(min-width:768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 18px;
    }

    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 25px;
    }
}

.call-to-action h2 {
    margin: 0 auto 20px;
}

.text-primary {
    color: #a23c01;
}

.no-gutter > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.btn-default {
    border-color: #fff;
    color: #304934;
    background-color: #fff;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    border-color: #ededed;
    color: #304934;
    background-color: #f2f2f2;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    border-color: #fff;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #304934;
}

.btn-primary {
    border-color: #4A3A32;
    color: #fff;
    background-color: #a23c01;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    border-color: #ed431f;
    color: #fff;
    background-color: #ee4b28;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #4A3A32;
    background-color: #4A3A32;
}

.btn-primary .badge {
    color: #a23c01;
    background-color: #fff;
}

.btn {
    border: 0;
    border-radius: 300px;
    text-transform: uppercase;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
    font-weight: 700;
}

.btn-xl {
    padding: 15px 30px;
}

.welcome-button {
    background: transparent;
    color: white;
    margin-top: 20px;
    position: relative;
    display: inline-block;
}

.arrow-down {
    font-size: 24px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-20px);
    }
    60% {
        transform: translateY(-10px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-20px);
    }
    60% {
        -webkit-transform: translateY(-10px);
    }
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }
    40% {
        -moz-transform: translateY(-20px);
    }
    60% {
        -moz-transform: translateY(-10px);
    }
}

/* Ensure animation is not overridden by other styles */
.arrow-down {
    display: inline-block;
    animation-duration: 2s;
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
}

::-moz-selection {
    text-shadow: none;
    color: #fff;
    background: #304934;
}

::selection {
    text-shadow: none;
    color: #fff;
    background: #3b3a5a;
}

img::selection {
    color: #fff;
    background: 0 0;
}

img::-moz-selection {
    color: #fff;
    background: 0 0;
}

body {
    webkit-tap-highlight-color: #3b3a5a;

}

#footer {
    background-color: #3b3a5a;
    padding-bottom: 30px;
}

/* ================================
   Victorian Guide Section Styles
   ================================ */

.victorian-guide {
    color: #2c2c2c;
    line-height: 1.7;
    max-width: 900px;
    margin: 0 auto;
}

/* Links */
.victorian-guide a {
    color: #a23c01;
    text-underline-offset: 3px;
}

.victorian-guide a:hover {
    color: #8a2a2f;
}

/* ================================
   Header
   ================================ */

.guide-header {
    text-align: center;
    height: auto;
    min-height: auto;
    padding: 2rem 0;
    padding-bottom: 0;
}

.guide-header h2 {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.guide-subtitle {
    font-size: 1rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #777;
}

/* ================================
   Dividers
   ================================ */

.ornate-divider {
    border: none;
    height: 1px;
    margin: 4rem 0;
    background: linear-gradient(
        to right,
        transparent,
        #c7b9a5,
        transparent
    );
}

/* ================================
   Section Headings
   ================================ */

.guide-section {
    padding-top: 25px;
    padding-bottom: 0;
}

.guide-section h3 {
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    margin-bottom: 1rem;
    position: relative;
}

.guide-section h3::after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background: #6b1e23;
    margin-top: 0.5rem;
}

.guide-section h4 {
    font-family: 'Playfair Display', serif;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 2.5rem;
    margin-bottom: 0.75rem;
    color: #4a2c2a;
}

/* ================================
   Paragraphs & Lists
   ================================ */

.victorian-guide p {
    margin-bottom: 1.25rem;
}

.victorian-guide ul {
    padding-left: 1.2rem;
}

.victorian-guide li {
    margin-bottom: 0.6rem;
}

.victorian-guide li strong {
    color: #3a1f1f;
}

/* ================================
   Tables
   ================================ */

.victorian-table {
    margin-top: 1.5rem;
    table-layout: fixed;
}

.victorian-table th {
    font-family: 'Playfair Display', serif;
    font-size: 1.2rem;
    max-width: 33.33%;
    vertical-align: top;
    white-space: normal;
    word-wrap: break-word;
}

.victorian-table td {
    font-size: 1.1rem;
    overflow-wrap: anywhere;
}

.victorian-table code {
    background: #f4efe9;
    padding: 2px 6px;
    border-radius: 4px;
}

@media (max-width: 767px) {
    .guide-header h2 {
        font-size: 2.2rem;
    }

    .guide-section h3 {
        font-size: 1.45rem;
    }

    .victorian-table {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

/* RSVP section */
.rsvp {
    padding: 4rem 0;
    text-align: center;
}

.rsvp h2 {
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 1rem;
}

.rsvp p {
    max-width: 680px;
    margin: 0 auto 1.5rem;
}

.rsvp .form-group {
    max-width: 360px;
    margin: 0 auto 1rem;
}

.rsvp .form-control {
    height: 44px;
    font-size: 18px;
}

@media (max-width: 600px) {
    .rsvp {
        padding: 3rem 0;
    }

    .rsvp .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .rsvp .btn {
        width: 100%;
        max-width: 360px;
    }
}
