:root 
{   
    --smalley-border-width: 3px;
    --smalley-border-width: 0;
    --smalley-border-style: double;
    --smalley-border-style: none;
    --smalley-animation-duration: 0.42s;
}

/*

DOUBLE BORDERS

*/

html body .btn,
html body .card,
html body .navbar-expand-lg #loginform input.button,
html body input.wp-element-button,
html body input.button,
html body .wp-block-post-comments .reply .comment-reply-link,
html body .modal .modal-content,
html body .wp-block-post-comments form.comment-form, 
html body .wp-block-post-comments ol.commentlist li.comment,
html body alert.alert
{
    border-style: var(--smalley-border-style);
    border-width: var(--smalley-border-width);
}

/*

HUMANIZED BOOTBLOCK POP-OUT EFFECTS

*/

html body section.slideshow
{
    overflow: visible;
    margin-bottom: calc(calc(var(--header-line-height) + 1px) * -4);
    border-top: none;
}
html body section.slideshow .carousel
{
    margin-top: calc(var(--header-line-height) * -3);
    margin-bottom: calc(var(--header-line-height) * 2);
}
html body .row.pull-up
{
    margin-bottom: calc(var(--header-line-height) * -2);
}

/*

LAPTOP

*/

html body section.dark.faq alert
{
    margin-top: calc(var(--header-line-height) * -6);
    margin-bottom: calc(var(--header-line-height) * 6);
}
html body section.slideshow #main-carousel
{
    margin-top: calc(var(--header-line-height) * -7);
}
html body section.slideshow #main-carousel:before,
html body section.dark.menus:before
{
    content: "";
    display: block;
    position: absolute;
    top: 20rem;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/water.gif);
    background-repeat: repeat;
    opacity: 0.1;
}
html body section.dark.menus:before
{
    top: 20.2rem;
    height: calc(100% - 20.2rem);
}
html body section.slideshow
{
    z-index: 9;
}
html body section.slideshow .carousel .col-xl-12
{
    margin-top: calc(var(--header-line-height) * 1);
}
html body section.slideshow .carousel .col-xl-12:before
{
    content: "";
    display: block;
    position: absolute;
    top: calc(var(--header-line-height) * -0.48);
    left: calc(50% - 475px);
    width: 950px;
    height: 567px;
    background-image: url(../img/laptop.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 9;
}
html body section.slideshow .carousel .col-xl-12.text-center:before
{
    display: none;
}
html body section.slideshow .carousel .carousel-inner .carousel-item .container img,
html body section.slideshow .carousel .col-xl-12 img.block
{
    object-fit: cover;
    min-width: auto;
    max-width: auto;
    min-height: auto;
    max-height: auto;
    width: 722px;
    height: 460px;
    margin: 0 auto;
    z-index: 8;
    border-bottom: 20px solid #000;
}
html body section.slideshow .carousel-control-next i, 
html body section.slideshow .carousel-control-prev i
{
    margin-top: calc(var(--header-line-height) * -1);
}
html body section.slideshow .carousel .col-xl-12.text-center
{
    margin-top: calc(var(--header-line-height) * -1);
}
html body section .container *, 
html body section .container
{
    z-index: 10;
}

/*

GROUND

*/

html body section.ground
{
    padding: calc(var(--header-line-height) * 4) 0;
}
html body section.ground:before
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/floor.png);
    background-position: top;
    background-repeat: repeat-x;
}
html body section.dark.faq:before
{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 239px;
    width: 572px;
    background-image: url(../img/cave-left.png);
    z-index: 2;
}
html body section.dark.faq:after
{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 239px;
    width: 572px;
    background-image: url(../img/cave-right.png);
    z-index: 3;
}
html body section.dark.faq div.container:before
{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 29px;
    width: 100%;
    background-image: url(../img/cave-floor.png);
    background-repeat: repeat-x;
    z-index: 1;
}

/*

ISOTOPE

*/

html body section.ground .container .isotope-container .card.mb-4 .card-title a
{
    display: block;
    text-align: center;
}
html body section.ground .container .isotope-container .card.mb-4 p:first-child
{
    margin-bottom: 0;
}
html body section.ground .container .isotope-container
{
    margin-bottom: calc(var(--header-line-height) * 4);
}
html body .card figure,
html body .card iframe
{
    min-width: 100%;
    max-width: 100%;
}

/*

BUTTONS

*/

html body input.wp-element-button,
html body input.button,
html body .btn
{
    text-transform: uppercase;
    font-weight: bold;
}
html body input.wp-element-button:hover,
html body .navbar-expand-lg #loginform input.button:hover,
html body input.button:hover,
html body .wp-block-post-comments .reply .comment-reply-link:hover,
html body .btn:hover
{
    border-style: solid;
    box-shadow: none;
}
html body .navbar-expand-lg .navbar-nav li.fa > a.nav-link
{
    opacity: 0.8;
}
html body .navbar-expand-lg .navbar-nav a.nav-link
{
    padding-left: 25px;
    padding-right: 25px;
}
html body .navbar-expand-lg .navbar-nav li.dropdownX:hover > a.nav-link,
html body .navbar-expand-lg .navbar-nav li.fa > a.nav-link:hover
{
    opacity: 1;
    padding-left: 25px;
    padding-right: 30px;
}
html body .navbar .dropdown-menu
{
    min-width: 280px;
}

/*

LINKS

*/

body section .card .card-header h2 a,
body section .card .card-header h4 a,
body section .card .card-header .wp-block-post-author-name a
{
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: var(--smalley-border-width);
}

/*

NAVBAR

*/

