body {
    font-family: 'Open Sans', sans-serif;
}
*::-moz-selection {
    color: #ffffff;
    background: #dc354599;
}
*::selection {
    color: #ffffff;
    background: #dc354599;
}
h1, h2, h3,
h4, h5, h6 {
    font-family: 'Bitter', serif;
}
.brand-name {
    font-family: 'Bitter', serif;
    line-height: 4rem;
    font-size: 2rem;
}
.navbar-brand img {
    max-width: 4rem;
}
.card {
    position: relative;
    border: 0 none;
    margin-bottom: 30px;
}
@media (min-width: 992px) {
    .card {
        margin-bottom: 0;
    }
}
.card-body {
    padding: 0.5rem;
}
.card-body .collapse:not(.show) ~ .btn-danger,
.card-body .collapsing ~ .btn-danger,
.card-body .collapse.show ~ .btn-success {
    display: block;
}
.card-body .collapse:not(.show) ~ .btn-success,
.card-body .collapsing ~ .btn-success,
.card-body .collapse.show ~ .btn-danger {
    display: none;
}
.card .card-img-top {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}
.card:hover .card-img-top {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.badges {
    position: absolute;
    left: 0;
    top: 10px;
}
.badges span:first-child {
    border-top-right-radius: 0.5rem;
    font-size: 1.5rem;
}
.badges span:last-child {
    border-bottom-right-radius: 0.5rem;
    font-family: 'Open Sans', sans-serif;
    margin-top: -2px;
}
@media (max-width: 575.98px) {
    .badges span:first-child {
        border-top-right-radius: 0.5rem;
        font-size: 2rem;
    }
    .badges span:last-child {
        font-size: 1.5rem;
        margin-top: -3px;
    }
}
.modal-header .close {
    opacity: 1;
}
.scroll-top {
    line-height: 1;
    width: 48px;
    height: 48px;
    bottom: 15px;
    right: 15px;
    color: transparent;
    background: rgba(220,53,69,0.5);
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.scroll-top::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
	content: '';
	display: inline-block;
    width: 0; 
    height: 0; 
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    
    border-bottom: 0.75rem solid white;
}
.scroll-top:hover {
    color: transparent;
    background: rgba(220,53,69,1);
}

div[data-game="image"]{
    height: 200px;
    background-size: cover;
    background-position: center center;
}