@font-face {
    font-family: 'Macula Solid';
    font-style: normal;
    font-weight: normal;
    src: local('Macula Solid'), url('assets/Macula Solid.woff') format('woff');
}

:root {
    --logo-color: #000823;
    --text-color: black;
    --body-width: 900px;
    background-color: black;
    image-rendering: pixelated;
    font-family: "Macula Solid";
}

body {
    color: var(--text-color);
    width: var(--body-width);
    text-align: center;
    margin: 0 auto;
    font-family: "Macula Solid";
    font-size: 0.8rem;
    background: url("assets/tex1.png");
    background-size: 200px;
    image-rendering: pixelated;
}

p {
    font-family: sans-serif;
}

.caution-border {
    border: solid 13px yellow;
    border-image: url("assets/caution-border.png") 13 repeat;
    background-image: url("assets/window.png");
    background-size: 100% 100%;
    background-color: black;
    color: white;
}

.grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    /*background: url("assets/tex2.png");*/
}

.vid-wrap {
    position: relative;
    padding-bottom: 56.25%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.creators-grid-top {
    display: grid;
    grid-template-columns: 1fr 2fr 2fr 1fr;
    gap: 10px;
}

.creators-grid-bot {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

#creators-desc {
    writing-mode: vertical-rl;
    text-orientation: upright;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff30;
}

#note {
    background: black;
    color: white;
    padding: 10px 0;
}

nav ul {
    display: inline-flex;
    flex-wrap: wrap;
}
ul {
    list-style: none;
    margin: 0;
    padding: 1rem 0;
}

li {
    padding: 0 1.2rem;
    /* should probably fill space here instead of const pad */
}

.card {
    display: flex;
    flex-direction: column;
    padding-bottom: 2rem;
}

.card h1 {
    flex-grow: 1;
    font-size: 1.5rem;
    margin: 1rem;
}

.card ul {
}

.card img {
    width: 70%;
    border-radius: 50%;
    position: relative;
    left: 15%;
}

.banner {
    margin: 10rem 0;
}

#creators {
}

header {
    background: black;
    border-radius: 0 0 50px 50px;
}

header img {
    object-fit: contain;
    height: 125px;
    width: 90%;
}

#hero a {
    border-radius: 5px;
    background: #816328;
    border: solid 10px #816328;
    color: white;
    margin-right: 2rem;
    font-weight: bold;
}

#hero p {
    margin-bottom: 2rem;
}

header {
    margin: 0;
}

header a {
    color: white;
    font-weight: bold;
}

header h1 {
    margin: 0rem;
    padding: 1rem 0;
}

#art-showcase {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

#art-showcase img {
    width: 100%;
}

#art .card {
    margin: 4rem;
}
