@font-face {
    font-family: "type-machine";
    src: url(/fonts/Type\ Machine.ttf);
}

@font-face {
    font-family: "mieszkanie";
    src: url(/fonts/mieszkanie9.otf);
}

@font-face {
    font-family: "ani-typewriter";
    src: url(/fonts/AniTypewriter.ttf);
}

@font-face {
    font-family: "quicksand";
    src: url(/fonts/Quicksand-VariableFont_wght.ttf);
}

@font-face {
    font-family: "incolsolata";
    src:url(/fonts/Inconsolata/Inconsolata-VariableFont_wdth\,wght.ttf);
}

@font-face {
    font-family: anonymous-pro;
    src: url(/fonts/AnonymousPro-Regular.ttf);
}


* {
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url(/pictures/starry-background.jpg);
    background-repeat: repeat;
}

a {
    text-decoration: underline;
    color: black;
}

.card__list-item {
    margin: 5px 0;
}

.container {
    margin: auto;
    max-width: 1000px;
}

.navbar-container {
    display: flex;
    flex-direction: row; 
}

.navbar {
    display: flex;
    flex-direction: row;
    height: 60px;
    width: 50%;
    justify-content: space-around;
}

.button {
    background-color: blue;
    border: 2px solid black;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.button__link {
    font-family: monospace, 'Courier New', Courier;
    font-weight: 600;
    font-size: 20px;
}

.player-container {
    display: flex;
    width: 50%;
    flex-direction: row;
    justify-content: space-between;
}

.song-player {
    height: 100%;
    width: 60%;
    background-color: blue;
    border: 2px solid black;
}

.song-data {
    height: 100%;
    width: 40%;
    background-color: blue;
    border: 2px solid black;
}

.hero-image {
    height: 350px;
}

.welcome {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 465px;
    background-color: black;
}

.welcome__title {
    margin-left: 50px;
    color: blue;
    font-size: 50px;
    font-family: quicksand, Helvetica, sans-serif;
    font-weight: 700;
    background-color: rgba(0, 0, 0, 0.7);
}

.welcome-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    height: 100%;
}

.welcome__quote {
    margin-top: 15px;
    margin-left: 50px;
    color: grey;
    font-family: inconsolata, sans-serif;
    font-weight: 400;
    font-style: italic;
}

.welcome-container--text-box {
    align-items: center;
}

.text-box {
    position: relative;
    top: 10px;
    height: 65%;
    width: 240px;
    background-color: blue;
    padding: 22px 60px 15px 22px;
    font-family: monospace,'Courier New', Courier;
    font-size: large;
    overflow-y: scroll;
}

.text-box__text {

}

.background-display {
    height: 650px;
    width: 100%;
    background-image: url(/pictures/outside-moon.jpg);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.card {
    height: 536px;
    width: 244px;
    border: 2px solid black;
    background-color: black;
}

.card--middle {
    width: 393px;
}

.card__list {
    width: 100%;
    height: 167px;
    background-image: url(/pictures/lined-paper.png);
}

.card__margin {
    width: 40px;
}

.card__image {
    width: 100%;
    height: 100%;
    background-image: none;
}

.card__banner {
    height: 62px;
    width: 100%;
    border: 3px solid black;
    background-color: blue;
    padding: 0px 7px;
}

.card__heading {
    color: black;
    font-family: anonymous-pro,monospace, Courier;
    text-align: center;
    font-weight: 100;
}

.card__list--blue {
    font-family: anonymous-pro;
    color: blue;
}

.card--paper-bg {
    border: none;
    background-color: white;
}

.polaroid {
    background-image: url(/pictures/polaroid-texture.jpg);
    height: 244px;
    width: 244px;
    box-shadow: 0px 2px 7px;
    display: flex;
    justify-content: center;
}

.polaroid__picture {
    margin-top: 15px;
    width: 206px;
    height: 175px;
}

.footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 65px;
    border: 3px solid black;
    background-color: blue;
}

.footer__license {
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__credit {
    width: 30%;
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer__text {
    font-family: anonymous-pro;
    font-weight: 100;
    color: white;
    text-align: center;
    text-decoration: inherit;
}

.footer__text--left-align {
    text-align: left;
}

.footer__credit-holder {
    margin-right: 15px;
}

.paperclip {
    height: 7%;
    position: absolute;
    z-index: 1;
    rotate: 30deg;
}

@media screen and (max-width:480px) {

    body {
        width: 100%;
        background-image: none;
        background-color: black;

    }
    .container {
        height: auto;
    }

    .welcome {
        flex-wrap: wrap;
        flex-direction: column;
        height: auto;
    }

    .navbar-container {
        height: 120px;
        flex-direction: column;
    }

    .player-container{
        height: 100%;
        width: 100%;
    }

    .navbar {
        width: 100%;
    }

    .hero-image {
        height: 100%;
    }

    .welcome-container {
        margin: 30px 0px;
        width: 100%;
    }

    .text-box {
        width: 100%;
    }

    .background-display {
        flex-wrap: wrap;
        height: 100%;
    }

    .card {
        width: 100%;
    }

    .card--paper-bg {
        width: initial;
    }

    .footer {
        flex-direction: column;
        height: fit-content;
    }

    .footer__license {
        width: 100%;
        height:fit-content
    }

    .footer__credit {
        width: 100%;
        height:fit-content;
    }

    .footer__credit-holder {
        margin: 5px 0;
    }

    .footer__text {
        margin: 10px 0;
        font-size: 10px;
    }

}


/* stolen code :p gonna examine how this works later on. SNITCHES GET STITCHES! */

.carnet {
    position: relative;
    background-image: repeating-linear-gradient(transparent 0px, transparent calc(1.5em - 1px), blue 1.5em, blue 1.5em), linear-gradient(to right, transparent 0px, transparent 2em, pink 2em, pink calc(2em + 1px), transparent 2em, transparent calc(2em + 2px), pink 2em, pink calc(2em + 3px), transparent 2em);
    line-height: 1.5;
    margin: 1em auto;
    padding: 1.5em 0.5em 1.5em 3em;
    width: 200px;
    border: 1px solid rgb(153, 153, 153);
    background-color:white;
    color:black
}

/* listen to more rap music and listen to it critically, btw, you racist shits */