@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* General */
body {
    margin: 0;
    line-height: 1.5em;
    color: #2c2c42;
    font-family: pretendard;
}

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

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

h1 {
    margin-top: 1em;
}

a {
    text-decoration: none;
    color: #2c2c42;
    opacity: 0.75;
}

a:hover {
    text-decoration: underline;
    opacity: 1;
}

/* 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 */
nav {
    background: #2c2c42;
    line-height: 3em;
}

thead { 
    background: #f1f1f1;
}

td, th {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

nav a {
    color: white;
    margin-right: 1em;
}

input {
    border: none;
    background-color: #f1f1f1;
    padding: 0.3em;
}

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

/* Footer */
footer {
    background: #2c2c42;
    color: white;
    margin-top: 2em;
    padding: 1em 0;
    box-shadow: 0 100vh 0 100vh #2c2c42;
    text-align: center;
}

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

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

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

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

p.meta, div .more{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.8em;
    opacity: 0.7;
    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;
}

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

.rss:link, .rss:visited {
    background: #ff6600;
}

.rss:hover, .rss:active {
    background: #ff8822;
}
