body {
    color: #444444;
    background-color: #f8f9fa;
    font-size: 1rem;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

main > div.container {
    background-color: #ffffff;
}

h6, h5, h4, h3, h2, h1 {
    margin-bottom: 0.5rem;
    font-weight: 400;
    line-height: 1.2;
}



h1, h4 {
    font-family: Lora, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

hr {
    border-color: #dee2e6;
    opacity: 1;
}

p {
    margin: 1rem 0;
}
p a {
    text-decoration: underline;
}

blockquote {
    font-style: italic;
    color: #6c757d;
}

.dropcap:first-letter {
    float: left;
    font-family: Georgia, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
    font-size: 65px;
    line-height: 60px;
    padding-top: 4px;
    padding-right: 8px;
    padding-left: 3px;
}

.article-meta {
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";;
    font-size: 0.9rem;
}

.btn {
    letter-spacing: 0.0625em;
}

.form-floating input,
.form-floating textarea {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}
.form-floating input:focus,
.form-floating textarea:focus {
    box-shadow: none;
}
.form-floating label {
    color: #6c757d;
}

header.articlehead {
    position: relative;
    background: no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
    background: #59CFD7;
    background: linear-gradient(90deg, rgba(89, 207, 215, 1) 0%, rgba(5, 74, 163, 1) 100%);
}
header.articlehead1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212529;
    opacity: 0.5;
}


.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    background: linear-gradient(90deg, rgba(89, 207, 215, 1) 0%, rgba(5, 74, 163, 1) 100%) !important;
    color: #fff; // optional
}



#mainNav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    border-bottom: 1px solid #dee2e6;
    background-color: #fff;
    font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#mainNav .navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
}
#mainNav .navbar-toggler {
    font-size: 0.75rem;
    font-weight: 700;
    padding: 0.75rem;
    text-transform: uppercase;
}
#mainNav .navbar-nav > li.nav-item > a.nav-link {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    #mainNav {
        border-bottom: 1px solid transparent;
        background: transparent;
    }
    #mainNav .navbar-brand {
        color: #fff;
    }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
        color: rgba(255, 255, 255, 0.8);
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link {
        color: #fff;
    }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover {
        color: rgba(255, 255, 255, 0.8);
    }
}
@media (min-width: 992px) {
    #mainNav {
        transition: background-color 0.2s;
        /* Force Hardware Acceleration in WebKit */
        transform: translate3d(0, 0, 0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #mainNav.is-fixed {
        /* when the user scrolls down, we hide the header right above the viewport */
        position: fixed;
        top: -109px;
        transition: transform 0.2s;
        border-bottom: 1px solid white;
        background-color: rgba(255, 255, 255, 0.9);
    }
    #mainNav.is-fixed .navbar-brand {
        color: #212529;
    }
    #mainNav.is-fixed .navbar-brand:focus, #mainNav.is-fixed .navbar-brand:hover {
        color: #0085A1;
    }
    #mainNav.is-fixed .navbar-nav > li.nav-item > a {
        color: #212529;
    }
    #mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
        color: #0085A1;
    }
    #mainNav.is-visible {
        /* if the user changes the scrolling direction, we show the header */
        transform: translate3d(0, 100%, 0);
    }
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #f5f5f5;
}

header.masthead {
    position: relative;
    padding-top: calc(8rem + 57px);
    padding-bottom: 8rem;
    background: no-repeat center center;
    background-size: cover;
    background-attachment: scroll;
}
header.masthead:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #212529;
    opacity: 0.3;
}
header.masthead .page-heading,
header.masthead .article-heading,
header.masthead .site-heading {
    color: #fff;
}
header.masthead .page-heading,
header.masthead .site-heading {
    text-align: center;
}
header.masthead .page-heading h1, header.masthead .page-heading .h1,
header.masthead .site-heading h1,
header.masthead .site-heading .h1 {
    font-size: 3rem;
}
header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.1;
    display: block;
    margin-top: 0.625rem;
}
header.masthead .article-heading h1, header.masthead .article-heading .h1 {
    font-size: 2.25rem;
}
header.masthead .article-heading .meta,
header.masthead .article-heading .subheading {
    line-height: 1.1;
    display: block;
}
header.masthead .article-heading .subheading {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0.75rem 0 2rem;
}
header.masthead .article-heading .meta {
    font-size: 1.25rem;
    font-weight: 300;
    font-style: italic;
}
header.masthead .article-heading .meta a {
    color: #fff;
}
@media (min-width: 992px) {
    header.masthead {
        padding-top: 12.5rem;
        padding-bottom: 12.5rem;
    }
    header.masthead .page-heading h1, header.masthead .page-heading .h1,
    header.masthead .site-heading h1,
    header.masthead .site-heading .h1 {
        font-size: 5rem;
    }
    header.masthead .article-heading h1, header.masthead .article-heading .h1 {
        font-size: 3.5rem;
    }
    header.masthead .article-heading .subheading {
        font-size: 1.875rem;
    }
}

.section-heading {
    font-size: 2.25rem;
    font-weight: 700;
    margin-top: 3.75rem;
}

.caption {
    font-size: 0.875rem;
    font-style: italic;
    display: block;
    margin: 0;
    padding: 0.625rem;
    text-align: center;
}

.article-preview > a {
    color: #212529;
}
.article-preview > a:focus, .article-preview > a:hover {
    text-decoration: none;
    color: #0085A1;
}
.article-preview > a > .article-title {
    font-size: 1.875rem;
    margin-top: 1.875rem;
    margin-bottom: 0.625rem;
}
.article-preview > a > .article-subtitle {
    font-weight: 400;
    margin-bottom: 0.625rem;
}
.article-preview > .article-meta {
    font-size: 1.125rem;
    font-style: italic;
    margin-top: 0;
    color: #6c757d;
}
.article-preview > .article-meta > a {
    text-decoration: none;
}
@media (min-width: 992px) {
    .article-preview > a > .article-title {
        font-size: 2.25rem;
    }
}

.overlay-body {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0.5rem 0.75rem;

    backdrop-filter: blur(4px);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

.logo-ig {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 24px;
    height: 24px;
    z-index: 2;
}

div.article-heading {
    cursor: pointer;
}

.text-shadow {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}