
/* Bootstrap Icon Font */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500&family=Assistant:wght@100;300&family=Open+Sans:wght@300;400;500;700;800&display=swap');

body, html {
    color: black;
    font-family: "Open Sans", sans-serif;
    /* overflow-x: hidden; */
    margin: 0;
}

p {
    margin-bottom: 0;
}

a, a:active, a:visited {
    text-decoration: none;
    color: inherit !important;
}

a:hover {
    opacity: .5;
}

a.p_link {
    text-decoration: underline;
}

a.p_link:hover {
    opacity: .5;
    text-decoration: none;
}

a:not([href]):hover {
    opacity: 1;
}

small.lines {
    display: inline-block;
    max-width: 100%;
    overflow-x: clip;
    margin-top: .8em;
}

div.quote {
    font-size: .9em;
    line-height: 2em;
    border-left: black solid 2px;
    padding: .5em 1em .5em 2em;
}

table.contents {
    table-layout: fixed;
    width: 100%;
    font-size: .8em;
    line-height: 1.5em;
}

table.contents th,
table.contents td {
    vertical-align: top;
    border: solid #cbcbcb 1px;
    padding: .5em;
}

table.contents.col_1_gray td:first-child {
    color: gray;
}

i.new-tab-icon {
    margin-left: .3em;
    margin-right: -.5em;
    display: inline-block;
    width: 1.2em;
    height: 1.3em;
    opacity: 0;
}

a:hover i.new-tab-icon {
    opacity: 1;
}

.no-select, sup {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
}

.container {
    padding-top: 3.6rem;
    text-align: center;
}

.process.container {
    width: 100%;
    max-width: 100%;
    background: #e3e3e3;
}

.container p,
.container > div,
body:not([data-page-current]) .container div {
    display: inline-block;
}

.back_to {
    width: 100%;
    text-align: left;
    margin-bottom: 2rem;
    font-size: 0.8em;
}

.back_to a {
    padding: 1.5rem;
    padding-left: 0;
}

.work {
    width: 100%;
    text-align: left;
    margin-bottom: 4rem;
}

@media not (max-width: 960px) {
    .back_to { padding-left: 10em; }
    .work    { padding-left:  8em; }
}

.work .title {
    font-style: italic;
}

.work .date {
    font-weight: lighter;
    font-style: normal;
    margin-left: .5em;
}

.work .subtitle {
    font-size: 0.8rem;
    font-style: italic;
    font-weight: bold;
}

.work_intro {
    max-width: 40em;
    margin-top: 1em;
    margin-bottom: 3em;
    padding-left: 1em;
    padding-right: 1em;
}

.fill_horizonal {
    width: 100%;
    font-size: 0;
    overflow: hidden;
}

.fill_horizonal > * { display: inline-block }

.items_2 > div { max-width: 50% }
.items_3 > div { max-width: 33.33% }
.items_4 > div { max-width: 25% }

@media (max-width: 960px) {
    .items_2_mobile > div { max-width: 50% }
}

.photo_wall {
    font-size: 0;
    width: 90%;
    margin-bottom: 10rem;
}

.photo_wall > div { display: block }
.photo_wall > div > div {
    padding: 0.15rem;
    vertical-align: top;
}

/* --------------------------------- BUTTON -------------------------------- */

.more-btn, .close-btn, .bookmark-btn {
    display: block;
    position: fixed;
    cursor: pointer;
}

.more-btn {
    font-size: 2rem;
    top: 1.6rem;
    right: 2rem;
    padding: .6rem 1.2rem;
}

.bookmark-btn,
.close-btn {
    font-size: 1.7rem;
    top: 0.75rem;
    right: 1.6rem;
    padding: 1.7rem;
}

.bookmark-btn i,
.close-btn i {
    color: white;
}

/* --------------------------------- FOOTER -------------------------------- */

footer {
    margin: 4em;
}

footer .links {
    text-align: left;
}

footer .links i {
    font-size: 1.2em;
}

footer .links a {
    display: inline-block;
    position: relative;
    padding: 1em;
    margin: 1em;
}

footer a:hover {
    opacity: .3;
}

@media (max-width: 500px) {
    footer {
        margin: 1em;
        margin-bottom: 3em;
    }
    footer .links i {
        font-size: 1.4em;
    }
    footer .links a:first-of-type {
        margin-left: 1.45em;
    }
}

/* ------------------------------------------------------------------------- */


iframe {
    max-width: 100%;
}


.clear_center {
    width: 100%;
    text-align: left;
}

.text_left {
    text-align: left;
}

.text_right {
    width: 100%;
    text-align: right;
}

.text_vertical {
    text-align: left;
    writing-mode: vertical-rl;
    text-orientation: upright;
}

p.small, small {
    font-size: .7em;
}

p.bold, b, strong {
    font-weight: bolder;
}

hr {
    margin: 4em;
}

.button-outline {
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 10em;
    padding: 1em;

}

.all-caps {
    text-transform: uppercase;
}


:root {
    --LINK-ACCENT-COLOR: royalblue;
}


.hidden {
    display: none !important;
}

@media print {

    .no-print, .no-print * {
        display: none !important;
    }
}
