﻿/* General Styles */
body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #f9f9f9;
}

/* Header with Flames */
.flame-header {
    background: url('../images/flames-background3.jpg') no-repeat center center;
    background-size: cover;
    height: 150px;
    color: #fff;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
    padding: 20px 0;
    border-bottom: 4px solid #444;
    position: relative;
}
.flame-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background: rgba(0, 0, 0, 0.4);
}
.flame-header h1 {
    font-family: 'Engravers MT', 'Times New Roman', serif;
    font-size: 3em;
    color: #FF4500;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, 2px -2px 0px #fff, -2px 2px 0px #fff;
    margin: 0;
    text-align: center;
    z-index: 1;
}
.flame-header p {
    font-family: 'Engravers MT', 'Times New Roman', serif;
    font-size: 1em;
    color: #FF4500;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff;
    margin-top: 10px;
    text-align: center;
    z-index: 1;
}

/* Header with Fields */
.field-header {
    background: url('../images/20241014_182204.jpg') no-repeat center center;
    background-size: cover;
    height: 150px;
    color: #fff;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
    padding: 20px 0;
    border-bottom: 4px solid #444;
    position: relative;
}
.field-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background: rgba(0, 0, 0, 0.4);
}
.field-header h1 {
    font-family: Arial, sans-serif;
    font-size: 2em;
    color: #000;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff;
    margin: 0;
    text-align: center;
}
.field-header p {
    font-family: Arial, sans-serif;
    font-size: 1em;
    color: #000;
    text-shadow: none;
    margin-top: 10px;
    text-align: center;
}

/* Header with Books */
.book-header {
    background: url('../images/books.jpg') no-repeat center center;
    background-size: cover;
    height: 150px;
    color: #fff;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.8);
    padding: 20px 0;
    border-bottom: 4px solid #444;
    position: relative;
}
.book-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background: rgba(0, 0, 0, 0.4);
}
.book-header h1 {
    font-family: 'Engravers MT', 'Times New Roman', serif;
    font-size: 3em;
    color: #FF4500;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, 2px -2px 0px #fff, -2px 2px 0px #fff;
    margin: 0;
    text-align: center;
    z-index: 1;
}
.book-header p {
    font-family: 'Engravers MT', 'Times New Roman', serif;
    font-size: 1em;
    color: #FF4500;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff;
    margin-top: 10px;
    text-align: center;
    z-index: 1;
}

/* Header with Grass */
.grass-header {
    background: url('../images/grass.jpg') no-repeat center center;
    background-size: cover;
    height: 150px;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
    padding: 20px 0;
    border-bottom: 4px solid #444;
    position: relative;
}
.grass-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background: rgba(0, 0, 0, 0.2);
}
.grass-header h1 {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 2.2em;
    color: #fcf3cf;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 0;
    text-align: center;
    z-index: 1;
}
.grass-header p {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1em;
    color: #fcf3cf;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
    margin-top: 10px;
    text-align: center;
    z-index: 1;
}

/* Header with Coast */
.coast-header {
    background: url('../images/irishcoast1.jpg') no-repeat center center;
    background-size: cover;
    height: 150px;
    color: #fff;
    text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    border-bottom: 4px solid #444;
    position: relative;
}
.coast-header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 102%;
    background: rgba(0, 0, 0, 0.1);
}
.coast-header h1 {
    font-family: 'Engravers MT', 'Times New Roman', serif;
    font-size: 3em;
    color: #00B050;
    text-shadow: 2px 2px 0px #fff, -2px -2px 0px #fff, 2px -2px 0px #fff, -2px 2px 0px #fff;
    margin: 0;
    text-align: center;
    z-index: 1;
}
.coast-header p {
    font-family: 'Engravers MT', 'Times New Roman', serif;
    font-size: 1em;
    color: #00B050;
    text-shadow: 1px 1px 0px #fff, -1px -1px 0px #fff, 1px -1px 0px #fff, -1px 1px 0px #fff;
    margin-top: 10px;
    text-align: center;
    z-index: 1;
}

/* Navigation */
nav {
    background: #444;
    padding: 10px 0;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    border-radius: 5px;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}
nav ul li {
    margin: 0 15px;
}
nav ul li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 1em;
}
nav ul li a:hover {
    text-decoration: underline;
}

/* Main Container */
.container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}
.featured {
    background-color: #fff3e0;
    padding: 20px;
    margin: 40px auto;
    max-width: 960px;
    font-style: italic;
    border-left: 6px solid #ff6f00;
}
h2 {
    color: #444;
    margin-top: 0;
    font-size: 2em;
}

/* About Section */
.book-cover {
    display: block;
    border-radius: 10px;
    width: 25%;
    height: auto;
    margin: 20px 40px 40px 0;
    float: left;
}

/* Lists */
ul {
    margin: 10px 0;
    padding: 0;
    list-style-type: disc;
    padding-left: 20px;
}
ul li {
    margin: 5px 0;
}

/* Blockquote */
blockquote {
    border-left: 4px solid #ddd;
    margin: 20px 0;
    padding-left: 15px;
    font-style: italic;
    color: #666;
}

/* Buttons */
.btn {
    display: inline-block;
    background: #007BFF;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    font-size: 1em;
}
.btn:hover {
    background: #0056b3;
}

footer {
    background: #333;
    color: #fff;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px 20px;
    font-size: 0.9em;
    border-radius: 5px;
    min-height: 50px;
}
footer .footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
}

/* Responsive */
@media (max-width: 768px) {
    nav ul {
        flex-direction: column;
        align-items: center;
    }
    nav ul li {
        margin: 10px 0;
    }
    .book-cover {
        width: 50%;
    }
    .flame-header h1 {
        font-size: 1.5em;
    }
    .flame-header p {
        font-size: 0.9em;
    }
}

/* Quick Thoughts */
.quick-thought-title {
    margin: 10px auto 5px auto;
    max-width: 1000px;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.quick-thought-box {
    width: 100%;
    max-width: 1000px;
    margin: 20px auto;
    border: 2px solid #444;
    border-radius: 8px;
    background-color: #f4f4f4;
    padding: 10px 15px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
    font-family: Georgia, serif;
}
.thought-content {
    height: 150px;
    overflow-y: auto;
}
.thought-lines {
    font-size: 1em;
    line-height: 1.3;
    color: #555;
}

/* ===== Antiques Catalog / Collage (clean replacement) ===== */
.collage {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: flex-start;
}
.item-card {
    box-sizing: border-box;
    width: 200px;
    padding: 5px;
    border: 4px solid;
    border-color: transparent;
    text-align: left;
}
.item-card.is-blue { border-color: blue; }
.item-card.is-green { border-color: green; }
.item-card img {
    display: block;
    width: 100%;
    height: auto;
    max-height: none;
}
.container-rail {
    max-width: 960px;
    margin: 0 auto;
}
