@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* ICOG Blog
** Designed by
** Incaseofgrace (Grace Gittel Lewis)
http://incaseofgrace.com */


/* Variables */
* {
    /* Fonts */
    --HeaderFont: Barlow Condensed;
    --BodyFont: Barlow;

    /* Colors */
    --ColorPrime: #fdd1ae;
    --ColorSec: #ffffcb;
    --ColorTert-1: #754660;
    --ColorTert-2: #6e404f;
    --BodyColor: #010102;
    --MuteColor: #575154;
    --Purplegrade: linear-gradient(180deg, #ffffcb 0%, #754660 80%);
    --Shadow: none;

    /* Misc */
    --Border-N: none;
    --Border-1: none /* Primary border */;
    --Border-2: 3px solid var(--ColorTert-2) /* Secondary border, blockquotes */;
    --Border-3: none /* Interactives like buttons and such, usually */;
    --Border-4: 3px solid var(--ColorTert-1) /* For header underlines, and HR */;
    --BorderRad: 0px;
    --BoxShad-1: none;
    --Transit: all .3s; 
    overflow-wrap: break-word;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: var(--ColorPrime);
}
::-webkit-scrollbar-thumb {
    background: var(--ColorTert-1);
}
::-webkit-scrollbar-thumb:hover {
    background: var(--ColorTert-1);
}

/* __TEXT__ */

/* Headers */
.page-title {
    font-family: var(--HeaderFont);
    font-weight: 900;
    font-size: 3em;
    text-align: center;
    text-transform: uppercase;
    color: var(--ColorSec);
    background: var(--ColorTert-1);
    padding: 0px 100px 5px 100px;
    margin: -12px -27px 15px -27px;
}
h1 {
    font-family: var(--HeaderFont);
    font-weight: 900;
    font-size: 2.2em;
    text-align: center;
    text-transform: uppercase;
    color: var(--ColorPrime);
    background: var(--ColorTert-1);
    padding: 3px 20px 6px 20px;
}
h2 {
    font-family: var(--HeaderFont);
    font-weight: 900;
    font-size: 2em;
    text-align: center;
    text-transform: uppercase;
    color: var(--ColorTert-1);
}
h3 {
    font-family: var(--HeaderFont);
    font-weight: 600;
    font-size: 1.5em;
    text-align: left;
    text-transform: uppercase;
    color: var(--ColorTert-2);
}
/* Links */
a {
    color: var(--ColorTert-2);
    background:
    linear-gradient(
      to bottom, var(--ColorTert-2) 0%,
      var(--ColorTert-2) 100%
    );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 2px;
    transition: var(--Transit) ease-out;
    transition: all .3s ease-in-out, color .2s;
    text-decoration: none;
}
a:hover {
    color: var(--ColorPrime);
    background-size: 4px 50px;
}
.item a:hover {
    color: var(--ColorPrime);
    text-decoration: none;
    box-shadow: inset 1000px 0 0 0 var(--ColorTert-2);
    transition: all .3s ease-in-out, color .2s;
}
.navbar-light .navbar-nav .nav-link a {
    text-decoration: none!important;
}

/* __STATICWIKI DEFAULTS__ */
.columnowner {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 1000px;
    max-width: 100%;
}
.flexhandler {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 100%;
    max-width: 100%;
}
.flexwrapper {
    display: flex;
    flex-wrap: wrap;
}
.overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    visibility: hidden;
}
#searchResults {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

/* __BODY__ */
body {
    font-family: var(--BodyFont);
    background: var(--Purplegrade);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    font-size: 20px;
}
/* Panel */
.item {
    display: flex;
    flex-direction: column;
    background: var(--ColorPrime);
    border-radius: var(--BorderRad);
    border: var(--Border-1);
    padding: 12px;
    margin-top: 75px;
}

/* __HR__ */
hr {
    border-top: var(--Border-2);
}

/* __QUOTES__ */
blockquote {
    background: var(--ColorSec);
    border-left: var(--Border-2);
    border-width: 6px;
    font-size: 20px;
    padding: 15px;
}
blockquote footer {
    font-size: 20px;
    font-style: italic;
    color: var(--MuteColor);
}

