/* Font Faces */
@font-face {
    font-family: 'Gotham Book';
    src: url('/fonts/Gotham-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Bold';
    src: url('/fonts/Gotham-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Medium';
    src: url('/fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/* Paragraphs and Lists */
p, li, dt, dd, ul, ol {
    font-family: 'Gotham Book', sans-serif;
    font-size: 16px;
    font-weight: 100;
    line-height: 30px;
    color: #58595b;
}

.dark p, .dark li, .dark dt, .dark dd, .dark ul, .dark ol {
    color: #e2e2e2;
}

/* Here's the part to trouble shoot the lists 
ul, ol, li {
    font-family: 'Gotham Bold', sans-serif !important;
    font-size: 14px !important;
    font-weight: 100 !important;
  }  
  
  */
/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins Medium', sans-serif;
}

h1 {
    color: #58595b;
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
}

h1.blog-title {
    font-size: 32px;
    line-height: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0;
    text-align: left;
}

h1.blog-title a, h1.post-title a {
    color: #58595b;
    text-decoration: none;
    transition: color ease 0.7s;
    text-align: left;
}

h1.blog-title a:hover, h1.post-title a:hover {
    color: #3498db;
}

h1.post-title { text-align: left; }


#site-head h1 {
    color: #58595b;
}

.dark #site-head h1 {
    color: #e2e2e2;
}

h2 {
    font-family: 'Poppins Medium', sans-serif;
    margin-top: 2em;
    font-weight: 300;
}

h2.blog-description {
    text-align: center;
}

.post-excerpt p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 1em;
}

.post-excerpt p strong {
    font-weight: bold;
    font-family: 'Gotham Bold', sans-serif;
}

.post-excerpt p em {
    font-style: italic;
}

.post-excerpt p strong em, .post-excerpt p em strong {
    font-style: italic;
    font-weight: bold;
}

/* Links */
a:focus, a:hover {
    color: #fbb034;
    text-decoration: none;
}

a {
    text-decoration: none;
}

p a, .post-categories a, .post-tags a, ul li a {
    color: #16a0db;
    text-decoration: none;
}

.post-categories a:hover, .post-tags a:hover, ul li a:hover {
    text-decoration: none;
}

/* Lists */
li {
    padding-left: 0.8em;
}

dt {
    font-weight: 400;
}

/* Preformatted Text */
pre {
    font-family: "Consolas", Courier, monospace;
    font-size: 1em;
    line-height: 1.2em;
    padding: 1em;
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: rgba(0,0,0,0.05);
}

/* Intro and Post Paragraphs */
.intro-paragraph, .post-paragraph {
    background-color: #fff0e2;
    padding: 1em;
    margin-bottom: 1.5em;
    border-left: 4px solid #fff0e2;
    border-radius: 4px;
}

/* Site Head */
#site-head, article, article.preview, a.archive-link, .article-nav {
    margin: 20px auto;
    max-width: 600px;
    width: 90%;
}

#site-head img {
    max-width: 100%;
}

/* Article Preview */
article.preview {
    margin-bottom: 4em;
}

article.preview p.readmore {
    font-family: 'Poppins Medium', sans-serif;
    margin-top: 1em;
    font-weight: 400;
}

/* Blog Logo */
#blog-logo {
    display: block;
    max-width: 100px;
    margin: 50px auto 0;
    text-align: center;
}

#blog-logo div.bloglogo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    background-color: #ffffff;
}

/* Blog Title */
.blog-title {
    display: block;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    font-size: clamp(1.2rem, 5vw, 3rem);
}

/* Footer - Default Articulate */
/*footer {
    background: rgba(0,0,0,0.05);
    margin: 4em 0 0;
    padding: 2em 0;
    text-align: center;
}

footer section {
    font-family: 'Poppins Medium', sans-serif;
    font-weight: 300;
    font-size: 18px;
    margin: 0 auto;
    max-width: 600px;
    width: 90%;
}

footer.post-footer {
    background: none;
    border-top: 1px solid #ecf0f1;
    margin-top: 1em;
}*/

/* Navigation */
.content-box nav {
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;
    margin-bottom: 2em;
    text-align: center;
    margin: 20px auto 0px auto;
    max-width: 600px;
}

.dark .content-box nav {
    border-bottom: 1px solid #1f1f1f;
    border-top: 1px solid #1f1f1f;
}

.content-box nav ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

 .content-box nav ul li {
    display: inline-block;
    font-family: 'Poppins Medium', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    padding: 0 .5em;
    text-align: center;
}

.content-box nav ul li a, .content-box nav ul li .articulate-search {
    display: block;
    padding: .5em 0;
}

.content-box nav ul li .articulate-search input {
    font-size: smaller;
    padding-left: 5px;
    padding-right: 5px;
    border: 1px solid #ecf0f1;
    color: #58595b;
}

.content-box ul li .articulate-search button {
    font-size: 14px;
    border: none;
    background: none;
    color: #3498db;
}

