iframe.lovehate {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body {
    /* background: pink; */
    /* background-image: url(https://wallup.net/wp-content/uploads/2019/09/257924-clouds.jpg); */
    /* background-image: url(https://p2.piqsels.com/preview/87/169/77/heaven-light-white-clouds.jpg); */
    /* background-image: url("./assets/suburbs.png"); */
    /* background-image: url("./assets/room.jpg"); */
    /* background-image: url(https://ar.toneden.io/37405154/unlocks/temp580405?cache=1594659784040); */
    background-color: #fddaef;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Helvetica, sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.02em;
    color: #784730;
    /* text-shadow: 0 0 5px white; */
    margin: 0px;
    width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    padding: 18px 18px;
}

body a {
    /* color: #605c5d; */
    color: #784730;
}

body a:hover,
nav a:active {
    /* font-style: italic; */
    color: #ffffff;
}

::-moz-selection {
    /* Code for Firefox */
    background: #ffffff;
}

::selection {
    background: #ffffff;
}

.ms-style .ms-style-override {
    color: white;
    font-family: 'Times New Roman', Times, serif;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    font-size: inherit;
    font-weight: normal;
    box-sizing: border-box;
}

main {
    z-index: 0;
    width: 100%;
}

main.reader {
    width: 50%;
}

ul {
    list-style: none;
}

p {
    margin: 18px 0px;
    /* background-color:white;
    padding:0.1em 0.2em;
    display: table;
    line-break: auto; */
}

/* .highlight {
    background-color:white;
    padding:0.1em 0.2em;
} */

/* TEXT */

.text-L {
    text-transform: uppercase;
}

.italics {
    font-style: italic;
}


/*******************
NAV
********************/
.nav {
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: space-between;
    margin: 27px 0px 36px 0px;
}

.nav-link {
    display: inline-block;
    position: relative;
    text-decoration: underline;
}

.nav-link a {
    text-decoration: none;
}

.nav-link a.active {
    text-decoration: none;
    color: #784730;
}


/*******************
MAIN 
********************/

.collage {
    position: absolute;
}

.entry {
    padding: 0px;
    margin: 0px;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    z-index: 0;
}

.entry img,
.entry video {
    width: 100%;
    height: auto;
    border: 3px solid #00000000;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}




.entry img:hover,
.entry video:hover {
    filter: hue-rotate(100deg);

    /* filter: invert(100%); */
    /* filter: blur(0px); */
    filter: brightness(200%);
}


/*******************
INDEX
********************/

.projects {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
    grid-gap: 1rem;
}

.projects li {
    display: inline-flex;
}

.projects li:before {
    margin: 0 10px 0 0;
    /* any design */
}

.projects li.listed:before {
    content: '✧  ';
}

.projects li.links:before {
    content: '♡  ';
}

.projects li.archive:before {
    content: '༄ؘ  ';
}

.projects img,
.projects video {
    width: auto;
    min-height: 100px;
    max-height: 100px;
}

.project-title {
    text-transform: uppercase;
    /* font-size: 12px;
    line-height: 18px; */
}


/*******************
PROJECT 
********************/

.project-element {
    margin-top: 18px;
}

.project-media {}

.project-media img,
.project-media video {
    margin-top: 18px;
    width: 100%;
    height: auto;
}

.project-video {
    width: 100%;
    margin-top: 18px;
    position: relative;
    padding-bottom: 62.5%;
    height: 0;
}

.project-video iframe {
    margin-top: 18px;
    position: absolute;
    top: 0;
    left: 0;
    width: 99.5%;
    height: 100%;
    border: none;
}

.project-press p,
.project-writing p {
    margin-top: 9px;
}


/*******************
INFO 
********************/

#info-container {
    background: #000000;
    color: white;
}

#info-container a {
    color: white;
}

#info-container a:hover {
    color: #ffffff;
}

#info-text {
    width: 50%;
}


/*******************
MOBILE 
********************/


/* On screens that are 768px wide or less, go from four columns to two columns */