/* __NAVBAR__ */
.navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background: var(--ColorTert-1);
    box-shadow: var(--BoxShad-1);
    border: none;
    border-radius: var(--BorderRad);
}
.navbar-default .navbar-collapse,
.navbar .container-fluid {
    padding: 0px 3px;
}
.navbar-default .navbar-nav>li>a {
    color: var(--ColorSec);
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: none;
    background: none;
    margin-left: -10px;
    transition: all .2s ease-in-out;
}
.navbar-default .navbar-nav>li>a:hover {
    color: var(--ColorSec);
    padding-top: 7px;
}
/* Mobile */
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
    border: none!important;
    border-color: transparent;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffcb;
    width: 25px;
    height: 4px;
    border-radius: 0px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border: none;
    box-shadow: none;
}

/* __SEARCH__ */
.navbar-default .form-group .form-control {
    background: var(--ColorPrime);
    border: var(--Border-1);
    border-radius: var(--BorderRad);
    box-shadow: var(--BoxShad-1);
    font-size: 20px;
    color: var(--BodyColor);
}
.navbar-default .form-group .form-control::placeholder {
    color: var(--MuteColor);
    font-size: 20px;
}
/* Results */
#searchResultsCover .item {
    border: var(--Border-2);
    border-color: var(--ColorTert-1);
    height: fit-content!important;
    padding: 0px;
}
#searchResultsCover .item h2 {
    background: var(--ColorTert-1);
    color: var(--ColorPrime);
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 3px 15px 8px 15px;
}
#searchResults {
    padding: 0px;
}
#searchResults br {
    display: none;
}
#searchResults a {
    font-family: var(--HeaderFont);
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    display: block;
    border-bottom: var(--Border-2);
    border-color: var(--ColorTert-1);
    text-decoration: none;
    padding: 0px 10px;
    box-shadow: none;
}
#searchResults a:nth-of-type(even) {
    background: var(--ColorSec);
}
#searchResults a:nth-of-type(odd) {
    background: var(--ColorPrime);
}
#searchResults a:hover {
    background: var(--ColorTert-1);
    color: var(--ColorPrime);
    box-shadow: none;
    transition: all .15s ease-in-out;
}

/* __BACKTOHOME__ */
.backtohome {
    display: block;
    position: absolute;
    content: url();
    width: 45px;
    height: 45px;
    background: var(--ColorSec);
    top: 2px;
    left: 20px;
    box-shadow: none;
    clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 0% 50%);
    transition: all 0.3s;
}
.backtohome:hover {
    background: var(--ColorPrime);
    transform: scale(1.05) translatex(-10px);
    transition: all 0.3s;
    box-shadow: none!important;
}

/* __DATE__ */
.post-date {
    text-transform: uppercase;
    text-align: center;
    color: var(--ColorTert-1);
    width: max-content;
    margin: auto;
}
.post-date p {
    border-bottom: var(--Border-4);
}

/* __FOOTNOTES__ */
/* Top */
a:has(sup) {
    font-weight: bold;
    background: none;
}
a sup {
    padding: 0px 3px;
    text-decoration: underline;
    text-underline-offset: 2px;
}
/* Bottom */
.footnotes hr {
    margin-bottom: 15px;
}
.footnotes ol {
    padding: 0px 25px;
}
.footnote-back-ref {
    margin-left: 3px;
}

/* __CATEGORIES__ */
.footer-section {
    border-top: var(--Border-4);
    margin: 15px -27px 0px -27px;
}
.categories {
    color: #fdd2ae41;
    background: var(--ColorTert-1);
    padding: 7px 27px 13px 27px;
}
.categories a {
    color: var(--ColorSec);
    margin: 0px 3px;
    background:
    linear-gradient(
      to bottom, var(--ColorSec) 0%,
      var(--ColorSec) 100%
    );
    background-position: 0 100%;
    background-repeat: repeat-x;
    background-size: 1px 2px;
}
.categories .cat-title {
    font-weight: bold;
}
.categories a:hover {
    color: var(--ColorTert-1);
    background-size: 4px 50px;
    box-shadow: none;
}
.copyright {
    padding: 15px 15px 3px 15px;
}
/* Category page title tweak */
.categoryPrefix {
    margin-right: 10px;
}