html body,
html body.admin-bar
{
    padding-top: 0;
    margin-top: calc(var(--header-line-height) - 3px);
}
html body .navbar-expand-lg .navbar-nav .nav-link
{
    text-transform: uppercase;
}
html body .navbar .dropdown-menu
{
    top: -100%;
    opacity: 0;
}
html body .navbar .nav-item:hover .dropdown-menu
{
    top: calc(100%);
    opacity: 1;
}
html body .navbar .dropdown-menu,
html body .navbar .dropdown-menu[data-bs-popper]
{
    border-radius: 0 0 0.375rem 0.375rem; /* match BS5 */
    border-top-style: solid;
    border-top-width: 1px;
}
html body .dropdown .dropdown-menu
{
    border: none;
}
html body .dropdown-toggle::after 
{
    display: none;
}
.dropdownX:hover .dropdown-menu 
{
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
    margin-left: -13px; /* account for double borders? */
}
html body .navbar-expand-lg .navbar-nav li
{
    font-size: 0;
}
html body .navbar-expand-lg .navbar-nav li.fa:before
{
    width: 22px;
    display: inline-block;
    position: relative;
    font-size: 1rem;
}
html body .navbar-expand-lg .navbar-nav li a
{
    font-size: 1rem;
}
html body .navbar-expand-lg form.search
{
    opacity: 0.6;
}
html body .navbar-expand-lg:hover form.search
{
    opacity: 1;
}
html body .navbar-expand-lg #loginform
{
    margin-top: calc(calc(var(--header-line-height) / 4) * -1);
}
body section .card .card-header .row .col-6,
html body .navbar-expand-lg .navbar-nav li .dropdown-menu,
html body .navbar-expand-lg .navbar-nav li .dropdown-menu li,
html body .navbar-expand-lg .navbar-nav li .dropdown-menu li a,
html body .navbar-expand-lg .navbar-nav li .dropdown-menu li label
{
    line-height: calc(var(--header-line-height) / 1.5);
}

/*

CARDS

*/

html body section.dark .card
{
    box-shadow: none;
    border-style: solid;
    border-width: 1px;
}
html body section .card.pop
{
    padding: var(--header-line-height);
}
html body section .card.pop.pop-top
{
    margin-top: calc(calc(var(--header-line-height) * 5.6) * -1);
}
html body section .card.pop.pop-bottom
{
    margin-bottom: calc(calc(var(--header-line-height) * 5.6) * -1);
}
html body.post-template-default.single.single-post section.wp-content div.card.pop:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 40px 40px 0;
    border-color: var(--bs-light) transparent;
    display: block;
    width: 0;
    z-index: 11;
    bottom: -40px;
    left: 265px;
}
html body.post-template-default.single.single-post section.wp-content div.card.pop:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 42px 42px 0;
    border-color: var(--bs-dark) transparent;
    display: block;
    width: 0;
    z-index: 10;
    bottom: -42px;
    left: 263px;
}
html body.post-template-default.single.single-post section.wp-content div.card.pop figure.wp-block-post-featured-image img
{
    padding-bottom: calc(var(--header-line-height) / 1.5);
    margin-bottom: calc(var(--header-line-height) / 1.5);
    border-bottom: 1px dotted;
}


/*

SECTIONS

*/

html body section
{
    border-top-style: var(--smalley-border-style);
    border-top-width: var(--smalley-border-width);
    border-bottom-style: var(--smalley-border-style);
    border-bottom-width: var(--smalley-border-width);
    margin-top: calc(--smalley-border-width * -1);
}
html body section.fold h1
{
    font-weight: bold;
    font-size: calc(var(--header-line-height) / 1.7);
}
html body.single-contributions section.fold h1,
html body.single-experiments section.fold h1,
html body.blog section.fold h1,
html body.page section.fold h1
{
    margin-top: calc(var(--header-line-height) * -1);
}
html body section.fold h4
{
    font-weight: normal;
    font-size: calc(var(--header-line-height) / 2.8);
    padding-right: calc(var(--header-line-height) * 3);
}
html body.blog section.fold h4,
html body.page section.fold h4
{
    padding-right: 0;
}
html body.page.home section.fold h4
{
    padding-right: calc(var(--header-line-height) * 3);
}
html body section .wp-comment-section
{
    margin-top: calc(var(--header-line-height) * -1);
}
html body section.folded .bg-cover,
html body section.fold .bg-cover,
html body section.fold .bg-cover figure
{
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}
html body.single-creations:not(body.creations-template-page-template-laptop) section.fold,
html body.achievements-template-page-template-full section.fold
{
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
}
html body section.folded .bg-cover
{
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 550px;
    z-index: 1;
    overflow: hidden;
    opacity: 0.85;
}

html body section.fixed.folded.ratio-4-1,
html body section.folded .bg-cover.ratio-2-1
html body section.folded .bg-cover.ratio-2-1
{
    height: 25vw;
}
html body.blog section.folded .bg-cover.ratio-2-1,
html body.page-template-page-template-store section.folded .bg-cover.ratio-2-1,
html body.archive section.folded .bg-cover.ratio-2-1
{
    height: 50vw;
}
html body.blog section.fixed.folded,
html body.archive section.fixed.folded
{
    background: transparent;
}
html body section.flush.flush50
{
    background: transparent;
}
html body section.flush.flush50 .container
{
    position: relative;
}
html body section
{
    z-index: 10;
}
html body section.flush:before,
html body section.flushed:before,
html body section.fold:after,
html body.single-game section.double-flush:before,
html body.single section.double-flush:before,
html body.author section.double-flush:before,
html body section.flush.flush50 .container:before
{
    content: "";
    display: block;
    position: absolute;
    top: -50vw;
    width: 100%;
    height: 50vw;
    background: linear-gradient(180deg, rgba(34, 40, 49, 0) 75%, rgba(34, 40, 49, 1) 100%);
    z-index: 999;
}

html body section.fold
{
    border: none !important;
}
html body section.fold:after
{
    height: 800px;
    top: -135px;
    z-index: 9;
    background: linear-gradient(180deg, rgba(34, 40, 49, 0) 50%, rgba(34, 40, 49, 1) 100%);
}
html body nav.navbar
{
    /*background: #222831 !important;*/
    background: linear-gradient(180deg, rgba(52, 54, 69, 1) 0%, rgba(34, 40, 49, 1) 100%) !important;
}
html body section.flush.flush50:before
{
    display: none;
}
html body section.flush.flush50 .container:before
{
    top: -20vw;
    top: -45vw; /* for mods, games, tools */
    left: -50vw;
    width: 200vw;
    background: linear-gradient(180deg, rgba(34, 40, 49, 0) 50%, rgba(34, 40, 49, 1) 100%);
}
html body .navbar .container .socials a
{
    margin-top: 4px;
}
html body .navbar-expand-lg #main-navigation .socials
{
    margin-right: 0;
    margin-left: 15px;
}
html body .navbar i.fa-brands
{
    background: #222;
    color: #FFF;
}