.content-box nav.menu li {
    margin: 0 .5em;
    padding: 0;
}

.content-box nav.menu li:last-child {
    margin: 0;
}

@media only screen and (min-width: 320px) and (max-width: 662px) {
    .content-box nav.menu li {
        display: block;
    }
}

.content-box nav.pagination li:first-child {
    margin-left: 0;
    margin-right: 0;
    text-align: right;
}

.content-box nav.pagination li:last-child {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
}

/* Archive Link */
a.archive-link {
    border-bottom: 1px solid #ecf0f1;
    border-top: 1px solid #ecf0f1;
    display: block;
    font-family: 'Poppins Medium', sans-serif;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 3em;
    margin-top: 3em;
    padding: .5em 0;
    text-align: center;
}

/* Pagination */
.pagination {
    position: relative;
    width: 90%;
    max-width: 600px;
    font-family: 'Poppins Medium', sans-serif;
    font-size: 20px;
    color: #7f8c8d;
    text-align: center;
    padding: 0.5em 0;
}

.pagination a {
    color: #3498db;
}

.older-posts, .newer-posts {
    position: absolute;
    display: inline-block;
    padding: 0;
    text-decoration: none;
    transition: color ease 0.7s;
}

.older-posts {
    right: 0;
}

.newer-posts {
    left: 0;
}

.older-posts:hover, .newer-posts:hover {
    color: #02090e;
    text-decoration: none;
}

/* Site Wrapper */
.site-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px;
}

@media (min-width: 768px) {
    .main-content {
        max-width: 960px;
        width: 100%;
        margin: 0 auto;
        display: grid;
        justify-content: center;
    }
}

.content-box {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.dark .content-box {
    background-color: #1f1f1f;
}

/* Date Today */
.date-today {
    text-align: center;
    color: #58595b;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 20px;
}

/* Post Meta */
.post-meta {
    color: #95a5a6;
    font-family: 'Poppins Medium', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-top: 1em;
    margin-bottom: 1.2em;
}

/* Tags */
.tags {
    font-size: 16px;
    margin-bottom: 0.6em;
}

/* Author and Share Sections */
section.author, section.share {
    width: 100%;
    text-align: left;
    text-transform: none;
}

section.share {
    margin-top: 1em;
    border-top: 1px solid #ecf0f1;
    padding-top: 1em;
    text-align: right;
}

.dark section.share {
    border-top: 1px solid #1f1f1f;
}

section.author h4, section.author p, section.share p {
    padding: 0;
    margin: 0;
}

section.author h4 {
    font-family: 'Poppins Medium', sans-serif;
    font-weight: 400;
    margin-bottom: 4px;
}

section.author p.attr, section.share p.info {
    font-size: 16px;
    line-height: 20px;
    font-family: 'Poppins Medium', sans-serif;
}

section.share p.info.prompt {
    top: -5px;
    position: relative;
}

section.author p.attr {
    margin-bottom: 2px;
}

section.share p.info {
    display: inline-block;
}

section.author p.bio {
    font-size: 16px;
    margin-left: 82px;
    line-height: 1.4em;
}

/* Blockquote */
blockquote {
    font-family: 'Poppins Medium', sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.2em;
    font-style: italic;
    border-left: 0.5em solid rgba(0,0,0,0.05);
    margin-left: 1em;
    padding-left: 1em;
}

blockquote p {
    font-family: 'Poppins Medium', sans-serif;
    font-size: 1.6em;
    font-weight: 300;
    line-height: 1.2em;
    font-style: italic;
}

/* Author Image */
div.authorimage, div.postthumb {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-size: cover;
    background-position: center center;
    margin-right: 10px;
    float: left;
}

/* Post Title */
.post-title {
    text-wrap: balance;
}

/* Post Content */
section.post-content img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

/* Preview Archive */
section.preview.archive h2 {
    text-align: left;
}

/* Author Section */
section.author {
    overflow: hidden;
}

/* User Image */
img.userimage {
    width: 70px;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 10px;
    float: left;
}

/* Footer Description */
section.footer-description {
    margin-bottom: 1em;
}

/* Article Header */
header.article-header, header.page-header {
    margin-bottom: 3em;
}

/* Date Today */
.date-today {
    font-size: 14px !important;
    margin: 0 !important;
    padding: 3px !important;
    line-height: 1.1 !important;
}

/* Categories and Tags */
.tag-list {
    font-family: 'Gotham', sans-serif;
}

.tag-list a {
    color: #16a0db;
    text-decoration: none;
}

.tag-list a.fa-rss {
    color: #ffc107;
    font-size: 0.75em;
}

/*Header image*/
.header-image {
    margin-top: 50px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .header-image {
        margin-top: 65px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    #mobile-navbar-collapse {
        margin-top: 60px;
    }
}

.main-content .carousel-left #header-image-top-text {
    margin-top: 125px;
}

@media screen and (max-width: 768px) {
    .main-content .carousel-left #header-image-top-text {
        margin-top: 5px;
    }
}