
@font-face {
    font-family: "LincolnMITRE";
    src: url("/fonts/LincolnMITRE-LM5x7.woff2") format("woff2"), url("/fonts/LincolnMITRE-LM5x7.woff") format("woff");
    font-display: swap;
}

.sticker--menu {
    fill: #ffffff;
}

.nav__modal {
    background-color: #000000;
}

::selection {
    color: #000000;
    background-color: #FFFFFF;
}

body {
    background-color: #000000;
}

p {
    color: #ffffff;
}


.nav__samuel span:nth-child(1),
span:nth-child(8) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(2),
span:nth-child(9) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(3),
span:nth-child(10) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(4),
span:nth-child(11) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(5),
span:nth-child(12) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(6),
span:nth-child(13) {
    color: #FFFFFF;
}
.nav__samuel span:nth-child(7) {
    color: #0093CC;
}


/* New CSS */

.grid__desc button,
.grid__desc button div {
    text-decoration: underline;
    /* font-weight: bold; */
}

.grid--info.grid--the-kennedys-2022-london {
    grid-template-columns: 1fr 0.6fr;
    z-index: 40;
}

.grid--project.grid--the-kennedys-2022-london {
    grid-template-columns: 160px 1fr;
    z-index: 5;
}

.grid__nav.grid--the-kennedys-2022-london {
    position: fixed;
    right: var(--padding);
    bottom: var(--padding-bottom);
    pointer-events: none;
    z-index: 20;
}

.grid__nav.grid--the-kennedys-2022-london a {
    pointer-events: auto;
}

/* End New CSS */


.grid__info .grid__modal {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: #000000ee;
    cursor: pointer;
    pointer-events: auto;
    z-index: 200;
    visibility: hidden;
}

.grid__info .grid__modal .grid__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4vw;
}

.grid__info .grid__modal .grid__img {
    position: relative;
    margin-bottom: var(--padding);
    height: auto;
    width: 24vw;
}

.grid__info .grid__modal p {
    font-family: "LincolnMITRE";
    font-weight: normal;
    font-size: 2.4vw;
    /* font-size: 2.4rem; */
    color: #ffffff; 
    filter: drop-shadow(0px 0px 4px #00E0FF);
    -webkit-filter: drop-shadow(0px 0px 4px #00E0FF);
}

.grid__info .grid__modal--company {
    align-items: flex-start;
    overflow: scroll;
    overflow-x: hidden;
}

.grid__info .grid__modal--company__img {
    padding: 15% 0;
    width: 60vw;
}


.grid--project.grid--the-kennedys-2022-london p {
    font-family: "LincolnMITRE";
    font-weight: normal;
    font-size: 2.4rem;
    color: #ffffff; 
    filter: drop-shadow(0px 0px 4px #00E0FF);
    -webkit-filter: drop-shadow(0px 0px 4px #00E0FF);
    pointer-events: none;
    visibility: hidden;
}

form {
    font-family: "LincolnMITRE";
    font-weight: normal;
    font-size: 2.4rem;
    color: #ffffff; 
    pointer-events: none;
}

.section {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
}

.grid--project.grid--the-kennedys-2022-london a, 
.grid--project.grid--the-kennedys-2022-london button, 
.grid--project.grid--the-kennedys-2022-london input {
	background: none;
	color: inherit;
	border: none;
	font: inherit;
	cursor: none;
	outline: inherit;
    text-decoration: none;
}

.grid--project.grid--the-kennedys-2022-london form {
    position: relative;
}

.grid--project.grid--the-kennedys-2022-london input {
    filter: drop-shadow(0px 0px 4px #00E0FF);
    -webkit-filter: drop-shadow(0px 0px 4px #00E0FF);
    caret-color: #000000;
}

/* Truth */

#truth {
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    position: absolute;
    right: 0;
    bottom: 0;
    padding-bottom: 32px;
    background-color: transparent;
    z-index: 100;
    pointer-events: none;
}

#truth p {
    color: #FF0000;
    filter: drop-shadow(0px 0px 4px #FF0000);
    -webkit-filter: drop-shadow(0px 0px 4px #FF0000);
}


/* Kennezac */

#flashing-warning {
    z-index: 1;
}

#flashing-warning p {
    font-family: var(--font-family);
    /* font-weight: var(--font-weight); */
    font-size: 1.1rem;
    color: #ffffff;
    filter: none;
    -webkit-filter: none;
}

#kennezac {
    z-index: 0;
}


#citizen {
    visibility: hidden;
    z-index: 1;
}

#citizen form {
    visibility: hidden;
}

#citizen-scan {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000000;
    visibility: hidden;
    z-index: 2;
}

#citizen-scan p {
    visibility: inherit;
}

.citizen-scan-lines {
    opacity: 0;
    visibility: hidden;
}

#citizen-scan-complete {
    opacity: 0;
    visibility: hidden;
}

#initializing {
    visibility: hidden;
    z-index: 3;
}

#purpose {
    visibility: hidden;
    z-index: 4;
}

#function {
    visibility: hidden;
    z-index: 5;
}

#alert {
    visibility: hidden;
    z-index: 6;
}

#alert p {
    color: #FF0000;
    filter: drop-shadow(0px 0px 4px #FF0000);
    -webkit-filter: drop-shadow(0px 0px 4px #FF0000);
}

#burn {
    visibility: hidden;
    z-index: 6;
}

#accounts {
    visibility: hidden;
    z-index: 7;
}

.accounts-flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

#burn-down {
    visibility: hidden;
    z-index: 8;
}

#twitter {
    visibility: hidden;
    z-index: 9;
}

#twitter-count {
    position: absolute;
    bottom: 32px;
}

#be-free {
    visibility: hidden;
    z-index: 10;
}


@media (max-width: 766px) {
    .nav__menu {
        display: none;
    }
    .grid--info.grid--the-kennedys-2022-london {
        grid-template-columns: 1fr 0;
        position: relative;
        margin-top: calc(98vh - calc(var(--padding) * 4));
        margin-top: calc(98svh - calc(var(--padding) * 4));
        padding-top: 0;
        padding-bottom: var(--padding);
        height: fit-content;
        z-index: 20;
        opacity: 0.3;
    }
    .grid--info .grid__info {
        padding-right: 0;
    }
    .grid--info .grid__modal .grid__grid {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(3, 1fr);
    }
    .grid__info .grid__modal .grid__img {
        min-width: 160px;
    }
    .grid__info .grid__modal p {
        font-size: 1.4rem;
    }
    .grid__modal--company__img {
        padding: 15% 5%;
        width: 100%;
    }
    .grid--project.grid--the-kennedys-2022-london {
        grid-template-columns: 0 1fr;
        position: fixed;
        top: 0;
        left: 0;
        margin-top: 0;
        height: 98vh;
        height: 98svh;
        width: 100%;
        background-color: #000000;
        padding: var(--padding);
        z-index: 10;
    }
    .grid--project #flashing-warning {
        padding-right: calc(60px + var(--padding))
    }
    .grid--project.grid--the-kennedys-2022-london p,
    form {
        font-size: 1.4rem;
    }
    .grid__nav.grid--the-kennedys-2022-london {
        position: relative;
        right: 0;
        bottom: 0;
    }
}