@font-face {
    font-family: "Space Mono";
    src: url("./SpaceMono-Regular.ttf   ");
}

@font-face {
    font-family: "Archivo Black";
    src: url("./ArchivoBlack-Regular.ttf");
}

@font-face {
    font-family: "IBM Plex";
    src: url("./IBMPlex.ttf");
}

html {
    height: 100%;
    background-color: rgb(32, 32, 32);
    scroll-behavior: smooth;
}

body {
    height: 100%;
    margin: 0;
    font-family: 'Space Mono';
}

#main {
    position: relative;
    background-color: rgb(32, 32, 32);
    height: 200%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

#main-area {
    flex: 1;
    display: flex;
    flex-direction: column;
}

#bg-image {
    background-image: url("./bg.svg");
    height: 100%;
    position: fixed;
    left: 30%;
    right: 0;
    height: 1300px;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(32px);
    opacity: 0.5;
    top: -100px;
    pointer-events: none;
}

.link {
    cursor: pointer;
    color: white;
    text-decoration: none;
}

#links {
    flex-direction: row;
    height: 100px;
    display: flex;
    justify-content: center;
}

.link-wrapper {
    height: 100%;
    width: auto;
    align-content: flex-start;
    text-align: center;
}

.link-span {
    color: white;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 18px;
    letter-spacing: 0.06em;
    font-style: normal;
}

.link-span:hover .link {
    text-decoration: underline;
}

#footer {
    height: 100px;
    display: flex;
    flex-direction: row;
}

#content-area {
    letter-spacing: -0.04em;
    text-transform: uppercase;
    font-size: 120px;
    color: white;
    text-align: center;
    font-family: "Archivo Black";
    box-sizing: border-box;
}

.blinky {
    border-right: 4px white solid;
    border-left: 4px transparent solid;
}

.footer-item {
    height: 100%;
    display: block;
    color: white;
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5;
    font-size: 24px;
    letter-spacing: 0.06em;
    font-style: normal;
    align-content: flex-end;
}

.first {
    text-align: left;
}

.last {
    text-align: right;
}

.spacer {
    flex: 1
}

.fixed-spacer.row {
    width: 64px;
}

.fixed-spacer.col {
    height: 48px;
}

.team-content {
    flex: 1;
    flex-direction: row;
    display: flex;
}

#team {
    flex: 1;
    display: flex;
    flex-direction: column;
    color: white;
}

#team-members {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.team-member {
    border-bottom: white solid 1px;
    height: 100px;
    font-size: 18pt;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#team-label {
    text-transform: uppercase;
    font-size: 24pt;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.member-info {
    display:flex;
    flex-direction: column;
    text-transform: uppercase;
    text-align: right;
    font-size: 12pt;
}

.member-name {
    font-family: "IBM Plex";
}

#core-team {
    height: 100px;
    align-content: center;
    margin-top: -10px;
}
