body {
    font-family: 'Montserrat', sans-serif;
    background-color: #000000ff;
    margin: 0;
    color: #FFFFFF;
    text-align: center;
}

.hero {
    background-image: url("images/background.gif");
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero h1 {
    font-size: 90px;
}

.hero .underline {
    border-bottom: 2px solid #FFFFFF;
}

nav {
    
    position: fixed;
    background-color: #000000ff;
    width: 100%;
    top: 0;
}

ul {
    display: flex;
    justify-content: center;
    list-style-type: none;
}

li {
    font-size: larger;
    padding: 0 50px;
}

li:hover {
    font-size: x-large;
}

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

#articles {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    background-color: #FFFFFF;
    color: #000000ff;
}

h2 {
    font-size: 60px;
    padding: 80px 0;
    margin: 0;
}

#articles .underline {
    border-bottom: 2px solid #000000ff;
}

.article {
    display: flex;
    border-radius: 10px;
    padding-bottom: 150px;
    
}

.image {
    height: 200px;
    width: 200px;
    margin-right: 50px;
    background-color: #FFFFFF;
    width: 250px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px 0;
}

.tag {
    border: 1px solid #000000ff;
    border-radius: 20px;
    padding: 3px 10px;
}

.title h3 {
    font-size: 30px;
    width: 600px;
    text-align: left;
}

#about {
    background-color: #000000ff;
    color: #FFFFFF;
    padding-bottom: 100px;
}

#about h2 {
    padding-bottom: 20px;
}

#about p {
    text-align: center;
    padding: 10px 200px 0 200px;
    font-size: larger;
}

.socials {
    margin-top: 70px;
}

#about .underline {
    border-bottom: 2px solid #FFFFFF;
}

#contact {
    background-color: #FFFFFF;
    color: #000000ff;
    padding-bottom: 100px;
}

#contact .underline {
    border-bottom: 2px solid #000000ff;
}

.container {
    border-radius: 5px;
    background-color: #f2f2f2;
    padding: 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

input[type=email], textarea {
    width: 100%; 
    padding: 12px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    box-sizing: border-box;
    margin-top: 6px; 
    margin-bottom: 16px; 
    resize: vertical 
}

input[type=submit] {
    color: #000000ff;
    padding: 12px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #000000ff;
    color: #FFFFFF;
}

footer {
    padding: 3px;
}




/*Single post page*/

/* --- SINGLE POST UNIQUE STYLES (Zenith-Vox Namespace) --- */

#zenith-vox-post-portal {
    background-color: #FFFFFF; /* Pure white for readability */
    color: #1a1a1a;
    padding-top: 80px; /* Offset for the fixed nav */
    text-align: left; /* Reset alignment for reading */
}

.zenith-vox-narrative-hero {
    padding: 60px 20px;
    background-color: #000000;
    color: #FFFFFF;
    text-align: center;
}

.zenith-vox-category-tag {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    border: 1px solid #FFFFFF;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 20px;
}

.zenith-vox-main-title {
    font-size: clamp(32px, 5vw, 64px);
    margin: 10px 0;
    line-height: 1.1;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.zenith-vox-timestamp {
    font-style: italic;
    opacity: 0.8;
}

.zenith-vox-feature-frame {
    max-width: 1000px;
    margin: -50px auto 50px auto; /* Overlaps header slightly */
    padding: 0 20px;
}

.zenith-vox-lead-image {
    width: 100%;
    height: auto;
    box-shadow: 0 20px 40px rgba(0,0,0,0.2);
    border-radius: 4px;
}

.zenith-vox-prose-container {
    max-width: 700px; /* Optimized for reading comfort */
    margin: 0 auto;
    padding: 0 25px;
    line-height: 1.8;
    font-size: 19px;
}

.zenith-vox-dropcap {
    float: left;
    font-size: 80px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
    font-weight: bold;
    color: #000000;
}

.zenith-vox-sub-bracket {
    font-size: 32px;
    margin-top: 50px;
    border-left: 5px solid #000000;
    padding-left: 20px;
}

.zenith-vox-aesthetic-quote {
    font-size: 24px;
    font-style: italic;
    margin: 40px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    text-align: center;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.zenith-vox-inline-visual {
    margin: 40px 0;
    text-align: center;
}

.zenith-vox-placeholder-box {
    width: 100%;
    height: 300px;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #999;
}

.zenith-vox-caption {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.zenith-vox-post-exit {
    text-align: center;
    padding: 80px 0;
    background-color: #f2f2f2;
    margin-top: 60px;
}

.zenith-vox-return-link {
    font-weight: bold;
    border-bottom: 2px solid #000000;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.zenith-vox-return-link:hover {
    background-color: #000000;
    color: #FFFFFF !important;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .zenith-vox-prose-container {
        font-size: 17px;
    }
    .zenith-vox-main-title {
        font-size: 32px;
    }
}