/* Punx.nl Tribute - Gebaseerd op originele stijl */
/* Geel logo met rode letters versie */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #ffffff;
    color: #000000;
    line-height: 1.6;
}

a {
    color: #FF0000;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Header - geel thema */
.header {
    background-color: #f5dc5d;
    padding: 20px;
    text-align: center;
    border-bottom: 4px solid #FF0000;
}

.header img.logo {
    max-width: 200px;
    height: auto;
}

.header .subtitle {
    font-family: 'Courier New', monospace;
    font-size: 14px;
    color: #A30000; /* Darker red for contrast on yellow */
    margin-top: 10px;
    font-weight: bold;
}

/* Container */
.container {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

/* Memorial Banner - licht met rode accenten */
.memorial-banner {
    background-color: #f5f5f5;
    border: 3px solid #FF0000;
    color: #000000;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.memorial-banner img {
    max-width: 150px;
    margin-bottom: 15px;
}

.memorial-banner h1 {
    font-family: 'Courier New', monospace;
    font-size: 24px;
    color: #FF0000;
    margin-bottom: 10px;
}

.memorial-banner p {
    font-size: 14px;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 0;
    bottom: 0;
    width: 4px;
    background-color: #FF0000;
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    padding-left: 90px;
}

.timeline-item::before {
    content: '';
    position: absolute;
    left: 38px;
    top: 5px;
    width: 20px;
    height: 20px;
    background-color: #FF0000;
    border: 4px solid #f5dc5d;
    border-radius: 50%;
}

.timeline-year {
    font-family: 'Courier New', monospace;
    font-size: 24px;
    font-weight: bold;
    color: #FF0000;
    margin-bottom: 10px;
}

.timeline-title {
    font-family: 'Courier New', monospace;
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}

.timeline-content {
    background-color: #f9f9f9;
    border: 2px solid #ccc;
    border-left: 4px solid #FF0000;
    padding: 15px;
}

.timeline-content ul {
    margin-left: 20px;
}

.timeline-content li {
    margin-bottom: 5px;
}

/* Special highlight for Wobma - lichte achtergrond */
.timeline-item.memorial::before {
    background-color: #f5dc5d;
    border-color: #FF0000;
}

.timeline-item.memorial .timeline-content {
    background-color: #fff5f5;
    border: 2px solid #FF0000;
    border-left: 4px solid #FF0000;
}

/* Poster Block - outline style */
.poster-block {
    background-color: #f5dc5d;
    color: #000000;
    border: 3px solid #FF0000;
    padding: 20px;
    text-align: center;
    font-family: 'Courier New', monospace;
    margin: 15px 0;
    max-width: 300px;
}

.poster-block h3 {
    color: #FF0000;
    font-size: 20px;
    margin-bottom: 10px;
}

.poster-block .cta {
    background-color: #FF0000;
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
}

/* Wobma Section - lichte achtergrond */
.wobma-section {
    background-color: #f5f5f5;
    border: 3px solid #FF0000;
    padding: 30px;
    margin: 30px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.wobma-section img.photo {
    max-width: 200px;
    height: auto;
    border: 3px solid #FF0000;
}

.wobma-section .text {
    flex: 1;
    min-width: 250px;
}

.wobma-section h2 {
    font-family: 'Courier New', monospace;
    color: #FF0000;
    margin-bottom: 15px;
}

.wobma-section blockquote {
    font-style: italic;
    border-left: 3px solid #FF0000;
    padding-left: 15px;
    margin: 15px 0;
    color: #333;
}

.wobma-section .signature {
    text-align: right;
    color: #666666;
}

/* Smileys Section */
.smileys-section {
    background-color: #f9f9f9;
    border: 2px solid #ccc;
    padding: 20px;
    margin: 30px 0;
}

.smileys-section h2 {
    font-family: 'Courier New', monospace;
    color: #FF0000;
    margin-bottom: 15px;
    text-align: center;
}

.smileys-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: center;
}

.smiley-item {
    text-align: center;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.smiley-item img {
    display: block;
    margin: 0 auto 5px;
}

.smiley-item span {
    font-size: 10px;
    color: #666666;
}

/* Screenshot Section */
.screenshot-section {
    margin: 30px 0;
    text-align: center;
}

.screenshot-section img {
    max-width: 100%;
    height: auto;
    border: 3px solid #FF0000;
}

.screenshot-section .caption {
    font-style: italic;
    color: #666666;
    margin-top: 10px;
}

/* Pleurop Section */
.pleurop-section {
    background-color: #f5f5f5;
    border: 2px solid #ccc;
    padding: 20px;
    margin: 30px 0;
    text-align: center;
}

.pleurop-section h2 {
    font-family: 'Courier New', monospace;
    color: #FF0000;
    margin-bottom: 15px;
}

.pleurop-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.pleurop-grid img {
    max-width: 250px;
    height: auto;
    border: 2px solid #000;
}

/* Call to Action */
.cta-section {
    background-color: #f5dc5d;
    border: 3px solid #FF0000;
    color: #000000;
    padding: 30px;
    text-align: center;
    margin: 30px 0;
}

.cta-section h2 {
    font-family: 'Courier New', monospace;
    color: #A30000; /* Darker red for contrast on yellow */
    margin-bottom: 15px;
}

.cta-section p {
    margin-bottom: 10px;
}

/* Contact Form */
.contact-form {
    max-width: 500px;
    margin: 20px auto 0;
    text-align: left;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    margin-bottom: 5px;
    color: #000;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 10px;
    border: 2px solid #FF0000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    background-color: #fff;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #000;
    box-shadow: 0 0 0 2px #f5dc5d;
}

.contact-form button {
    background-color: #FF0000;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-family: 'Courier New', monospace;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    display: block;
    margin: 0 auto;
}

.contact-form button:hover {
    background-color: #cc0000;
}

#form-result {
    margin-top: 15px;
    font-family: 'Courier New', monospace;
    font-weight: bold;
    text-align: center;
}

/* Statistics - lichte achtergrond */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.stat-item {
    background-color: #f5dc5d;
    border: 2px solid #FF0000;
    padding: 15px;
    text-align: center;
}

.stat-item .number {
    font-family: 'Courier New', monospace;
    font-size: 24px;
    color: #A30000; /* Darker red for contrast on yellow */
    font-weight: bold;
}

.stat-item .label {
    font-size: 12px;
    color: #000;
}

/* Footer - geel thema */
.footer {
    background-color: #f5dc5d;
    border-top: 4px solid #FF0000;
    color: #000000;
    padding: 30px;
    text-align: center;
}

.footer .memorial-text {
    font-family: 'Courier New', monospace;
    color: #A30000; /* Darker red for contrast on yellow */
    font-size: 18px;
    margin-bottom: 15px;
}

.footer .smileys {
    margin: 15px 0;
}

.footer .smileys img {
    margin: 0 5px;
}

/* Responsive */
@media (max-width: 600px) {
    .timeline::before {
        left: 20px;
    }

    .timeline-item {
        padding-left: 50px;
    }

    .timeline-item::before {
        left: 8px;
    }

    .wobma-section {
        flex-direction: column;
        text-align: center;
    }

    .wobma-section img.photo {
        margin: 0 auto;
    }

    .pleurop-grid img {
        max-width: 100%;
    }
}
