/* ===== Base ===== */

body {
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f6f8;
    color: #333;
    line-height: 1.6;
}

/* ===== Hero Image ===== */

.hero {
    width: 100%;
    height: 300px;
    background-image: url("files/2014_alma_0019credit.jpg");
    background-size: cover;
    background-position: center;
    position: relative;
}

.hero-overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-text {
    color: white;
    text-align: center;
    padding: 20px;
}

.hero-text h1 {
    font-size: 1.8em;
    margin: 8px 0;
    font-weight: 600;
}

.hero-text p {
    font-size: 1em;
    margin: 3px 0;
}

/* ===== Navigation ===== */

nav {
    background: #ffffff;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

nav a {
    margin: 0 22px;
    text-decoration: none;
    color: #002b5c;
    font-weight: 600;
    font-size: 0.95em;
    letter-spacing: 0.5px;
}

nav a:hover {
    color: #0056b3;
}

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

section {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

h2 {
    border-bottom: 2px solid #002b5c;
    padding-bottom: 6px;
    margin-bottom: 20px;
    font-weight: 600;
}

/* ===== Footer ===== */

footer {
    text-align: center;
    padding: 25px;
    margin-top: 60px;
    font-size: 0.9em;
    background: #002b5c;
    color: white;
}
