/*--- FEATURED ---*/
#games{
    box-sizing: border-box;
    display: inline-block;
    padding: 25px;
}
.gameBtn{
    display: table; overflow: hidden; box-sizing: border-box; float: left;
    position: relative;
    width: 565px; height: 320px;
    padding: 20px; margin: 5px;
    background-size: cover;
    font-family: built titling; color: rgb(245,245,245); font-size: 85px; line-height: 95px; letter-spacing: 2px;
}
.gameBtn:hover{
    cursor: pointer;
    
}
.gameBtnPush{
    display: table-cell; vertical-align: middle;
    margin: auto;
    text-align: center;
}

.gameBtnOverlay{
    overflow: hidden; box-sizing: border-box;
    position: absolute; top: 0; left: 0px;
    height: 100%; width: 0px;
    background: rgba(40,40,40,0.86);
    transition: 0.2s;
}
.gameBtn:hover .gameBtnOverlay{
    width: 100%; 
}
.gameBtnText{
    display: table;
    height: 100%;
}
.gameBtnTextCont{
    display: table-cell; vertical-align: middle;
    height: 100%; box-sizing: border-box;
    color: white;
    white-space: nowrap; text-align: center;
}
.gameBtnPush.bl div{
     text-shadow: 0px 0px 25px rgba(0,0,0,0.2);
}
.gameBtn:hover .gameBtnTextCont{color: white;}

.gameBtn.bl{
    background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Menu/bl.jpg) no-repeat center center / cover;
}
.gameBtn.otc{
    background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Menu/otc.jpg) no-repeat center center / cover;
}

.gameBtnTextCont.bl{
    color: rgb(235,235,235) !important;
    /*background: url(Resources/Images/Menu/blBright.jpg) no-repeat center center / cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
}
.gameBtnTextCont.otc{
    color: rgb(235,235,235) !important;
    /*background: url(Resources/Images/Menu/otcBright.jpg) no-repeat center center / cover;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;*/
}

/*--- GALLERY ---*/
.imageLink.battles{
    background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/battleImg_1200.jpg) no-repeat center -220px / cover;
}
.imageLink.meetups{
    background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/meetupImg_1200.jpg) no-repeat center -250px / cover;
}
.imageLink.cars{
    background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/carsImg_1200.jpg) no-repeat center -150px / cover;
}

@media screen and (max-width: 1400px){    
    /* FEATURED */
    .gameBtn{
        width: 455px;
    }
    
    /* GALLERY */
    .imageLink.battles{
        background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/battleImg_1000.jpg) no-repeat center -180px / cover;
    }
    .imageLink.meetups{
        background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/meetupImg_1000.jpg) no-repeat center -150px / cover;
    }
    .imageLink.cars{
        background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/carsImg_1000.jpg) no-repeat center -150px / cover;
    }
}

/*--- 980px ---*/
@media screen and (max-width: 1000px){    
    /* FEATURED */
    #games{
        width: 100%;
    }
    .gameBtn{
        width: calc(100% - 10px);
    }
    .lineBreak{
        display: none;
    }
    
    /* FEATURED */
    .gameBtn{
        height: 230px;
    }
    .gameBtnTextCont{
        height: 230px
    }
    .breakLine{
        display: none;
    }
    
    /* GALLERY */
    .imageLink.battles{
        background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/battleImg_1000.jpg) no-repeat center center / cover;
    }
    .imageLink.meetups{
        background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/meetupImg_1000.jpg) no-repeat center center / cover;
    }
    .imageLink.cars{
        background: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/carsImg_1000.jpg) no-repeat center center / cover;
    }
}

/*--- 100% < 720px ---*/
@media screen and (max-width: 720px){
    /* FEATURED */
    .gameBtn{
        font-size: 70px; line-height: 70px;
        height: 180px;
    }
    .gameBtnTextCont{
        height: 180px;
    }
    
    /* GALLERY */
    .imageLink.battles{
        background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/battleImg_720.jpg);
    }
    .imageLink.meetups{
        background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/meetupImg_720.jpg);
    }
    .imageLink.cars{
        background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/carsImg_720.jpg);
    }
}

/*--- 100% < 500px ---*/
@media screen and (max-width: 500px){
    /* FEATURED */
    #games{
        padding: 15px;
    }
    .gameBtn{
        font-size: 50px; line-height: 50px;
    }
    
    /* GALLERY */
    .imageLink.battles{
        background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/battleImg_500.jpg);
    }
    .imageLink.meetups{
        background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/meetupImg_500.jpg);
    }
    .imageLink.cars{
        background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/carsImg_500.jpg);
    }
}

/*--- 100% < 350px ---*/
@media screen and (max-width: 350px){
    /* GALLERY */
    .imageLink.battles{
        background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/battleImg_350.jpg);
    }
    .imageLink.meetups{
        background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/meetupImg_350.jpg);
    }
    .imageLink.cars{
        background-image: linear-gradient(rgba(255,255,255,0.2), rgba(255,255,255,0.2)), url(Resources/Images/Album/carsImg_350.jpg);
    }
}