html body.single-game section.fixed.folded:after,
html body.single section.fixed.folded:after,
html body.author section.fixed.folded:after,
html body section.fixed.folded.ratio21:after
{
    content: "";
    display: block;
    position: absolute;
    background: linear-gradient(180deg, rgba(34, 40, 49, 1) 0%, rgba(34, 40, 49, 0) 100%);
    width: 100vw;
    height: 25vw;
    z-index: 99;
    top: 64px;
}
html body section.flush.flush50:before
{
    top: 35vw;
    height: 50vw;
}
html body section.flushed.iframe
{
    margin-bottom: 10rem;
    padding-bottom: 20rem;
}
html body section.flushed.iframe:before
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 10vw;
    background: linear-gradient(180deg, rgba(34, 40, 49, 1) 0%, rgba(34, 40, 49, 0) 100%);
    z-index: 1;
}
html body section.flushed.iframe:after
{
    content: "";
    display: block;
    position: absolute;
    top: 60vw;
    width: 100%;
    height: 10vw;
    background: linear-gradient(180deg, rgba(34, 40, 49, 0) 0%, rgba(34, 40, 49, 1) 100%);
    z-index: 1;
}
html body section.flushed.ratio-4-1
{
    top: 25vw;
}
html body section.fixed.folded.ratio-4-1 .meta
{
    z-index: 999;
    display: block;
    position: relative;
}
html body section.fixed.folded h1
{
    padding-top: calc(calc(25vw / 2) - 165px);
}

html body section.fixed.folded.ratio-4-1 img.img.img-block
{
    top: 50%;
    margin-top: -512px;
    display: block;
    position: relative;
    min-height: 25vw;
}

html body section.dark .accordion-body .post-meta
{
    display: none;
}
html body section.dark .accordion-body p
{
    font-size: 1rem;
}
html body section.dark .accordion-button h2
{
    font-size: 1.2rem;
}

html body section.folded.ratio21 .meta h1
{
    opacity: 0;
    line-height: calc(50vw - 200px);
}

html body.page section.folded .bg-cover
{
    height: calc(100% - 60px);
}

html body section.folded:hover .bg-cover
{
    opacity: 0.1;
}

html body section.folded.ratio21:hover .meta h1
{
    opacity: 1;
}

html body section.slideshow
{
    top: 24vw;
    margin-bottom: 0vw;
}
html body section.slideshow .carousel .col-xl-12 img.block,
html body section.slideshow .carousel .carousel-inner .carousel-item .container img
{
    border-bottom: none !important;
}
html body section.slideshow .carousel .carousel-inner .carousel-item .container a:hover img
{
    opacity: 0.25;
}
html body section.slideshow .text-start
{
    padding-right: 4rem;
}
html body section.slideshow h2
{
    color: #FFF;
    font-size: 200%;
}

html body section.folded .bg-cover figure
{
    max-height: 100%;
    min-height: 100%;
    height: 100%;
    width: 100%;
}
html body section.fixed.folded
{
    position: fixed;
    width: 100%;
    height: 400px;
    padding: 8rem 0;
}

html body.author section.fixed.folded,
html body.single section.fixed.folded
{
    padding-top: 40px;
}
html body.single-mod section.fixed.folded,
html body.single-tool section.fixed.folded,
html body.single-updates section.fixed.folded,
html body.single-game section.fixed.folded,
html body.single section.fixed.folded,
html body.author section.fixed.folded
{
    padding-top: 8rem;
}
html body section.flushed
{
    top: 18rem;
    padding-bottom: 18rem;
}

html body section.fixed.folded.ratio21
{
    height: 50vw;
    padding: 8rem 0;
}
html body.page section.folded .bg-cover.ratio-2-1
{
    height: calc(100% - 60px);
}
html body section.flushed.ratio-21
{
    top: calc(50vw);
}

html body section.flush
{
    padding: 0;
    overflow: hidden;
    top: 18rem;
    min-height: 100vh;
}
html body.single-product section.flush
{
    min-height: 50vh;
    max-height: 50vh;
    
    min-height: 25vw;
    max-height: 25vw;
}
html body.single-product section.fixed.folded:after
{
    /*opacity: 0.5;*/
}

html body section.fold h1,
html body section.fold h4,
html body section.folded h1,
html body section.folded h4,
html body section.folded .text-center p
{
    text-shadow: 2px 2px 2px #222;
}

html body section.slideshow .col-xl-6.text-start h2
{
    margin-top: -75px;
    font-size: 222%;
}

html body section .game-avatar
{
    display: block;
    position: relative;
    margin: auto;
    width: 100vh;
}

html body .container .text-justify p strong,
html body .container .text-justify li strong
{
    color: var(--color-tri-light)
}

html body.single-game section.fixed.folded:after,
html body.blog section.fixed.folded:after,
html body.page-template-page-template-store section.fixed.folded:after,
html body.page-template-page-template-mods section.fixed.folded:after,
html body.page-template-page-template-games section.fixed.folded:after,
html body.page-template-page-template-authors section.fixed.folded:after,
html body.page-template-page-template-tools section.fixed.folded:after,
html body.single section.fixed.folded:after,
html body.author section.fixed.folded:after
{
    z-index: 1;
}
html body.single-game section.fixed.folded,
html body.blog section.fixed.folded,
html body.page-template-page-template-store section.fixed.folded,
html body.page-template-page-template-mods section.fixed.folded,
html body.page-template-page-template-games section.fixed.folded,
html body.page-template-page-template-authors section.fixed.folded,
html body.page-template-page-template-tools section.fixed.folded,
html body.single section.fixed.folded,
html body.author section.fixed.folded
{
    z-index: 10;
}
html body.single-game section.fixed.folded .container,
html body.blog section.fixed.folded .container,
html body.page-template-page-template-store section.fixed.folded .container,
html body.page-template-page-template-mods section.fixed.folded .container,
html body.page-template-page-template-games section.fixed.folded .container,
html body.page-template-page-template-authors section.fixed.folded .container,
html body.page-template-page-template-tools section.fixed.folded .container,
html body.single section.fixed.folded .container,
html body.author section.fixed.folded .container
{
    z-index: 99;
    display: block;
    position: relative;
    margin-top: 1vw;
}
html body section.double-flush
{
    z-index: 99999;
    display: block;
    position: relative;
    
}
html body.single-game section.flush,
html body.single section.flush,
html body.author section.flush
{
    top: 4rem;
    z-index: 9;
}
html body section.flush img,
html body section.flush img.img.img-block
{
    width: 110%;
    min-width: 110%;
    max-width: 110%;
    margin: -5%;
}
html body.single-game section.flush img.img.img-block,
html body.single section.flush img.img.img-block,
html body.author section.flush img.img.img-block
{
    min-height: 100vh;
    width: auto;
    max-width: none;
    max-height: none;
    opacity: 0.85;
}
html body.author section.flush img.img.img-block
{
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1280px;
    margin-top: -850px;
}
html body section.folded .meta h1
{
    font-size: 4rem;
}
html body section.folded .meta h1,
html body section.folded .meta time
{
    text-shadow: 1px 2px 3px #444;
}

