@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

/********* Footer fix ********/
html {
    position: relative;
    min-height: 100%;
}
body {
    margin-bottom: 80px;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
}
/*****************************/

html, body {
    font-family:'Poppins', sans-serif;
    color: #222;
    scroll-behavior: smooth;
}

body{
    background-color: rgb(56, 56, 56);
    background-image: url("https://www.gamesites.cz/images/layout/backgrounds/bg1_old.png");
}

.navbar{
    padding: .8rem;
    height: 60px;
}

.nav-item{
    color: black;
}

.navbar-nav li{
    padding-right: 20px;
}

.innav{
    max-width: 1200px;
}

.nav-link{
    font-size: 1.1rem !important;
}

.carousel-inner img{
    width: 100%;
    height: 100%;
}

.home {
    color: white;
    padding-top: 20px;
}

.liga{
    padding-top: 10px;
}

hr{
    border-top: 2px solid #b4b4b4;
}

.section{
    display: block;
   /* padding-top: 100%;  initial ratio of 1:1*/
}

.card-img-overlay:hover{
    background-color: rgba(0,0,0,0.7);
}

.card img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.card-title{
    margin-left: 30px;
}

.card-text{
    margin-right: 20px;
    margin-top: 11px;
}

.card{
    width: 225px;
    height: 130px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: inline-block;
    color: white;
}

.card-img-overlay{
    background-color: rgba(0,0,0,0.6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.page-item.active .page-link {
    background-color: #e9ecef !important;
    background: none;
}
.page-link {
    color: #495057 !important;
    /*background-color: #e9ecef;*/
    background: none;
}
.page-item {
    box-shadow: none;
    background-color: #e9ecef;
}

.navbar-brand {
    margin-left: 42px;
    text-shadow: 1px 2px rgb(114,114,114);
    font-size: 22px;
    font-family: 'Goblin One', cursive;
}

.event{
    margin-top: -20px;
}

.my-4{
    margin-top: -20px;
}

h2{
    margin-top: 0;
    margin-bottom: 0;
}

h5{
    margin-top: 0;
    margin-bottom: 0;
}

.trophy-img {
    vertical-align: -4px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.fa-steam {
    color: #e9ecef;
}
.fa-steam:hover {
    color: #d6d6d6b6;
}

/*---Media Queries --*/
@media (max-width: 1200px) {
    /*max-width: 1140px;*/

    .card-columns {
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }
}
@media (max-width: 992px) {

}

@media (max-width: 768px) {
    .navbar{
        height: 100%;
    }
    
}

@media (max-width: 600px) { 
    .footer-fix {
        position: relative !important;
    } 
    body {
        margin-bottom: 0;
    }
}

@media (max-width: 576px) {
    .navbar{
        height: 100%;
    }

    h2{
        font-size: 20px;
    }

    h5{
        font-size: 15px;
    }

}

/*---Firefox Bug Fix --*/
.carousel-item {
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
    position: relative;
    width: 100%;
    height: 60%;
    margin: 0!important;
}
.fixed-wrap {
    clip: rect(0, auto, auto, 0);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#fixed {
    background-image: url('./img/mac.png');
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}





/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/
