h1 {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 32px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.4px;
}
h3, h2, .pop, #statusText {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 24px;
}
.pop {
	color: #FFD700;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 24px;
}
p, label, span, a {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 20px;
}
blockquote {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre, textarea {
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714px;
}


.wrapper {
	width: 100%;
	margin: auto;
}
.intro {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%); /* IE 9 */
	-webkit-transform: translate(-50%, -30%); /* Chrome, Safari, Opera */
	color: #ebeeed;
	width: 100%;
	text-align: center;
	line-height: 20px;
}
a.popColor {
	color: #FFD700;
}
a.popColor:visited {
	color: #FFD700;
}
.footer {
	height: 30px;
	text-align: center;
	position: absolute;
	bottom: 30px;
	width: 100%;
}
#footerText {
	margin: auto;
	text-align: center;
	color: white;
}
@media only screen and (max-width: 700px) {
    .wrapper {
        width: 100%;
    }
}

/* Front page styles */
body {
    width: 680px;
    margin: 0 auto;
    font-family: Open Sans, sans-serif;
    background-color: #f8f9fa;
    color: #333;
    text-align: center;
    line-height: 1.6;
}

.latest-post {
    text-align: left;
    margin: 3em 0;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    border-left: none;
    box-shadow: none;
}

.latest-post h2,
.blog-post-title {
    margin: 0 0 0.5em 0;
    color: #2c3e50;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 0.3em;
}

.latest-post .date {
    font-size: 0.9em;
    color: #6c757d;
    margin-bottom: 1em;
}

.latest-post .excerpt {
    margin: 1em 0;
    font-style: italic;
    color: #6c757d;
    font-size: 1.1em;
}

.latest-post .content {
    margin-top: 2em;
    line-height: 1.7;
}

.latest-post .content h1,
.latest-post .content h2,
.latest-post .content h3 {
    color: #2c3e50;
}

.latest-post .content p {
    margin: 1em 0;
}

.latest-post .content ul,
.latest-post .content ol {
    margin: 1em 0;
    padding-left: 2em;
}

.latest-post .content li {
    margin: 0.5em 0;
}

.latest-post .content a {
    color: #007bff;
    text-decoration: underline;
}

.latest-post .content a:hover {
    color: #0056b3;
}

.read-more {
    margin-top: 2em;
    text-align: center;
}

.read-more a {
    display: inline-block;
    padding: 0.75em 1.5em;
    background-color: #007bff;
    color: white;
    text-decoration: none;
    border-radius: 6px;
    transition: background-color 0.2s;
}

.read-more a:hover {
    background-color: #0056b3;
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.nav-links {
    margin: 2em 0;
}

#featured-post-container {
    position: relative;
}

#featured-post-header {
    position: absolute;
    top: -1.5em;
    left: 0;
    font-size: 0.9em;
    color: #6c757d;
    opacity: 0.7;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    z-index: 1;
}

.dead {
    color: #dc3545 !important;
    text-decoration: line-through;
}

.dead:hover {
    color: #c82333 !important;
    text-decoration: line-through;
}
