body {
    margin:0;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

header {
    background: url('images/IMG_0769.jpeg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 100px 20px; 
}

header h1 {
    font-size: 3em;
    margin: 0;
}

header p {
    font-size: 1.2em;
    margin: 10px 0 20px;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    margin: 5px;
    background: #0077cc;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.btn hover {
    background: #005fa3;
}

/* this section is for the new membership page content */
.content-section {
    padding: 50px 20px;
    text-align: center;
    }

.content-section h2 {
    margin-bottom: 30px;
    font-size: 2em;
    color: #0077cc;
}

.form-container {
    max-width: 800px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden; /* this helps to contain iframe */
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 50px;
}

footer a {
    color: #0077cc;
    text-decoration: none;
}
