/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ======== END RESET ============= */


body {
    background: #021918;
    color: #cecbce;
    font-family: Helvetica, sans-serif;
}

#wrapper {
    max-width: 100vw;
}

#headNav {
    display: grid;
    grid-template-columns: 1fr;
    padding-bottom: 2em;
    padding-top: 1.5em;
}

header {
    display: inline;
}

#headNav h1 {
    font-size: 2.5em;
    text-align: center;
}

#headNav img {
    max-width: 96%;
    margin-left: 2%;
}


nav ul {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: .1em;
}

nav li {
    padding: 1em;
    margin: .1em;
    height: 2em;
}


nav a {
    color: #021918;
    background-color: #50c6fb;
    width: 100%;
    height: 100%;
    line-height: 150%;
    text-align: center;
    display: block;
    padding: 1em;
    text-decoration: none;
    font-size: 1em;
}

nav a:hover {
    background-color:#8ad6f8;
}

main .mainText {
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 1em;
    font-size: 3em;
}

main ul {
    list-style: disc;
    margin-left: 1em;
}

main a {
    color: #8ad6f8;
}

#profile-container {
    padding: 2em;
    display: grid;
    grid-template-columns: 1fr;
    gap: 3em;
}

img {
    width: 100%;
}

#profile-container h2 {
    font-size: 4em;
    margin-bottom: .5em;
}

#profile-container p {
    margin-bottom: .5em;
    font-size: 2em;
}

#profile-container ul {
    list-style: disc;
    margin-left: 1em;
    margin-bottom: .5em;
    font-size: 2em;
}

#profile-container a {
    color: #fff;
}

/* =======BlogWrapper============== */

#blogWrapper {
    display: grid;
    grid-template-columns: 1fr;

}

.blogText {
    font-size: 2em;
    padding-left: 2em;
    padding-right: 1em;
}

.postList {
    list-style: none;
}

.blogText h2, .postHeader {
    font-size: 2em;
    margin-bottom: .3em;
}

.blogText ul {
    margin-bottom: .3em;
}

.blogText h3 {
    font-size: 1.5em;
    margin-bottom: .8em;
}

.byline {
    font-size: .8em;
    font-style: italic;
}

.blogText p {
    margin-bottom: .5em;
}

.blogText blockquote {
    margin-left: .5em;
    font-style: italic;
}

.blogText em {
    font-style: italic;
}

.blogText .postWrapper {
    margin-bottom: 1em;
}

.blogText code {
    font-size: .8em;
    width: 80%;
}

aside {
    margin-right: 1em;
}

aside.blogText h3 {
    margin-bottom: 0em;
}

aside h4 {
    font-weight: bold;
}

aside h4, p {
    margin-left: .5em;
}

aside a {
    color: #cecbce;
}

footer {
    width: 100%;
    text-align: center;
    background-color: #50c6fb;
    height: 2em;
    line-height: 2em;
}

/* === Bibliography === */
.csl-entry {
    padding-left: 1.5em;
    text-indent: -1.5em;
    padding-bottom: .5em;
}

/* === COMMENTS === */
.mastodon-comment {
    border-top: 1px solid #fff;
    padding-top: .5em;
}

.avatar {
    width: 4%;
    float: left;
    margin-bottom: .5em;
}

.author {
    float: left;
    margin-left: .5em;
    font-size: .8em;
    line-height: .8em;
}

.mastodon-comment-content {
    width: 96%;
    margin-left: 4%;
    clear: both;
}


footer {
    width: 100%;
    text-align: center;
    background-color: #50c6fb;
    height: 4em;
    line-height: 4em;
    color: #021918;
}

footer img {
    height: 1em;
    width: 1em;
    line-height: 4em;
}

footer a {
    color: #021918;
}

.bibMemberName {
    font-weight: bold;
    color: #b90c01;
}