@media screen and (max-width: 768px) {
    body {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0.02em;
    }

    .nav {
        position: inherit;
        z-index: 9;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }

    .nav-link {
        margin: 3px 0px 18px 0px;
        text-align: center;
    }

    main.reader {
        width: 75%;
    }

    .entry-index {
        display: block;
        margin: 18px 0px 18px 0px;
        position: relative;
    }

    .index-title {
        display: block;
        position: relative;
        left: 0;
        margin-top: 18px;
    }
}


/********/

.marquee {
    position: absolute;
    top: 9px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    /* background: yellow; */
    font-style: normal;
    /* font-size: 12px;
    line-height: 18px; */
    text-transform: uppercase;
    z-index: 99999999;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    will-change: transform;
    animation: marquee 120s linear infinite;
}

.marquee span a {
    text-decoration: none;
}

.marquee span:hover {
    animation-play-state: paused;
    cursor: pointer;
}

@keyframes marquee {
    0% {
        transform: translate(-50%, 0);
    }

    100% {
        transform: translate(-70%, 0);
    }
}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}


/* COLORS */

.white {
    color: white;
}

.white a {
    color: white;
}

a.white {
    color: white;
}

.black {
    color: black;
}

#active-link,
#active-link a {
    color: #784730;
}

.pink {
    color: #784730;
}

.hide {
    display: none;
}

button:hover {
    cursor: pointer;
}


/*******************
EFFERVESENCE
********************/

.effervesence {
    font-family: cursive;
    color: white;
    font-size: 108px;
    line-height: 156px;
    text-shadow: 5px 5px 5px hotpink;
    width: 100vw;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: lime;
    background: url('https://media.giphy.com/media/x8Jmfuz6xbVCM/giphy.gif');
    background-attachment: fixed;
    padding: 5% 10%;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
}

@media screen and (max-width: 768px) {
    .effervesence {
        font-size: 64px;
        line-height: 108px;
    }
}

.effervesence a {
    color: white;
}

.effervesence .copy ul {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    color: hotpink;
    text-shadow: none;
    display: inline-block;
    margin: 5px auto;
}

.effervesence .copy li {
    margin: 5px auto;
    background: white;
    display: inline-block;
}

.effervesence .copy li:before {
    content: '☁️  ';
}

.effervesence .copy a {
    font-size: 24px;
    line-height: 36px;
    color: hotpink;
}


/*******************
PRESENTATIONS
********************/

iframe.presentation-links-doc {
    width: 80%;
    min-height: 800px;
    margin: auto;
    display: block;
    border: none;
    filter: drop-shadow(0 0 10px white);
}

/*******************
SECRETS FROM A GIRL
********************/
.japanese {
    font-family: 'Noto Serif JP', serif;
}

.secrets {
    /* font-family: cursive; */
    color: black;
    font-size: 108px;
    line-height: 156px;
    text-shadow: 5px 5px 5px hotpink;
    width: 100vw;
    min-height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    /* background: url('https://www.wallpapershop.com.au/assets/full/43662.jpg?20210614144709'); */
    /* background: url('https://www.picgifs.com/wallpapers/wallpapers/moving/wallpapers-moving-200044.gif'); */
    background-attachment: fixed;
    padding: 5% 10%;
    /* Center the background image */
    background-position: center;
    /* Set the background image to no repeat */
    background-repeat: no-repeat;
    /* Scale the background image to be as large as possible */
    background-size: cover;
    text-align: left;
}

.secrets h1 {
    font-size: 36px;
    line-height: 38px;
}

.secrets a {
    color: black;
}

.secrets a:hover {
    color: #f099c1;
}

.secrets .copy {
    font-family: 'Times New Roman', Times, serif;
    /* font-style: italic; */
    font-size: 24px;
    line-height: 26px;
    text-shadow: none;
    display: block;
    margin: 5px auto;
    max-width: 44%;
}

img.poster {
    max-width: 100%;
}

.bold {
    font-weight: bold;
}

.secrets ::-moz-selection {
    /* Code for Firefox */
    background: #f099c1;
    color: white;
}

.secrets ::selection {
    background: #f099c1;
    color: white;
}

@media screen and (max-width: 897px) {
    .secrets .copy {
        font-size: 16px;
        line-height: 18px;
        max-width: 90%;
    }

    img.poster {
        max-width: 100%;
        text-align: center;
    }

    .secrets h1 {
        font-size: 22px;
        line-height: 24px;
    }
}