.hidden{
    display: none;
}

.center{
    text-align: center;
}

.line{
    background-color: #222222;
    width: 100%;
    height: 1px;

    margin-top: 10px;
    margin-bottom: 15px;
}

.side-img-small{
    position: absolute;
    right: 30px;
    width: 35px;
}

.link-list li{
    list-style: none;
}

.job-specs li
{
    list-style: url("../imgs/check.svg");
    padding-bottom: 10px;
}

.wrapper3{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    text-align: center;
    margin-bottom: 50px;
}

.wrapper3 ul{
    padding: 0px;
}

.wrapper3 li{
    padding: 5px;
    list-style: none;
}

.language-list{
    text-align: center;
    padding: 0;
}

.language-list li{
    display: inline-block;
    padding: 15px;
}

@media screen and (min-width:1024px)/* BIG SCREENS */
{
    .wrapper{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .wrapper3{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 0px;
        text-align: center;
        margin-bottom: 50px;
    }
}

@media screen and (min-width:800px)/* BIG SCREENS */
{
    .side-img-small{
        position: absolute;
        right: 80px;
        width: 35px;
    }
}

.wrapper h2{
    display: inline-block;
    width: 150px;
    border-bottom: #222222 solid 1px;
}
.wrapper img{
    width: 100%;
}

.col {
    padding: 0px;
}

.col p{
    margin-bottom: 5px;
}

.imagelink:link{
    color: #00000000;
    width: 100%;
    height: 200px;
    padding: 0;
    background-position: 50%;
    background-size: cover;
    background-blend-mode: darken;
}

.imagelink:hover{
    color: #ffffff;
    width: 100%;
    height: 200px;
    padding: 0;
    background-position: 50%;
    background-size: cover;
    background-blend-mode: darken;
}

.mm{
    background-image: url("../imgs/screenshots/machinika/screenshot1.jpg");
}

.space{
    background-image: url("../imgs/screenshots/spacecrawler/spacecrawlerkeyart.png");
}

.bge2{
    background-image: url("../imgs/screenshots/bge2/bge2keyart.jpg");
}

.zelda{
    background-image: url("../imgs/screenshots/zelda/pds1.png");
}

.crops{
    background-image: url("../imgs/screenshots/crops/cropskeyart.png");
}

.chess{
    background-image: url("../imgs/screenshots/xiangqi/xiangqikeyart.png");
}

.mask{
    background-image: url("../imgs/screenshots/maskmaker/maskmakerkeyart.png");
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 5px;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}