@import url("https://use.typekit.net/hgi5dod.css");

.center {
    display: grid;
    grid-column: 1;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

body {
    display: grid;
    grid-template-columns: 20vw;
}

.bodycopy {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgb(1, 1, 1);
    font-family: "futura-pt";
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
    z-index: 100;
}

.bodycopy-white {
    font-size: 1.2rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    font-family: "futura-pt";
    font-style: normal;
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
    z-index: 100;
}


.bodycopy a {
    color: rgba(1, 1, 1, 1);
    border-bottom: 0 solid rgba(127, 127, 127, 0.2);
    text-decoration: underline;
    text-decoration-color: #010101;
}

h1 {
    font-family: futura-pt;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    font-size: 2.5rem;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    letter-spacing: -0.02em;
    font-variation-settings: 'slnt' 0, 'MONO' 0;
    filter: drop-shadow(0.5rem 0.5rem 0.50rem rgba(0, 0, 0, 0.48));
    display: inline-block;
    will-change: filter;
    padding: 0.1em;
}


h1 a {
    text-decoration: none;
}


h2 {
    font-family: futura-pt;
    font-style: normal;
    font-weight: 500;
    margin: 0;
    font-size: 2.5rem;
    line-height: 1;
    color: rgba(255, 255, 255, 0.85);
    letter-spacing: -0.02em;
    font-variation-settings: 'slnt' 0, 'MONO' 0;

}


.h3 {
    font-family: futura-pt;
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 400;
    color: rgba(1, 1, 1, 1);
    line-height: 1.2;
    letter-spacing: 0;
    display: block;
    z-index: 100;
}

.h4 {
    font-family: futura-pt-bold;
    font-style: normal;
    font-size: 0.8rem;
    font-weight: 20pt;
    color: rgba(1, 1, 1, 1);
    line-height: 1.2;
    letter-spacing: 0;
    display: inline;
    z-index: 100;
    background-color: white;
    padding: 4px;
    border-radius: 8px;
}

.statement {
    position: relative;
    display: grid;
    grid-column: 2;
    align-items: center;
    justify-content: center;
    height: auto;   
    width: auto;
    margin: 4rem;
}

.statement, .side-row {
    margin-top: 5rem;
}

.statement, .side-row, .on-container {
    padding: 25px;
}


.side-row {
    position: absolute;
    width: 20vw;
    display: grid;
    align-content: space-evenly;
    grid-template-rows: repeat(3, auto);
    gap: 10px;
    background-color: none;
    z-index: 1;
}

.shr {
    font-size: .75rem;
    opacity: 70%;
}

.shr2 {
    font-size: .75rem;
    opacity: 80%;
}

.outlined {
    position: fixed;
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: black;
    -webkit-text-stroke: 2px white;
    margin: 10px;
    padding: 10px;

}

.on-container {
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: center;
    position: absolute;
    height: 4rem;
    top: 0px;
    z-index: 2;
    width: 20vw;    
}

.on-list-item {
    background-color: #262626;
    padding: 10px;
    border-radius: 10px;
    border: 2px rgb(255, 255, 255, .15) solid;
    transition: .25s;
    margin: 10px;
}

.on-list-item:hover {
    background-color: #3f3f3f;
    transition: .25s;
    border-radius: 15px;
    transform: scale(1.05);
    cursor: pointer;
}

.placard {
    font-weight: thin;
    margin: 0;
    font-size: 2.5rem;
    line-height: 1;
    color: rgba(255, 255, 255, 1);
    letter-spacing: -0.02em;
    padding: 0.1em;
    text-transform: lowercase;
    position: fixed;
    right: 15px;
    top: 15px;
    background-color: #00000000;
}

.placard-container {
    position: absolute;
    display: flex;
    top: 0px;
    right:0px;
    justify-content: right;
    align-items: right;
}