html body {
    background-color: #3B4757;
    font-family: 'Lato', sans-serif;
    color: aliceblue;
}

/* Navbar */
.navbar {
    background-color: #455466;
}

.navbar-dark button.navbar-toggler {
    border-color: transparent;
}

.navbar-dark .nav-item a.nav-link {
    color: aliceblue;
}

.fa-bars {
    color: aliceblue;
}

/* Title */

h2.title a {
    color: aliceblue;
}

/* Header */

.site-header {
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
    overflow-wrap: break-word;
}

.site-header h1 {
    font-weight: 600;
    font-size: 3em;
}

/* Footer */

footer {
    padding-top: 50px;
    padding-bottom: 20px;
    bottom: 0;
}

.footer-links {
    text-align: center;
}

.footer-links a {
    padding-left: 8pt;
    padding-right: 8pt;
}

.footer-icon {
    font-size: 2em;
    color: aliceblue;
}

/* Post list*/

.post-list, .talk-list {
    padding: 0;
}

.post-preview, .talk {
    background-color: #455466;
    margin: 1em;    
    padding: 1em;
}

.post-preview a, .post-preview a:hover {
    color: aliceblue;
}

.meta {
    font-weight: 600;
    color: #ffc107;
}

.read-more {
    color: aliceblue;
    font-weight: 700;
}

.read-more:hover {
    color: aliceblue;
}

/* Horizontal scrolling on Safari in code snippets */
pre {
    word-wrap: normal;
}

/* Talks */

.talk-title {
    /* font-size: 1.5em; */
    margin-bottom: 4px;
}

.talk-details, .talk-abstract {
    margin-bottom: 8px;
}

.talk-date {
    color: #ffc107;
    margin-left: 8px;
}

.talk-abstract-topic {
    font-weight: 700;
    color: #ffc107;
    margin-right: 8px;
}

.talk-place {
    font-weight: 700;
}

.talk-link, .talk-link:hover {
    color: #a1c0e7;
    text-decoration: underline;
}

.talk-link + .talk-link {
    margin-left: 4px;
}

/* Post */

h2 {
    font-weight: 800;
    font-size: 1.8rem;
    padding-top: 10pt;
    padding-bottom: 10pt;
}

.post-title {
    padding-bottom: 10pt;
}

.post-date {
    font-size: 1.2em;
    color: #ffc107;
    padding-bottom: 10pt;
}

pre code {
    color: black;
}

code {
    color: #ffc107; 
}

article {
    overflow-wrap: break-word;
}

.post a {
    color: aliceblue;
    text-decoration: underline;
}

.post a:visited {
    color: #a1c0e7
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.preview-banner {
    background-color: #EF102A;
    font-size: 1.5em;
    text-align: center;
    padding: 0.5em;
}

/* About me */

figure.about-me-photo img {
    width: 200px;
    height: auto;
}

.about-me-photo {
    float: left;
    margin-right: 20px;
}

.about-me-content {
    margin-top: 40px;
    overflow: hidden;
}