html body section.iframe
{
    padding: 0 !important;
    overflow: hidden;
    margin-bottom: -27vw;
}
html body section.iframe iframe
{
    min-height: calc(100vw - 330px);
}
html body iframe.borderless
{
    display: block;
    position: relative;
    width: 100%;
    height: calc(100vh - 60px);
    border: none;
    background: transparent;
    overflow: hidden;
}

html body.single-tool section.dark.menus
{

}
html body section.dark.menus
{
    z-index: 99;
}

/*

TABLES

*/

html body table.dataTable thead tr:first-child th,
html body table.dataTable thead tr:first-child th.dt-ordering-desc,
html body table.dataTable thead tr:first-child th.dt-ordering-asc
{
    border-bottom-color: transparent;
}
html body table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, 
html body table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before,
html body table.dataTable thead tr:nth-child(2) th.dt-ordering-desc,
html body table.dataTable thead tr:nth-child(2) th.dt-ordering-asc
html body table.dataTable thead tr:nth-child(2) th
{
    border-top-color: transparent;
}
html body table.dataTable.dtr-inline.collapsed > tbody > tr.dt-hasChild > td.dtr-control::before, 
html body table.dataTable.dtr-inline.collapsed > tbody > tr.dt-hasChild > th.dtr-control::before
{
    border-left-color: transparent;
}
html body table.dataTable tbody tr.child td ul.dtr-details li
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
}
html body .dt-container.dt-bootstrap5 .row.mt-2.justify-content-between:last-child .page-link
{
    padding-top: 0;
    padding-bottom: 0;
}

/*

ACCORDION

*/

section .accordion-body
{
    text-align: justify;
}

section .accordion-button:after
{
    width: 2rem;
    height: 2rem;
    border-radius: 1rem;
    background-position: 0.35rem;
}
section .accordion-button
{
    font-size: 1.8rem;
    font-weight: 200;
}
section .accordion-body
{
    line-height: 2rem;
    font-size: 1.3rem;
    font-family: sans-serif;
}
section .accordion-button:not(.collapsed)
{
    box-shadow: none;
}
section .accordion-item
{
    margin: calc(var(--header-line-height) / 2) 0;
}
html body.single-achievements section.dark.faq
{
    padding: 14rem 0 1rem !important;
}
html body.single-achievements section .accordion
{
    display: none;
}

/*

SPOTLIGHT

*/

.spotlight
{
    z-index: 1; 
    margin-top: -80px;
}
.spotlight:before
{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    margin: -85px 0 0 -60px;
    overflow: hidden;
}
section:hover .spotlight:before
{
    opacity: 0;
    border-radius: 100px;
    width: 600px;
    height: 600px;
    border-radius: 300px;
    margin: -685px 0 0 -60px;
}
html body.blog .spotlight:before,
html body.single-contributions .spotlight:before,
html body.single-achievements .spotlight:before,
html body.single-experiments .spotlight:before,
html body.tax-stack .spotlight:before,
html body.tax-skills .spotlight:before,
html body.tax-association .spotlight:before,
html body.creations-template-page-template-laptop .spotlight:before,
html body.page-template-page-template-timeline .spotlight:before,
html body.page .spotlight:before
{
    display: none;
}
html body.page.home .spotlight:before
{
    display: block;
}
html body section.fold .container .spotlight img
{
    z-index: 9;
    height: auto;
    display: block;
    position: relative;
    margin: -135px 0 -237px -90px; 
    max-width: 118% !important; 
    width: 118% !important
}
html body.blog section.fold .container .spotlight img,
html body.single-contributions section.fold .container .spotlight img,
html body.single-experiments section.fold .container .spotlight img,
html body.page section.fold .container .spotlight img
{
    margin: -135px 0 -140px -30px; 
}
html body.page.home section.fold .container .spotlight img
{
    margin: -135px 0 -237px -90px; 
}
html body.single-achievements section.fold .container .spotlight,
html body.tax-stack section.fold .container .spotlight,
html body.tax-skills section.fold .container .spotlight,
html body.tax-association section.fold .container .spotlight,
html body.creations-template-page-template-laptop section.fold .container .spotlight
{
    display: block;
    position: relative;
    background: url(../img/laptop.png);
    width: 950px;
    height: 567px;
    margin: 0 auto 8rem;
}
html body.tax-stack section.fold .container,
html body.tax-skills section.fold .container,
html body.tax-association section.fold .container,
html body.single-achievements section.fold .container,
html body.creations-template-page-template-laptop section.fold .container
{
    margin: -8rem auto -18rem !important;
}
html body section.fold .container .spotlight p
{
    position: relative;
    margin: 0;
}
html body.single-achievements section.fold .container .spotlight img,
html body.tax-stack section.fold .container .spotlight img,
html body.tax-association section.fold .container .spotlight img,
html body.creations-template-page-template-laptop section.fold .container .spotlight img
{
    width: 722px !important;
    height: 483px;
    top: 166px;
    left: 193px;
    display: block;
    position: absolute;
    object-fit: inherit;
    min-width: auto;
    max-width: auto !important;
    min-height: auto;
    max-height: auto;
}
html body.tax-stack section.fold .container .spotlight img,
html body.tax-skills section.fold .container .spotlight img,
html body.tax-association section.fold .container .spotlight img
{
    width: 743px !important;
    object-fit: cover;
}
html body.creations-template-page-template-laptop section.fold .container .spotlight iframe,
html body.achievements-template-page-template-achievements section.fold .container .spotlight iframe,
html body.achievements-template-page-template-laptop section.fold .container .spotlight iframe
{
    background: #000;
    width: 722px;
    height: 480px;
    left: 103px;
    top: 30px;
}
html body.creations-template-page-template-laptop section.fold .container .spotlight img,
html body section.fold .container .spotlight p img
{
    position: relative;
}

