
/** ADD YOUR AWESOME CODES HERE **/

/* Site logo (text wordmark, replaces the template's "Dominic" image logo) */
.site-logo {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff !important;
    letter-spacing: 0.5px;
    line-height: 1;
}
.site-logo .site-logo-dot {
    color: #ffffff;
}

/* Inner pages (e.g. blog posts) have no hero banner behind the nav, so the
   transparent nav needs a solid background at all times instead of only
   after scrolling past the hero. */
.inner-page #mainNav {
    background-color: #1f1f1f;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Contact section: even, deliberate spacing between the contact details
   list and the resume/cover letter download buttons. */
.contact-details {
    color: #ffffff;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}
.contact-details li {
    margin-bottom: 14px;
}
.contact-downloads {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.contact-downloads .sim-btn {
    margin: 0;
}

/* Blog post article typography (the post-box/post-info classes are sized
   for small preview cards, not a full article) */
.single-post {
    background: #ffffff;
    box-shadow: 0px 0px 30px -4px rgba(0, 0, 0, 0.15);
    padding: 40px;
    margin-bottom: 60px;
}
.single-post h1 {
    font-size: 32px;
    margin-bottom: 10px;
}
.single-post .post-info > ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    color: #888888;
}
.single-post .post-info > ul li {
    display: inline-block;
    margin-right: 20px;
}
.post-content {
    line-height: 1.8;
    color: #444444;
}
.post-content h2,
.post-content h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}
.post-content p,
.post-content ul,
.post-content ol {
    margin-bottom: 20px;
}
.post-content ul,
.post-content ol {
    padding-left: 22px;
}
