
.instruction-button{
    background: rgb(7,51,217);
    background-image: linear-gradient(to right, rgba(7,51,217,1), rgba(161,46,241,1));
    border: none;
    color: white;
    padding: 5px 18px;
    font-weight: bold;
    border-radius: 7px;
    font-size: 21px;
	opacity: 0;
}

.nameplate img {
    width: 380px;
}

.back-arrow{
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.back-arrow:hover{
    color: #fff;
}

.games-category .row-content{
    background: #ffe19d;
    padding: 0px;
    border: 1px solid #ffffff;
    border-radius: 18px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.game-ctegry-img img.img-responsive{
    margin: auto;
width: 100%;
}

.game-link:hover .row-content{
    border: 1px solid #FF8200;
}

.game-link:hover .game-ctegry-img{
    border-bottom: 1px solid #FF8200;
}

.game-link:hover .game-ctegry-lnk p{
    color: #FF8200;
}

.game-ctegry-lnk p{
color: #9d4a03;
    font-size: 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    letter-spacing: 1px;
    margin: auto;
}

.game-ctegry-lnk{
   height: 78px;
    background: #ffc107bf;
    padding: 0 15px;
    width: 100%;
    text-align: center;
}

.game-ctegry-img{
    border-bottom: 1px solid #ffffff;
    height: 325px;
    margin-bottom: 15px;
}

h1 {
    color: #fff;
    text-align: center;
    font-size: 96px;
    margin: 0 0 35px;
    text-transform: uppercase;
    font-weight: 600;
}

h2 {
    text-align: center;
    font-size: 42px;
    color: #fff;

@media all and (max-width: 767px) {
    font-size: 33px;
}
}

.header {
    padding: 25px 0;
    background: #fff;
    margin-bottom: 75px;

.header-content {
    position: relative;
}

.btn-back {
    margin-top: 6px;
}

.page-category {
    display: inline-block;
}

@media all and (max-width: 991px) {
    margin-bottom: 40px;

    .btn-back {
        margin-top: 0;
    }
}

.page-title {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;

img {
    margin: 0 auto;
}

@media all and (max-width: 991px) {
    position: static;
    max-width: 250px;
    margin: 0 auto -50px;
}
}

.igraj-logo > a {
    display: inline-block;
}