/*

ANIMATE

*/

html body .navbar a i.fa-brands,
html body input.wp-element-button,
html body input.button,
.spotlight:before,
html body .wp-block-post-comments .reply .comment-reply-link,
html body section.slideshow .carousel .carousel-inner .carousel-item .container a img,
html body section.folded.ratio21 .meta h1,
html body section.folded.ratio-4-1 .meta,
body section .card .card-header h2 a,
body section .card .card-header h4 a,
body section .card .card-header .wp-block-post-author-name a,
html body .navbar-expand-lg .navbar-nav li.fa > a.nav-link,
html body .navbar .dropdown-menu,
html body .navbar-expand-lg form.search,
html body .navbar .navbar-brand,
html body .navbar .navbar-brand i,
html body .navbar .navbar-brand b,
html body section.folded .meta
html body .btn
{
    transition: all var(--smalley-animation-duration);
}

html body section .container .wp-image-in-fold .wp-block-post-featured-image
{
    width: 60%;
    text-align: center;
    margin: auto;
    margin-top: calc(var(--header-line-height) / 2);
    margin-bottom: calc(var(--header-line-height) * -2);
}

/*

BOLD

*/

html body .card .card-header,
html body .navbar-expand-lg .navbar-nav .nav-link
{
    font-weight: bold;
}

/*

TRANSPARENT

*/

html body .modal-dialog,
html body .modal .modal-content,
section .accordion,
section .accordion-item,
section .accordion-button,
section.dark .list-group.list-group-flush,
section.dark .list-group.list-group-flush .list-group-item
{
    background: transparent;
}
section.dark .list-group.list-group-flush,
section.dark .list-group.list-group-flush .list-group-item
{
    border-color: transparent;
}

/*

WP QUIRKS

*/

html body div.list-group.list-group-flush ul
{
    padding: 0;
}
html body div.list-group.list-group-flush ul li,
html body div.list-group.list-group-flush ul
{
    list-style: none;
}

/*

HIDE NAVBAR

*/

html body.admin-bar.home.page
{
    /* margin-top: 0; */
}
html body.admin-bar.home.page nav.navbar
{
    /* display: none; */
}

html body .navbar i.fa-brands
{
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 20px;
}
html body.page.home .navbar .socials
{
    margin-right: 165px;
}
html body:not(.home) .navbar .socials
{
    margin-right: 30px;
}
html body .navbar .socials a
{
    display: inline-block;
    position: relative;
    margin-top: 10px;
}
html body .navbar.navbar-expand-lg .navbar-nav
{
    margin-right: 0;
    margin-left: auto;
}

/*

NOTEPAD

*/

.notebook-paper 
{
    opacity: 0.9;
    width: 100%;
    height: auto;
    background: linear-gradient(to bottom, white 29px, #00b0d7 1px);
    margin: 2rem auto;
    background-size: 100% 30px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 160px;
    padding-right: 20px;
    /* overflow: hidden; // needed for paperclip ? */
    border-radius: 5px;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.notebook-paper:before 
{
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 140px;
  height: 100%;
  width: 1px;
  background: #db4034;
}
.notebook-paper .row
{
    margin-bottom: -7px;
}
.notebook-paper header.with-paperclip:before
{
    content: "";
    display: block;
    position: absolute;
    top: -83px;
    right: -60px;
    width: 200px;
    height: 200px;
    background-image: url(../img/clip.png);
}
.notebook-paper header 
{
    display: block;
    position: relative;
    padding-bottom: 14px;
}
.notebook-paper header h1 
{
  font-size: 60px;
  line-height: 60px;
  padding: 38px 0 0 0;
}
.notebook-paper header h2 
{
  font-size: 40px;
  line-height: 60px;
  padding: 45px 0 22px 0;
}
.notebook-paper header h3 
{
  font-size: 30px;
  line-height: 40px;
  padding: 57px 0 0 0;
}
.notebook-paper .content 
{
  margin-top: 7px;
  font-size: 20px;
  line-height: 30px;
}
.notebook-paper .content p 
{
  margin: 0 0 30px 0;
}
.notebook-stack
{
    display: block;
    position: relative;
}
.notebook-stack:before,
.notebook-stack:after
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #FFF;
    border: 1px solid #DDD;
    border-radius: 6px;
    box-shadow: 1px 2px 3px #444;
}
.notebook-stack:before
{
    transform: rotate(1deg);
}
.notebook-stack:after
{
    transform: rotate(-1deg);
}
.notebook-paper .note
{
    display: block;
    position: relative;
    padding: 0 33px 23px 0;
}
html body section.ground .paperclip
{
    display: block;
    position: absolute;
    top: -52px;
    right: -32px;
    width: 200px;
    height: 200px;
    background-image: url(../img/clip.png);
}
.notebook-paper .note:after,
.notebook-paper .note:before
{
    content: "";
    display: block;
    position: absolute;
    top: 60px;
    left: -105px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: #333;
    border: 3px solid #000;
    opacity: 0.65;
}
.notebook-paper .note:after
{
    top: auto;
    bottom: 60px;
}
.polaroid 
{
    opacity: 0.9;
    display: block;
    background: #FFFFFE;
    position: relative;
    padding: 2rem;
    border-radius: 5px;
    text-align: center;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2), 0px 0px 6px rgba(0, 0, 0, 0.2);
}
html body section .container .polaroid figcaption
{
    display: block;
    padding-top: 1.8rem;
    line-height: 2rem;
    font-family: monospace;
}
html body section .container .polaroid img 
{
    opacity: 1;
    border: 1rem solid #EEE;
}

