@font-face {
    font-family: 'VCRFont';
    src: url(fonts/VCR_OSD_MONO_1.001.ttf) format("truetype");
}

@font-face {
    font-family: 'PixelFont';
    src: url(/fonts/C&C\ Red\ Alert\ [INET].ttf) format("truetype");
}

h1 {
    color: white;
    font-family: "VCRFont", sans-serif;
    font-size: 3em;
    font-weight: lighter;
}

p1 {
    color: white;
    font-family: "PixelFont";
    font-size: 1.5em;
    font-weight: lighter;
}

body {
    background-color: black;
    display: flex;
    flex-direction: column;
    /* border: white .5rem solid; */
}

header {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: orange .5rem solid; */
}

nav {
    display: flex;
    flex-direction: column;
    max-width: 700px;
    position: relative;
    margin-top: 30px;
    /* border: yellow .5rem solid */
}

main {
    display: flex;
    justify-content: center;
    min-height: 100vh;
    background-color: rgb(88, 88, 88);
    background-size: cover;
    background-blend-mode: multiply;
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgb(0, 0, 0, 0)), url(img/abstract-geometric-background-shapes-texture.jpg);
    /* border: blue .5rem solid; */
}

.AboveTV {
    display: flex;
    justify-content: center;
}

.TopShelf {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 40px;
}

.bookshelf img {
    height: auto;
    width: 450px;
}

#VHSPlayer {
    width: 128px;
    height: auto;
    margin-left: 50px;
}

#SonyTV {
    width: 128px;
    height: auto;
}

#BonsaiTree {
    width: auto;
    height: 128px;
}

#GameboyAdvanceSP {
    height: 48px;
    width: auto;
    margin-right: 40px;
}

.BottomShelf {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    position: absolute;
    top: 184px;
    left: 10px;
}

.OnShelf {
    margin: 0px 10px 0px 5px;
}

#GameCube {
    width: 64px;
}

#PS2andPuzzle {
    width: 128px;
}

.VHSTapes {
    height: 90px;
    margin: 0px 3px 0px 3px;
}

#VHSLostFlowers {
    width: 90px;
    height: auto;
    margin-right: 17px;
}

.VHSTapes:hover {
    transform: scale(1.1);
    transition: 0.2s;
}

.TVScreen {
    position: absolute;
    top: 51px;
    left: 197px;
}

.OnScreen {
    width: 104px;
    height: auto;
    position: absolute;
}

.Section1 {
    display: flex;
    flex-direction: column;
    margin: 3rem;
    width: 80vw;
    max-width: 60rem;
    /* border: red .5rem solid; */
}

.writeFooter {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-height: 1000px;
    /* border: green .5rem solid; */
}

#DepthOfMind {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

@media (max-width: 600px) {
    nav {
    display: flex;
    flex-direction: column;
    max-width: 315px;
    position: relative;
    margin-top: 2rem;
    /* border: yellow .5rem solid */
    }
    
    .TopShelf {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 28px;
    }

    .bookshelf img {
        height: auto;
        width: 315px;
    }

    #VHSPlayer {
        width: 89.6px;
        height: auto;
        margin-left: 21px;
    }

    #SonyTV {
        width: 89.6px;
        height: auto;
    }

    #BonsaiTree {
        width: auto;
        height: 89.6px;
    }

    #GameboyAdvanceSP {
        height: 33.6px;
        width: auto;
        margin-right: 40px;
    }

    .BottomShelf {
        display: flex;
        justify-content: space-evenly;
        align-items: baseline;
        position: absolute;
        top: 128.8px;
        left: 7px;
    }

    .OnShelf {
        margin: 0px 7px 0px 3.5px;
    }

    #GameCube {
        width: 44.8px;
    }

    #PS2andPuzzle {
        width: 89.6px;
    }

    .VHSTapes {
        height: 62.3px;
        margin: 0px 2.1px 0px 2.1px;
    }

    #VHSLostFlowers {
        width: 62.3px;
        height: auto;
        margin-right: 11.9px;
    }

    .VHSTapes:hover {
        transform: scale(1.1);
        transition: 0.2s;
    }

    .TVScreen {
        position: absolute;
        top: 35.4px;
        left: 137.9px;
    }

    .OnScreen {
        width: 72.8px;
        height: auto;
        position: absolute;
    }
}