/*
Theme Name: A Soul with No Name!
Theme URI: https://www.jonathanseo.com/
Author: Jonathan Pochini
Author URI: https://www.jonathanseo.com/
Description: A minimalist WordPress theme
Version: 1.0
*/

/* Palette */
:root {
    --light-blue: #62a0d8;
    --vivid-red: #E63946;
    --sunny-yellow: #F1C40F;
    --bright-orange: #F39C12;
    --vibrant-green: #2ECC71;
    --rich-purple: #8E44AD;
    --deep-blue: #3498DB;
    --cool-cyan: #1ABC9C;
    --dark-gray: #34495E;
    --dark-slate: #2C3E50;
    --black: #111111;
    --forest-green: #27AE60;
    --plum-purple: #7D3C98;
    --navy-blue: #1A5276;
    --font-subtle-color: #bbbbbb;
}

html,
body {
    height: 100%;
    margin: 0;
    font-size: 24px;
}

#page-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body {
    background-color: var(--light-blue);
    color: #000;
    font-family: 'Source Sans 3', sans-serif;
}

header {
    border-bottom: #000 2px solid;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    z-index: 9999;
    position: relative;
}

.wrap {
    max-width: 800px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

header .flex {
    text-align: center;
    align-items: center;
}

.header-logo img {
    display: block;
    margin: 20px;
}

aside,
main,
header,
footer {
    box-sizing: border-box;
}

main {
    background-color: var(--deep-blue);
    flex: 1;
    width: 100%;
    padding: 2em;
}

.site-footer {
    background-color: var(--black);
}


a {
    color: var(--vivid-red);
    text-decoration: none;
}

a:hover,
a:focus {
    color: #ffffff;
    /* change color on hover or focus */
}

a:active {
    color: #6495ED;
    /* change color when link is actively being clicked */
}

/* End Palette */


nav {
    padding: 20px;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
}





h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Serif 4', serif;
    text-shadow: 1px 1px 1px var(--sunny-yellow);
}

header a {
    margin: 0;
    color: #ffffff;
}



main,
article,
li {
    position: relative;
}

footer {
    clear: both;
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #ffffff;
}



article {
    max-width: 800px;
    margin: 0 auto;
    z-index: 1;
}

article h1 {
    padding: 1em;
    font-size: 2em;
    text-align: center;
}

.single-post article h1:before {
    content: "✧";
    font-size: 1em;
    display: block;
    text-align: center;
    font-size: 1.5em;
    color: #ffffff;
    margin-top: 10px;
    margin-bottom: 20px;
}

article h1:after,
.article-footer:before {
    content: "";
    display: block;
    height: 1px;
    width: 60%;
    margin: 0 20%;
    background: linear-gradient(to right, var(--dark-slate), #ffffff, var(--dark-slate));
    margin-top: 2em;
}

.entry,
.response {
    display: flex;
    align-items: start;
    padding: 1em;
    position: relative;
}

.art-content {
    position: relative;
    border: 1px solid var(--dark-gray);
    border-radius: 1em;
    padding: 1em 2em;
    flex-grow: 1;
}


.reminders-list {
    display: inline-block;
    text-align: left;
    list-style: none;
    padding-left: 0;
}

.reminders-list li {
    padding-left: 1.5em;
}

.reminders-list li::before {
    content: "✅";
    position: absolute;
    left: 0;
}

.article-footer {
    padding: 2em 0;
    font-size: 0.8em;
}

.post-tags {
    color: #ffffff;
    margin-top: 2em;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    width: 60%;
    margin: 1em auto;
    list-style: none;
    padding: 0;
}

.post-navigation a {
    text-decoration: none;
}

.align_center {
    text-align: center
}


aside {
    font-size: 0.8em;
    line-height: 1.5;
}

aside h2 {
    color: #ffffff;
    /* More styles here as per your design */
}

aside ul {
    padding: 0;
    list-style-type: none;
}

aside li {
    margin-bottom: 0.8em;
}

.recent-posts li {
    padding-left: 2em;
    min-height: 38px;
}


.tag-cloud a {
    display: inline-block;
    box-shadow: 0px 0px 1px var(--vivid-red);
    border-radius: 0.5em;
    background: var(--dark-slate);
    margin: 0 0.2em 0.4em 0;
    padding: 0.2em 0.5em;
}



section h2 {
    margin: 0 1em;
}

section .entry {
    padding: 0 0 2em;
}

.post-date {
    position: absolute;
    right: 16px;
    top: -32px;
    width: 48px;
    height: 48px;
    background-color: var(--dark-slate);
    color: var(--font-subtle-color);
    text-align: center;
    border: 2px solid var(--dark-gray);
    line-height: 1;
    transform: rotate(7deg);
}

.post-date .month {
    display: block;
    font-size: 12px;
    padding: 1px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: var(--dark-gray);
    color: var(--midnight-blue);
}

.post-date .day {
    display: block;
    font-size: 24px;
    padding: 4px;
    margin-top: 3px;
}

.keep-reading {
    font-size: 0.75em;
    word-wrap: nowrap;
}

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

.contact-button-popup a {
    background-color: var(--light-blue) !important;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-width: 90%;
    background-color: var(--sunny-yellow);
    padding: 40px 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 1001;
}

.popup-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    cursor: pointer;
}

#showme_the_secret {
    text-align: center;
}

/* Adjust base font size for different screen widths using media queries */
@media (max-width: 768px) {
    html {
        font-size: 20px;
        /* Slightly smaller font size on smaller screens */
    }
}

@media (max-width: 480px) {
    html {
        font-size: 16px;
        /* Even smaller font size on very small screens */
    }
}