html body .notebook-paper iframe,
html body .iframer iframe
{
    max-width: 100% !important;
    min-width: 100% !important;
}

/*

TIMELINE

*/

html body ul.timelines
{
    padding: 80px 0;
    margin: 80px 0 0;
}
html body ul.timelines li.year
{
    list-style: none;
    margin: 0;
}
html body ul.timelines li.year:before
{
    content: "";
    display: block;
    position: absolute;
    left: 40%;
    width: 10%;
    top: calc(50% - 2px);
    border-top-style: dashed;
    border-top-width: 4px;
}
html body ul.timelines:before
{
    content: "";
    display: block;
    position: absolute;
    top: -80px;
    left: calc(50% - 2px);
    width: 4px;
    height: 100%;
}
html body ul.timelines li.year .date
{
    display: block;
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    text-align: center;
    line-height: 80px;
    left: calc(50% - 40px);
    top: calc(50% - 40px);
}
html body ul.timelines li.year .posts
{
    display: block;
    position: relative;
    width: 40%;
}
html body ul.timelines li.year:nth-child(even)
{
    text-align: right;
}
html body ul.timelines li.year:nth-child(even) .posts
{
    margin-left: 60%;
}
html body ul.timelines li.year:nth-child(even):before
{
    right: 40%;
    left: auto;
}
html body ul.timelines .notebook-paper
{
    margin-top: -80px;
}

/*

RESPONSIVE

*/

@media (max-width: 1399px)
{
    html body .navbar-expand-lg .navbar-nav li.nav-item:before,
    html body .navbar-expand-lg #main-navigation form.search button small
    {
        display: none;
    }
    html body .navbar-expand-lg .navbar-nav li.dropdown:hover > a.nav-link,
    html body .navbar-expand-lg .navbar-nav li.fa > a.nav-link:hover,
    html body .navbar-expand-lg .navbar-nav li.fa > a.nav-link
    {
        padding-left: 15px;
        padding-right: 15px;
        margin-left: 0;
        margin-right: 0;
    }
    html body .dropdown:hover .dropdown-menu 
    {
        margin-left: 0;
    }
    html body section.fold h1
    {
        font-size: calc(var(--header-line-height) / 1.8);
    }
    html body .spotlight
    {
        margin-left: -75px;
        margin-top: -115px;
    }
    html body section.fold .container .spotlight img
    {
        margin: -10px 0 -15px 90px; 
    }
    html body.post-template-default.single.single-post section.wp-content div.card.pop:after
    {
        left: 219px;
    }
    html body.post-template-default.single.single-post section.wp-content div.card.pop:before
    {
        left: 217px;
    }
}
@media (max-width: 1199px)
{
    html body section.fold
    {
        padding-top: calc(var(--header-line-height) * 2);
    }
    .spotlight:before
    {
        width: 360px;
        height: 360px;
        border-radius: 180px;
        margin: 50px 0 0 225px;
    }
    section:hover .spotlight:before
    {
        margin: 100px 0 0 275px;
    }
    section.signup, section.slideshow
    {
        overflow: hidden;
        text-align: center;
    }
    html body section.fold h1
    {
        font-size: calc(var(--header-line-height) / 2);
    }
    html body section.fold h4
    {
        font-size: calc(var(--header-line-height) / 4);
    }
    html body section .carousel .carousel-inner .carousel-item .container img
    {
        position: relative;
        width: 60%;
    }
    html body .columns-3 ul.wp-block-post-template li.wp-block-post
    {
        width: calc(100% / 2);
    }
    html body.post-template-default.single.single-post section.wp-content div.card.pop:after
    {
        left: 179px;
    }
    html body.post-template-default.single.single-post section.wp-content div.card.pop:before
    {
        left: 177px;
    }
    html body .navbar-expand-lg .navbar-nav a.nav-link
    {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 991px)
{
    html,
    html body
    {
        margin-top: 0 !important;
    }
    html body
    {
        padding-top: calc(var(--header-line-height) - 3px) !important;
    }
    html body.admin-bar nav.navbar
    {
        top: 0 !important;
    }
    html body .navbar-expand-lg .navbar-nav li,
    html body section.fold .text-start
    {
        text-align: center !important;
    }
    html body section.fold
    {
        padding-bottom: calc(var(--header-line-height) * 2);
    }
    html body .navbar-nav.login-nav,
    html body .navbar-expand-lg form.search,
    html body #wpadminbar,
    html body section.fold .spotlight,
    html body section .carousel .carousel-inner .carousel-item .container img
    {
        display: none;
    }
    html body .navbar-expand-lg, 
    html body .navbar-expand-lg #navigation, 
    html body .navbar-expand-lg .navbar-nav, 
    html body .navbar-expand-lg .navbar-nav .nav-link
    html body .navbar
    {
        min-height: calc(var(--header-line-height) * 1.4) !important;
        height: auto !important;
        max-height: 100vh;
        overflow: auto;
    }
    html body .navbar .nav-link,
    html body .navbar .dropdown
    {
        line-height: 1.4rem;
    }
    html body .navbar .dropdown .dropdown-toggle
    {
        cursor: pointer;
    }
    html body .navbar-expand-lg
    {
        line-height: calc(var(--header-line-height) * 1.5) !important;
    }
    html body .navbar-expand-lg, 
    html body .navbar-expand-lg #navigation
    {
        max-height: 100vh !important;
        overflow: hidden !important;
    }
    html body .navbar-expand-lg .navbar-nav
    {
        min-height: 100vh !important;
    }
    html body .dropdown-toggle::after,
    html body .navbar .dropdown-menu,
    html body .navbar .dropdown-menu[data-bs-popper],
    html body .navbar-expand-lg .navbar-nav li,
    html body .navbar-expand-lg .navbar-nav li.fa > a.nav-link,
    html body .navbar-expand-lg .navbar-nav li.fa > a.nav-link:hover,
    html body .navbar-expand-lg .navbar-nav li.dropdown:hover > a.nav-link,
    html body .navbar-expand-lg .navbar-nav li,
    html body .navbar-expand-lg .navbar-nav li a
    {
        background: transparent;
        border-color: transparent;
    }
    html body .navbar-expand-lg .navbar-nav li.fa > a.nav-link,
    html body .navbar-expand-lg .navbar-nav li,
    html body .navbar .dropdown .dropdown-toggle::after,
    html body .navbar .dropdown .dropdown-menu
    {
        display: block;
    }
    html body .navbar .dropdown .dropdown-toggle,
    html body .navbar .dropdown:hover .dropdown-toggle,
    html body .navbar .dropdown .dropdown-toggle:hover,
    html body .navbar .dropdown-menu, 
    html body .navbar .dropdown-menu[data-bs-popper]
    {
        border-color: transparent;
        text-align: center;
    }
    html body .navbar .dropdown-menu
    {
        opacity: 1;
    }
    html body .navbar-expand-lg .navbar-nav
    {
        flex-direction: column;
        padding-bottom: calc(var(--header-line-height) * 1.5) !important;
    }
    html body .columns-3 ul.wp-block-post-template li.wp-block-post
    {
        width: 100%;
    }
    html body.post-template-default.single.single-post section.wp-content div.card.pop:after
    {
        left: 52px;
    }
    html body.post-template-default.single.single-post section.wp-content div.card.pop:before
    {
        left: 50px;
    }
}
@media (max-width: 767px)
{
    html body.post-template-default.single.single-post section.wp-content div.card.pop:after
    {
        left: 28px;
    }
    html body.post-template-default.single.single-post section.wp-content div.card.pop:before
    {
        left: 26px;
    }
}
@media (max-width: 565px)
{
    html body section .card.pop
    {
        padding: calc(var(--header-line-height) / 2);
    }
    html body.post-template-default.single.single-post section.wp-content div.card.pop:after
    {
        left: calc(50% - 38px);
    }
    html body.post-template-default.single.single-post section.wp-content div.card.pop:before
    {
        left: calc(50% - 40px);
    }
}

@media (max-height: 560px)
{
    
}

/*

XTEND

*/

html body 
{
    font-family: sans-serif;
    color: #FFF;
    text-align: center;
    margin-top: 0 !important;
}

.img-block {
    min-width: 100%;
}
.byline
{
    position: absolute;
    margin-top: calc(50vh - 32px);
}
.scrolling
{
    display: block;
    position: relative;
    z-index: 9;
}

/*

EXTEND COLOURS

*/

html body section.fold
{
    padding-top: 20rem;
    padding-bottom: 11rem;
    border-bottom: 25px solid #05052f;
}
html body section.fold:before
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/hex-land.jpg);
    background-size: cover;
    background-position: bottom;
    opacity: 0.30;
}
a.navbar-brand
{
    text-transform: lowercase;
}
html body.page.home section.fold .spotlight:before,
html body.page.home section.fold .spotlight:after
{
    display: none;
}
html body a.btn-triadic
{
    color: #FFF;
}
html body a.btn-triadic:hover
{
    color: #000;
}

