/* General */
body {
    margin: 0;
    line-height: 1.5em;
    color: #cccccc;
    font-family: helvetica, arial, sans-serif;
    background: #202020;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    line-height: 1.2em;
    margin-top: 1em;
    color: #eeeeee;
}

a:link, a:visited {
    color: #008442;
    text-decoration: none;
}

a:hover, a:active {
    color: #00a95c;
    text-decoration: underline;
}


/* Single column layout */
nav section, header section, main, footer section {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
    padding: 0 0.5em;
}


/* Navigation panel */
.site-title {
  font-family: "Source Sans Pro", Graphik, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  font-size: 24px;
}
nav {
    background: #008442;
    line-height: 3em;
}

nav a {
    margin-right: 1em;
}

nav a:link, nav a:visited {
    color: #cccccc;
}

nav a:hover, nav a:active {
    color: #ffffff;
    text-decoration: none;
}

@media screen and (min-width: 600px) {
    nav .links {
        float: right;
    }
}


/* Footer */
footer {
    box-shadow: inset 0 20px 20px -20px #008442;
    border-top: 1px solid #008442;
    padding-bottom: 0;
    margin-top: 2em;
    padding: 1em 0;
    text-align: center;
}

footer section p {
    font-size: 0.8em;
    color: #aaaaaa;
}

footer a {
    margin-right: 1em;
    color: #008442;
}

footer a:hover {
    color: #00a95c;
}

footer a:last-child {
    margin-right: 0;
}


/* Posts */
article {
    margin-top: 1em;
    margin-bottom: 1em;
}

article h2 a:link, article h2 a:visited,
article h1 a:link, article h1 a:visited,
.more:link, .more:visited {
    color: #cccccc;
}

article h2 a:hover, article h2 a:active,
article h1 a:hover, article h1 a:active,
.more:hover, .more:active {
    color: #00a95c;
}

p.meta {
    margin-top: 0;
    font-size: 0.8em;
    color: #888888;
    font-style: italic;
}

p.summary {
    margin-top: 0.25em;
    margin-bottom: 0.25em;
}

div .more {
    margin-top: 0;
    font-weight: bold;
}


/* RSS */
.rss {
    padding: 0.3em 0.35em;
    border-radius: 0.25em;
    font-size: 0.75em;
    font-weight: bold;
    background: #008442;
    color: #ffffff;
}

.rss:link, .rss:visited, .rss:hover, .rss:active {
    text-decoration: none;
}

.blinking {
  animation: blink 1s step-start infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

 .countdown-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 20vh;
}

#countdown {
            padding: 20px 40px;
            border-radius: 8px;
            font-size: 2.5em;
            text-align: center;
            letter-spacing: 2px;
}