@import url('https://fonts.googleapis.com/css2?family=Boldonse&display=swap');
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');

::selection {
    background: #ffffff;
    color: initial;
    filter: invert(100%);
}
body{
    background-color: #000000;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    margin: 0%;
    font-size: xx-large;
    font-family: JetBrains Mono, monospace;
    font-weight: 0;

    background-image: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)), url(rsc/mountain.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-size: 105%;
}
.highlight{
    font-family: Boldonse, sans-serif;
}   
.title{
    text-align: center;
}
p{
    margin: none;
}
a{
    display: block;
    font-size: 1em;
    color: #ffffff;
    text-decoration: none;
}
ul{
    margin: 1rem;
}
img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 2rem;
    transition: all 0.25s cubic-bezier(0.000, 0.500, 0.000, 1.000);
    user-select: none;
}

.linkhover{
    display: inline-block;
    overflow: hidden;
    perspective: 100%;
    perspective-origin: 50% 50%;
}
    .linkhover span{
        display: block;
        position: relative;
        transition: all 0.25s cubic-bezier(0.000, 0.500, 0.000, 1.000);
        transform-origin: 50% 0%;
        transform-style: preserve-3d;
    }
    .linkhover:hover span{
        transform: translate3d( 0px, 0px, -20px ) rotateX( 90deg );
    }
    .linkhover span:after{
        content: attr(hover-title);
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        transform-origin: 50% 0%;
        transform: translate3d( 0px, 100%, 0px ) rotateX( -90deg );
    }

.printables_link{
    background: #eb6f40;
    color:#ffffff;
}
    .printables_link span:after{
        background: #ffffff;
        color: #eb6f40;
    }

.itch_link{
    background: #fa5c5c;
    color:#ffffff;
}
    .itch_link span:after{
        background: #ffffff;
        color: #fa5c5c;
    }

.github_link{
    background: #1f2328;
    color:#ffffff;
}
    .github_link span:after{
        background: #ffffff;
        color: #1f2328;
    }

.youtube_link{
    background: #ff0000;
    color:#ffffff;
}
    .youtube_link span:after{
        background: #ffffff;
        color: #ff0000;
    }


.printables_glow{
    box-shadow: 0px 0px 300px 0px #00000000;
    transition: all 0.25s cubic-bezier(0.000, 0.500, 0.000, 1.000);
}
    .printables_glow:hover{
        box-shadow: 0px 0px 300px 0px #eb6f40ff;
    }

.itch_glow{
    box-shadow: 0px 0px 300px 0px #00000000;
    transition: all 0.25s cubic-bezier(0.000, 0.500, 0.000, 1.000);
}
    .itch_glow:hover{
        box-shadow: 0px 0px 300px 0px #fa5c5cff;
    }

.github_glow{
    box-shadow: 0px 0px 300px 0px #00000000;
    transition: all 0.25s cubic-bezier(0.000, 0.500, 0.000, 1.000);
}
        .github_glow:hover{
            box-shadow: 0px 0px 300px 0px #ffffffff;
        }

    .youtube_glow{
        box-shadow: 0px 0px 300px 0px #00000000;
        transition: all 0.25s cubic-bezier(0.000, 0.500, 0.000, 1.000);
    }
        .youtube_glow:hover{
            box-shadow: 0px 0px 300px 0px #ff0000ff;
        }

.links{
    font-size: 1.5rem;
    color: white;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.intro{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    user-select: none;
}
    .intro_art{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }
        .intro_text{
            color: #ffffff;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            gap: 1rem;
        }

.content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
    .content_piece_hor{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: row;
        padding: 2rem;
        box-sizing: border-box;
    }
    .content_piece_ver{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        padding: 2rem;
        gap: 2rem;
        box-sizing: border-box;
    }
        .content_text{
            width: 50%;
            height: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            
            font-size: 1.5rem;
            padding: 2rem;
            
            box-sizing: border-box;

            margin: 0em;
        }
        .content_image{
            width: 50%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            gap: 2rem;
            padding: 2rem;
            box-sizing: border-box;
        }

    .youtube_grid{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 2rem;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

        .youtube_vid{
            border-radius: 2rem;
            transition: all 0.25s cubic-bezier(0.000, 0.500, 0.000, 1.000);
            user-select: none;
            width: 100%;
            height: 100%;
    }

.projects{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 2rem;
}
.project_cont{
    display: flex;
    flex-direction: row;
    box-sizing: border-box;
    gap: 2rem;
    padding: 0;
}
    .list_text{
        width: 50%;
        height: 100vh;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
        box-sizing: border-box;
        margin: 0em;
    }
    .project_text{
        top: 0;
        position: sticky;
        padding: none;
        max-width: 1570px;
    }
    
    .project_img{
        width: 50%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2rem;
        padding-left: 2rem;
        box-sizing: border-box;
    }

@media (max-width: 1024px){
    .content_piece_hor{
        align-items: center;
        flex-direction: column;
    }
    .youtube_grid{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
}