html body .navbar-expand-lg .navbar-nav a.nav-link,
a {
    color: var(--color-primary);
    text-decoration: none;
}
html body .navbar-expand-lg .navbar-nav a.nav-link:hover, 
html body .navbar-expand-lg .navbar-nav a.nav-link.active,
a.active,
a:hover {
    color: var(--color-primary-dark);
    text-decoration: none;
}

#main-content
{
    padding: 0;
    position: fixed !important;
    width: 100%;
    left: 0;
    top: 60px;
    background: #2A2A2A;
    color: #FFF;
    height: calc(100vh - 55px);
    overflow-y: hidden;
    overflow-x: hidden;
    bottom: 0;
    z-index: 999999;
}
html body section.slideshow
{
    z-index: 999;
}
html body.blog section,
html body.archive section,
html body section.slideshow,
html body.page-template-page-template-mods section,
html body.page-template-page-template-tools section,
html body.page-template-page-template-store section,
html body.page-template-page-template-games section,
html body.page-template-page-template-authors section,
html body.page section.ground,
html body.single section
{
    background: #222831;
}
#main-content.activated
{
    overflow-y: auto;
}
html body #main-content section.dark.faq
{
    margin-bottom: -24rem;
}
#main-content .paragraphs p
{
    margin-bottom: 0;
    font-size: 1.1rem;
}
#main-content alert.alert-success
{
    background: #3f2c3b;
    color: #FFF;
}
html body.page-template-page-template-mods section.folded,
html body.page-template-page-template-tools section.folded,
html body.page-template-page-template-store section.folded,
html body.page-template-page-template-games section.folded,
html body.page-template-page-template-authors section.folded,
html body.single section.folded
{
    background: transparent;
    /*padding-top: 11rem;*/
}

html body .sidebar-module ul,
html body .sidebar-module ul li
{
    list-style: none;
}

html body.blog section.fold,
html body.archive section.fold,
html body.page.page-template-default section.fold
{
    background: transparent;
}
html body nav form.search,
html body.page.page-template-default section.fold::before
{
    display: none;
}
html body.page.page-template-default section.slideshow
{
    display: none;
}
html body.page.page-template-default section.dark.faq alert
{
    margin-bottom: 0;
}
html body.page.page-template-default section.ground
{
    padding: 6rem 0 24rem;
}
html body.page section.ground.paged,
html body.blog section.ground,
html body.archive section.ground
{
    padding: 10rem 0;
}

html body .entry-content ul,
html body .entry-content ul li
{
    text-align: left;
}

html body alert.alert .wp-block-post-featured-image,
html body alert.alert img
{
    margin-bottom: 15px;
}
html body alert.alert img:hover
{
    opacity: 0.65;
}

html body.blog section.fold,
html body.archive section.fold
{
    padding-top: 10rem;
    padding-bottom: 22rem;
}

html body .subtle
{
    opacity: 0.65;
}


html body .col-lg-9.text-justify
{
    text-align: justify !important;
}

html body.page section.fold:not(html body.home.page section.fold),
html body.blog section.fold,
html body.archive section.fold
{
    padding: 0;
}
html body.blog section.fold h1,
html body.archive section.fold .wp-block-query-title
{
    line-height: 444px;
}
html body.blog section.fold::before,
html body.archive section.fold::before
{
    background-position: center;
}

