html, body {
    height: 100%;
    font-display: auto;
}

body {
    padding-top: 55px;
    display: flex;
    text-align: center;
    flex-direction: column;
}

main {
    margin: auto;
    padding: 25px;
    flex: 1 0 auto;
}

img {
    max-width: 100%;
}

p {
    text-align: left;   
}

audio {
    width: 100%;
}

.content > ul {
    text-align: left;
}

/* Homepage */

.intro > h1 {
    color: #212121;
    font-size: 28px;
}

.intro > h2 {
    color: #757575;
    font-size: 20px;
}

footer > p {
    text-align: center;
}

i {
    padding-left: 12px;
}

.podcast-links {
    padding-top: 24px;
}

.landing-logo {
    width: 300px;
    height: 300px;
}

/* Page content */
.post-header {
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
}

.post-header > h1 {
    font-size: 28px !important;
}

.post-header > h2 {
    font-size: 20px !important;
}

.content {
    padding-top: 20px;
    max-width: 988px;
}

.content > p {
    font-size: 18px;
}

.content > ul {
    font-size: 18px;
}

.content > ol {
    font-size: 18px
}

.content > p > a {
    text-decoration: underline;
}

.content > p > a img {
    border: 0px none;
}

.content > h2 {
    font-size: 20px !important;
}


/* Profile picture */

.profile {
    width: 10vh;
    height: 10vh;
    border-radius: 50%;
}

/* Colored links */

a:link, a:visited {
    color: #004777;
}

a.icon:hover {
    text-decoration: none;
}

a:hover {
    color: #002a47 !important;
}

/* Copyright message */

.copyright {
    margin: 15px 0;
}

/* Paginator */

.pages {
    padding: 15px 0;
}

.pages-icon {
    padding: 0 15px;
}

/* List item for posts/projects */

.item {
    padding: 10px 0;
    text-align: left;
    display: flex;
    flex-wrap: wrap;
}

.item > h5 {
    font-size: 18px;
}

.item-tag {
    background-color: rgb(250, 187, 29);
    color: #000;
}

/* Navigation icons */

.navbar-icon {
    font-size: 125%;
    display: inline-block !important;
}

/* Colored borders at top/bottom of page */

.navbar.navbar-default {
    border-top: var(--border-width) solid #004777;
}

footer {
    border-bottom: var(--border-width) solid #004777;
}

.highlights{
    display: flex;
    align-content: center;
    margin-top: 24px;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.highlight {
    width: 316px;
    display: flex;
    border: 2px solid #757575;
    margin: 8px;
}

.highlight:hover {
    background-color: #FBF7F4 ;
}


.highlight-image {
    width: 64px;
    height: 64px;
}

.highlight-data {
    margin-left: 12px;
}

.highlight-container {
    margin: 6px;
    display: flex;
}

.highlight-subtitle {
    color: #757575;
    margin: 0;
}

.highlight-title {
    font-weight: bold;
    margin-bottom: 0px;
}

.and-more {
    margin-top: 24px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.and-more-link {
    width: 200px;
    color: #757575;
}

.content-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.content-list {
    display: flex;
    flex-direction: column;
}

.tag-container {
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tag-container > a {
    margin: 2px;
}

.list-data > h5 {
    color: #757575;
    margin-top: 0px;
}

.list-image {
    display: flex;
    width: 240px;
    height: 240px;
    margin: 12px;
}

.list-data {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    margin: 12px;
}

.list-image-component {
    max-width: 240px;
    max-height: 240px;
    width: 240px;
    height: 240px;
}

.post-date > h5 {
    color: #757575;
}

