/*
Theme Name: JeremyJohnsonAssignment5
Template: assignment3b
Author: Jeremy Johnson
Template: Template: assignment3b
Version: 1.0
*/

.first-post {
    border: 3px solid red;
    padding: 15px;
    margin-bottom: 20px;
}body {
    font-family: Arial, sans-serif;
    background: #f4f1ea;
    color: #222;
    margin: 0;
}

.site-header {
    background: #0a3d62;   /* deep blue */
    color: white;
    padding: 25px;
    text-align: center;
}
}

.site-header a {
    color: white;
    text-decoration: none;
}

.site-header h1 {
    margin: 0;
    font-size: 42px;
}

.site-header p {
    font-size: 18px;
}

.top-nav ul {
    list-style: none;
    padding: 0;
}

.top-nav li {
    display: inline-block;
    margin: 10px;
}

.top-nav a {
    color: white;
    font-weight: bold;
}

.slider {
    margin: 20px auto;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.slider img {
    width: 30%;
    max-height: 180px;
    object-fit: cover;
    border: 3px solid white;
}

.first-post {
    border: 4px solid red;
    padding: 25px;
    margin: 25px;
    background: white;
}

.site-footer {
    background: #0a3d62;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 30px;
}

.site-footer a {
    color: white;
}
/* Fix ugly purple links */
a {
    color: #ffffff;   /* white */
    text-decoration: none;
}

a:hover {
    color: #74b9ff;   /* light blue hover */
}

/* Force header title to stay clean */
.site-header h1 a {
    color: #ffffff;
}

/* Footer link fix */
.site-footer a {
    color: #ffffff;
}

/* Optional: make page links look nicer */
.top-nav a {
    color: #ffffff;
    font-weight: bold;
}