: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.dropdown: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;
}

/*

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;
}
.dropdown: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
{
    padding-bottom: 0;
    overflow: hidden;
}
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.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.fold .bg-cover img
{
    display: block;
    position: relative;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    z-index: 1;
}

/*

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,
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 .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: auto;
    margin-left: 0;
}

/*

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)
{
    
}