@media only screen and (min-aspect-ratio: 1.6/1) {
    .ContentContainer{
        min-width: 427px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 75vh;
        width: 25vw;
        background-image: linear-gradient(to bottom right, rgba(8,46,49, 0.3), transparent , rgba(8,46,49, 0.3), rgba(8,46,49, 0.5));
        box-shadow: rgba(8,46,49, 0.1) 0px 0px 35px;
        transition: 0.5s;
    }
    .ContentWrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        top: 0;
        left: 0;
        width: 100vw;
        height: 85vh;
        padding: 0;
        margin: -3vh 0 0;
    }
    .ContentContainer:hover{
        height: 77vh;
        width: 27vw;
        box-shadow: rgba(28,66,69, 1) 0px 0px 35px;
    }
}
@media only screen and (max-aspect-ratio: 1.6/1) {
    .ContentContainer:hover{
        height: 77vh;
        width: 65vw;
        box-shadow: rgba(28,66,69, 1) 0px 0px 35px;
    }
    .ContentContainer{
        margin-bottom: 20px;
        min-width: 427px;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 75vh;
        width: 55vw;
        background-image: linear-gradient(to bottom right, rgba(8,46,49, 0.3), transparent , rgba(8,46,49, 0.3), rgba(8,46,49, 0.5));
        box-shadow: rgba(8,46,49, 0.1) 0px 0px 35px;
        transition: 0.5s;
    }
    .ContentWrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        padding: 0;
        margin: 10vh 0 0;
    }
}
.HalbearDev{
    text-align: center;
    z-index: 5;
    color: transparent;
    left: 1vw;
    top: 0;
    font-size: 5em;
    transition: .3s;
    user-select: none;
    background-image: linear-gradient(to top right, rgba(158, 212, 253,0.35), rgba(158, 212, 253,0.7), rgba(158, 212, 253,0.65),rgba(158, 212, 253,0.4) );
    background-clip: text;
    text-shadow: rgba(158, 212, 253,0.8) 0px 10px 15px;
}
.SemiOpaque{
    overflow: hidden;
    transition: .5s;
    background-image: linear-gradient(to bottom right, rgba(230,200,200, 1), rgba(230,200,200, 0.85) , rgba(230,200,200, 0.95), rgba(230,200,200, 1));
    border-radius: 10px;
    text-align: center;
    width: 0%;
    height: 0%;
}
.ContentBody{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.header{
    text-align: center;
    width: 100%;
    z-index: 1;
}
.ContentCreation{
    background-image: linear-gradient(to bottom, rgba(8,46,49, 0.9), rgba(8,46,49, 0.3) , rgba(8,46,49, 0.0), rgba(8,46,49, 0.1)), linear-gradient(to bottom right, rgba(8,46,49, 0.5), rgba(8,46,49, 0.3) , rgba(8,46,49, 0.5), rgba(8,46,49, 0.7)), url("Assets/Art.png");
    background-size: cover;
    background-position-x: center;
    z-index: 0;
}
.ContentCreation:hover{
    background-image: linear-gradient(to bottom, rgba(8,46,49, 0.8), rgba(8,46,49, 0.1) , rgba(8,46,49, 0.0), rgba(8,46,49, 0.1)), linear-gradient(to bottom right, rgba(8,46,49, 0.15), rgba(8,46,49, 0.0) , rgba(8,46,49, 0.1), rgba(8,46,49, 0.2)), url("Assets/Art.png");
}
.SoftwareDev{
    background-image: linear-gradient(to bottom, rgba(8,46,49, 0.9), rgba(8,46,49, 0.3) , rgba(8,46,49, 0.0), rgba(8,46,49, 0.1)), linear-gradient(to bottom right, rgba(8,46,49, 0.5), rgba(8,46,49, 0.3) , rgba(8,46,49, 0.5), rgba(8,46,49, 0.7)), url("Assets/Software.png");
    background-size: cover;
    background-position-x: center;
    z-index: 0;
}
.SoftwareDev:hover{
    background-image: linear-gradient(to bottom, rgba(8,46,49, 0.8), rgba(8,46,49, 0.1) , rgba(8,46,49, 0.0), rgba(8,46,49, 0.1)), linear-gradient(to bottom right, rgba(8,46,49, 0.15), rgba(8,46,49, 0.0) , rgba(8,46,49, 0.1), rgba(8,46,49, 0.2)), url("Assets/Software.png");
}
.GameDev{
    background-image: linear-gradient(to bottom, rgba(8,46,49, 0.9), rgba(8,46,49, 0.3) , rgba(8,46,49, 0.0), rgba(8,46,49, 0.1)), linear-gradient(to bottom right, rgba(8,46,49, 0.5), rgba(8,46,49, 0.3) , rgba(8,46,49, 0.5), rgba(8,46,49, 0.7)), url("Assets/GameDev.png");
    background-size: cover;
    background-position-x: center;
    z-index: 0;
}
.ihgdlogo{
    opacity: 0;
    transition: .5s;
}
.SDContent{
    opacity: 0;
    transition: .5s;
}
.SoftwareDev:hover{
    .SDContent{
        opacity: 1;
    }
    .SemiOpaque{
        width: 90%;
        height: 67%;
    }
}
.GameDev:hover{
    .ihgdlogo{
        opacity: 1;
    }
    background-image: linear-gradient(to bottom, rgba(8,46,49, 0.8), rgba(8,46,49, 0.1) , rgba(8,46,49, 0.0), rgba(8,46,49, 0.1)), linear-gradient(to bottom right, rgba(8,46,49, 0.15), rgba(8,46,49, 0.0) , rgba(8,46,49, 0.1), rgba(8,46,49, 0.2)), url("Assets/GameDev.png");
    .SemiOpaque{
        width: 90%;
        height: 60%;
    }
}