@charset "utf-8";
/*
[Table of contents]
1. Global
2. Header
3. Pagination
4. Code Block
5. Social Button
6. Post
7. Google Search
8. Footer
9. Sidebar
10. Form
*/

/* 1. Global */

html {
    font-size: 16px;
}

body {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
}

.container {
    max-width: 1200px;
}

.met-container-sm1 {
    max-width: 1080px;
}

.met-container-sm {
    max-width: 900px;
}

.met-container-lg {
    max-width: 1320px;
}

.met-container-xl {
    max-width: 1600px;
}

main {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.main-content h1, .main-content h2, .main-content h3 {
    margin-bottom: 1rem;
}

/* a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
} */

.page-heading {
    margin-bottom: 1.5rem;
}

/* 2. Header */

header {
    font-size: 1rem!important;
    font-family: Georgia, "Times New Roman", Times, serif!important;
    font-family: Roboto;
    font-weight: 500;
    line-height: 1;
    color: white!important;
}

header .navbar-nav .dropdown-menu {
    line-height: 1.8;
}

header .navbar-nav .nav-link {
    padding: 1.1rem 15px!important;
}

header a:hover {
    text-decoration: none!important;
}

.navbar-brand {
    font-size: 1rem!important;
    margin: 0px;
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-right: 15px;
}

.navbar {
    background-color: #00966E;
}

.navbar .navbar-toggler-icon {
    color: #fff;
}

.navbar .navbar-brand {
    color: #fff!important;
}

.navbar .navbar-nav .nav-link {
    color: #fff;
}

.navbar .navbar-nav .nav-link:hover, .navbar .navbar-nav .nav-link:focus {
    color: #00966E!important;
    background-color: #e8e8e8!important;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.navbar-brand:hover {
    text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.4);
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.met-sidenav .nav-item .nav-link {
    padding-top: .625rem;
    padding-bottom: .625rem;
}

.met-sidenav .nav-item .nav-link:hover {
    background-color: #f8f9fa;
}

.met-sidenav .nav-item .nav-link.active {
    background-color: #EAF3FF!important;
}

/* 8. Footer */

footer {
    color: rgba(0, 0, 0, .7);
    padding: 1.5rem 0;
    background-color: #fafafa;
    border-top: .05rem solid #e5e5e5;
}

.footer-menu {
    list-style: none;
    margin-left: 0px;
    padding: 0px 12px;
}

.footer-menu li {
    display: inline-block;
}

.footer-menu li:not(:first-child):before {
    content: "·";
    margin-left: 6px;
    margin-right: 6px;
}

.footer-menu li a {
    margin: 0px 6px;
}

/* 10. Form */

.met-form-sm input, .met-form-sm textarea, .met-form-sm select, .met-form-sm button, .met-form-sm .input-group {
    max-width: 380px;
}

.met-form-md input, .met-form-md textarea, .met-form-md select, .met-form-md button, .met-form-md .input-group {
    max-width: 520px;
}

.content-post-list {
    display: flex;
    border-bottom: 1px solid #d2d2d7;
    margin-bottom: 30px;
    padding-bottom: 1rem;
}

.content-post-list .stats {
    width: 150px;
    flex: 0 1 auto;
    padding: 0 1rem;
    text-align: end;
}

.content-post-list .summary {
    flex: 3 3 auto;
    padding: 0 1rem;
}

/** Content pages */
.content-metadata ul li:not(:first-child):before {
    content: " · ";
    margin-left: .15rem;
    margin-right: .15rem;
    color: #888;
}

.content-message>p:last-child {
    margin-bottom: 0px!important;
}

/** Bootstrap Overrides */
.placeholder {
    cursor: auto;
}

.story-container {
    max-width: 840px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1rem;
    min-height: 250px;
}

.text-blink {
    animation: blinker 1s step-start infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
