:root {
    --bg-color: #3c5ad2;
    --font-1: #f9f8ff;
    --font-2: #ff5b67;
    --font-3: #c9fce9;
    --font-4: #ff5b98;
    --green: #3f3;
    --dark:black;
    --dark-grey:#464555;

}

@font-face {
    font-family: 'pix';
    src: url('fonts/PxPlus_VGA_SquarePx.ttf'), url('fonts/PxPlus_VGA_SquarePx.woff');
}

@font-face {
    font-family: 'pix';
    src: url(../fonts/Web437_EagleSpCGA_Alt3-2y.woff) format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
}

html {
    font-size: 100%;
    /* scrollbar-color: #3f3 #00f; */
}

body {
    padding: 0;
    margin: 0;
    font-family: 'pix', monospace;
    background-color: var(--bg-color);
    color: var(--font-1);
    /* background-color: blue; */
    /* width: 100%; */
    /* background-color: var(--font-1); */
}

.column h1 {
    font-family: 'pix', 'Courier New', Courier, monospace;
    color: var(--font-2);
    text-decoration: overline var(--font-3);
    /* text-decoration: line-through var(--font-3); */
}

.title, .year{
    font-family: 'pix', 'Courier New', Courier, monospace;
    color: var(--font-2);
    font-size: 2rem;
}

.year{
    color: var(--font-1);
    text-decoration: underline var(--green);
}

.separator{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: space-around;
    margin: 20px 0 50px 0;
    font-family: 'pix', 'Courier New', Courier, monospace;
}

.container {
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0px;
    overflow-y: scroll;
}

.reveal {
    color: #00f;
    text-decoration: underline;
}

.reveal:hover {
    font-style: italic;
}

.video-container {
    width: 75%;
    display: block;
    margin: auto;
}

.video-container video {
    width: 100%;
}

.citation, .citation2, .citation3 {
    text-align: center;
    color: var(--font-1);
    text-decoration: underline var(--green);
    font-family: 'pix', 'Courier New', Courier, monospace;
}

.citation3{
    text-align: left;
}



div.citation a {
    color: #00f;
    /* text-shadow: 2px 2px var(--green); */
    /* text-decoration: underline #f00; */
}

.column {
    font-size: 2rem;
    padding: 5px;
    width: 60%;
    max-width: 550px;
    margin: auto;
    height: auto;
    color: var(--font-1);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: var(--dark-grey) 0px 0px 15px;
    padding: 1rem;
}



.column a {
    /* background: #fff; */
    /* font-size: 1.25rem; */
    color: var(--font-2);
    /* color: var(--green); */
    /* text-decoration: none; */
    /* font-weight: bolder; */
    /* text-shadow: -1px -1px var(--green); */
    /* font-family: 'Cormorant', serif;  */
    font-family: 'pix', monospace;
}

.column a:hover {
    /* font-weight: bolder; */
    background: var(--font-1);
    /* font-style: italic; */
    /* text-transform: uppercase; */
    text-decoration: underline var(--font-2);
}

.column b {
    background: #00f;
}

.column u {
    /* font-style: italic; */
    font-family: 'pix', monospace;
    /* font-size: 1rem; */
    color: var(--font-1);
    text-decoration: underline var(--green);
    font-style: italic;
    /* text-shadow: 1px 1px #fff; */
    /* letter-spacing: 2px; */
}




.column img {
    width: 100%;
    height: auto;
}

.column pre {
    font-size: max(0.25rem, 1vw);
}

.image {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image img{
    width: 85%;
    box-shadow: var(--dark)  0px 0px 10px;
}

.citation,
.column a,
.column p,
.column u,
.column q {
    font-size: 1rem;
}

.media {
    margin: 30px 0 0 0;
    width: 100%;
    height: 600px;
}

p.credits{
    font-size: 0.75rem;
    text-decoration: underline solid var(--green)  1px;
}

.small {
    font-size: 0.25rem;
}

.citation2{
    font-size: 1.5rem;
}
.citation3{
    font-size: 1rem;
}

.tags{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}

.tags p{
    /* color: var(--green); */
    text-decoration: underline var(--font-2);
    margin: 0 15px 10px 15px;
}

.projects{
    width: 100%;
}

#p5Sketch {
    position: fixed;
    z-index: -1;
    right: 0px;
    bottom: 0px;
    /* width: 200px;
    height: 200px; */
}

@media only screen and (min-device-width: 320px) and (max-device-width: 767px) {
    /* @media (max-width: 750px) { */
    /* @media (max-width: 600px) { */


    .column {
        width: 90%;
        height: auto;
        float: none;
        max-width: none;
    }

    /* .citation,
    .column a,
    .column p,
    .column u {
        font-size: 1.5rem;
    }
    .citation2 p{
        font-size: 1rem;
    } */



    .column pre {
        font-size: 0.65rem;
    }

}

/* Media Query */



/* .container {
    display: inline;
    position: relative;
    width: 100%;
    height: auto;
} */

/* .column:hover {
    width: 100%;
} */