/* __LINK LISTS__ */
.link-list {
    text-align: center;
    border: var(--Border-2);
}
.link-list br {
    display: none;
}
.link-list p {
    margin: 0px;
}
.link-list a {
    font-family: var(--HeaderFont);
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    display: block;
    border-bottom: var(--Border-2);
    text-decoration: none;
    padding: 0px 10px;
    box-shadow: none;
}
.link-list a:nth-of-type(even) {
    background: var(--ColorSec);
}
.link-list a:nth-of-type(odd) {
    background: var(--ColorPrime);
}
.link-list a:hover {
    background: var(--ColorTert-2);
    color: var(--ColorPrime);
    box-shadow: none;
    transition: all .15s ease-in-out;
}


/* __FOOTER LINKS__ */
.footer-links {
    text-align: center;
    font-size: 18px;
    margin-top: 3px;
}
.footer-links a {
    margin: 0px 2px;
}

/* __DETAIL SPOILERS__ */
details {
    font-family: var(--HeaderFont);
    font-weight: bold;
    font-size: 26px;
    text-transform: uppercase;
    max-height: min-content;
    border: var(--Border-2);
    transition: max-height .3s ease-in;
    margin: 15px 0px;
}
details summary {
    background: var(--ColorTert-2);
    color: var(--ColorPrime);
    padding: 2px 7px;
}
details summary:hover {
    cursor: pointer;
}
details summary::before {
    display: inline-block;
    position: relative;
    content: url();
    width: 19px;
    height: 19px;
    background: var(--ColorPrime);
    top: 10px;
    left: 0px;
    box-shadow: none;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    margin-right: 10px;
    transition: var(--Transit);
}
details[open] {
    max-height: max-content;
    border: var(--Border-2);
}
details a {
    display: block;
    border-bottom: var(--Border-2);
    text-decoration: none;
    padding: 0px 10px;
    box-shadow: none;
}
details[open] a:nth-of-type(even) {
    background: var(--ColorSec);
}
details[open] a:nth-of-type(odd) {
    background: var(--ColorPrime);
}
.item details a:hover {
    background: var(--ColorTert-2);
    color: var(--ColorPrime);
    box-shadow: none;
    transition: all .15s ease-in-out;
}
/* Nesting */
details[open] details {
    margin: 6px;
}
/* Arrow rotations in up to 3 nests */
details[open] summary::before {
    transform: rotate(180deg);
}
details[open] details summary::before {
    transform: rotate(0deg);
}
details[open] details[open] summary::before {
    transform: rotate(180deg);
}
details[open] details[open] details summary::before {
    transform: rotate(0deg);
}
details[open] details[open] details[open] summary::before {
    transform: rotate(180deg);
}

/* __IMAGES__ */
.item img {
    max-width: 100%;
}

/* __SCREEN SCALING__ */
@media only screen and (max-width: 1440px) {

}
@media only screen and (max-width: 1199px) {

}
@media only screen and (max-width: 991px) {

}
@media only screen and (max-width: 768px) {

}
@media only screen and (max-width: 425px) {
    .columnowner {
        padding: 0px;
    }
    .navbar-default .navbar-nav>li>a {
        margin-left: 0px;
    }
    .navbar-default .navbar-collapse {
        padding: 0px 25px;
    }
    .page-title {
    padding: 0px 20px 5px 20px;
    }
    .backtohome {
        position: fixed;
        width: 35px;
        height: 35px;
        top: 10px;
        left: 10px;
        z-index: 1060;
    }
}

/* -------------------------------- */

/* __PAGE SPECIFICS__ */
/* __HOMEPAGE__ */
body:has(.homepage) .backtohome {
    display: none;
}