/* Center alignment and spacing */
body {
    font-family: 'Open Sans', sans-serif;
    line-height: 2.2; /* Increased space between lines */
    color: #333;
    text-align: center; /* Centers all text */
    margin: 0;
    background-color: #fff;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header & Nav */
.site-header {
    padding: 50px 0;
}

.main-title {
    font-family: 'Playfair Display', serif;
    letter-spacing: 3px;
    margin-bottom: 20px;
}

.main-nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.main-nav a {
    text-decoration: none;
    color: #444;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

/* Images */
.image-section {
    margin: 40px 0;
}

.feature-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 4px;
}

/* Text Sections */
.gold-text {
    color: #B8860B;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
}

.highlight-text {
    font-size: 1.6rem;
    font-weight: bold;
}

.deadline {
    color: #b30000;
    font-weight: bold;
    text-transform: uppercase;
}

.small-italic {
    font-size: 0.9rem;
    font-style: italic;
    color: #666;
}

.red-note {
    color: #e63946;
}

.spacer {
    height: 40px;
}

/* Buttons */
.btn-register {
    display: inline-block;
    margin: 40px 0;
    padding: 15px 40px;
    background: #B8860B;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 2px;
}

.read-more {
    color: #B8860B;
    text-decoration: underline;
}

.site-footer {
    padding: 50px 0;
    font-size: 12px;
    color: #999;
}



.paypal-centering-box {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    margin: 50px 0 !important;
}

#paypal-container-J5G5M6F57P6DY {
    /* This forces the button to be 300px wide so text can't wrap */
    width: 300px !important; 
    min-width: 300px !important;
    text-align: center !important;
}

/* Forces the inner PayPal iframe to stop squishing */
#paypal-container-J5G5M6F57P6DY iframe {
    width: 300px !important;
    min-width: 300px !important;
}
