@font-face {
    font-family: Fairway-Skatepark;
    src: url("FairwaySkatepark-Regular.otf") format("opentype");
    size-adjust: 170%;
}

.navbar {
    position: sticky;
    top: 0;
    padding: 1vh 1.2vw;
    color: #f1f1f1;
    display: flex;
    justify-content: flex-end;

    font-size: 24px;
}

.navbar a {
    text-decoration: none;
    color: white;
    padding: 1vh 1.2vw;
}


html, body {
    background-color: black;
    color: white;
    font-family: Fairway-Skatepark, Sedgwick Ave Display, fantasy;
}

h1, h2, h3, h4, h5, h6 {
    text-align: center;
}

h1 {
    font-size: 54px;
}

h2 {
    font-size: 24px;
}

.crop {
    margin: auto;
    width: 50%;
    aspect-ratio: 36 / 17;
    overflow: hidden;
}

#logo {
    -webkit-filter: invert(100%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.artist {
    display: flex;
    align-items: flex-start;
    gap: 2%;
    margin-left: 2%;
    margin-right: 2%;
}

#artist-img {
    width: 40%;
}

#artist-img img{
    width: 100%;
}

#artist-text {
    width: 60%;
    font-size: 20px;
}


.footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background-color: black;
    border-top: darkgray 1px solid;
}

.links {
    margin-right: auto;
    display: flex;
}

.links a img {
    height: 30px;
    padding-inline: 10px;
}

.legal {
    font-family: Roboto;
}

.imprint {
    margin-left: auto;
}

.imprint a {
    color: white;
    text-decoration: none;
    font-size: 24px;
    padding-right: 12px;
}