html body.single.single-tool section.folded
{
    padding: calc(3rem + 60px) 0 3rem;
}

.parallax {
  perspective: 100px;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.parallax__layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: 0.5s;
}
.parallax__layer img {
  display: block;
  position: absolute;
  bottom: 0;
  min-width: 100%;
}

.parallax__cover {
  background: #2D112B;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2000px;
  z-index: 2;
}

.parallax__layer.galaxy {
  transform: translateZ(50px) translateY(500px) scale(15);
}

.parallax__layer.planet 
{
    max-width: 700px;
    min-width: 700px;
    width: 700px;
    text-align: center;
    margin-left: auto;
    left: calc(50% - 350px);
    top: calc(50% + 350px);
    transform-origin: calc(700px - 50vw) center;
}

.parallax__layer.surface {
  transform: translateZ(0px) translateY(0px) scale(2);
}

.parallax__layer.galaxy img {
    opacity: 0.25;
    min-width: 100%;
    min-height: 100%;
}
.parallax__layer.galaxy:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    background-size: cover;
    opacity: 0.5;
}

.parallax__layer.planet img {
    margin-left: calc(-50vw + 350px);
    animation: rotating 300s linear infinite;
    transform-style: preserve-3D;
    min-width: 700px;
    width: 700px;
    -webkit-filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
     filter: drop-shadow(0 0 10px rgba(255, 255, 255, 0.9));
}

body {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 800% 800%;
    animation: gradient 15s ease infinite;
}
.logo 
{
    display: block;
    position: absolute;
    width: 100%;
    line-height: 100vh;
    text-align: center;
    z-index: 1;
    font-size: 80px;
    margin-top: -50px;
    opacity: 1;
}
.logo span {
    color: #19f6e8;
    font-size: 200%;
}

/*

MODDABLE

*/

html body nav.navbar
{
    z-index: 9999999 !important;
}
html body .card.user-card,
html body .card.user-card .card-body
{
    background: transparent;
}
html body section.slideshow:before
{
    content: "";
    display: block;
    position: absolute;
    top: -40rem;
    left: 0;
    width: 100%;
    height: 20rem;
    background: linear-gradient(0deg, rgba(17,17,17,1) 0%, rgba(17,17,17,0) 100%);
    z-index: 999;
}
html body section.slideshow
{
    margin-bottom: 6rem;
}
html body section.slideshow:after
{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20rem;
    background: linear-gradient(180deg, rgba(17,17,17,1) 0%, rgba(34, 40, 49, 1) 100%);
    z-index: 999;
}
html body section.slideshow #main-carousel
{
    background: #111;
}

html body nav.navbar a.navbar-brand
{
    display: inline-block;
    position: relative;
    text-indent: -999em;
    width: 174px;
    height: 42px;
    background: url(../img/moddable-logo-white.png);
    background-size: contain;
}
html body nav.navbar a.navbar-brand:hover
{
    opacity: 0.5;
}

html body .navbar .dropdown-menu
{
    background: linear-gradient(0deg, rgba(52,54,69,1) 0%, rgba(34,40,49,1) 100%);
}
html body .navbar .dropdown-menu li.menu-item a.dropdown-item:hover,
html body .navbar .dropdown-menu li.menu-item a.dropdown-item.active
{
    background: rgba(52,54,69,1);
}

html body .founder
{
    display: block;
    position: absolute;
    height: 300px;
    width: 220px;
    top: -50px;
    left: -15px;
    margin-bottom: -180px;
}
html body .founder:before
{
    content: "";
    display: block;
    position: absolute;
    width: 220px;
    height: 220px;
    background: #7890be;
    border: 5px solid #222;
    border-radius: 110px;
    z-index: 1;
}
html body .founder:after
{
    content: "";
    display: block;
    position: absolute;
    height: 300px;
    width: 200px;
    background: url(../img/ms-022.png);
    background-size: cover;
    transform: rotateY(180deg);
    top: -15px;
    left: 20px;
    z-index: 2;
}
html body .quote:before
{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    border-radius: 6px;
}
html body .container .quote:after
{
    content: "";
    display: block;
    position: absolute;
    bottom: calc(50% - 30px);
    left: -30px;
    width: 0; 
    height: 0; 
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent; 
    border-right: 30px solid #000; 
}
html body .container .quote
{
    padding: 1rem;
    margin: -10px 0 10px 0;
}
html body.single .founder
{
    margin-left: -30px;
}
html body.single .container .quote
{
    margin: -10px 0 10px 30px;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

p.mobile-only {
    padding-bottom: 50px;
    display: none;
}

/* 

RESPOMSIVENESS 

*/
@media (max-width: 1400px) {
    
}
@media (max-width: 1200px) {
    
}
@media (max-width: 992px) {
    html, body {
        min-height: 100vh;
        /* mobile viewport bug fix */
        min-height: -webkit-fill-available;
        height: auto;
        position: relative;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        -o-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }
    .parallax {
        position: relative;
        height: auto;
        width: 100vw;
        margin: 0;
    }
    .logo {
        display: block;
        position: relative;
        height: 100vh;
        width: 100vw;
        padding: 0;
        text-align: center;
    }
    .logo img {
        max-width: 100%;
        height: 30vh;
        width: auto;
        top: 50%;
        margin-top: calc(-20vh + -55px);
        margin-bottom: 0;
    }
    .logo small {
        width: 100%;
        margin-left: 0;
        font-size: 22px;
    }
    #bloqverse {
        height: auto;
        right: 0;
        left: 0;
        width: 100vw;
        border-left: none;
        overflow: hidden;
        opacity: 1 !important;
        position: relative;
    }
    .parallax__layer,
    .parallax__layer,
    #bot {
        display: none;
    }
    .parallax__layer.surface {
        display: block;
        height: 100vh;
        transform: translateZ(0px) translateY(0px) scale(1);
    }
    .parallax__layer.surface img {
        min-width: 100%;
        margin: 0;
        bottom: -100px;
    }
    p.mobile-only {
        display: block;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}