html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.hero-heading img.logo {
    width: 50px;
}

.hero-heading img.logo-name {
    width: 200px;
}

@media (min-width: 768px) {
    .spiel {
        padding-top: 50px;
    }
}

.game-box {
    padding: 20px;
}

.game-box img {
    width: 80%;
    height: auto;
}

.card .card-body .game-params .icon-box {
    font-size: 32px;
    color: black;
}

.game-params img {
    width: 50px;
}

.game-desc {
    min-height: 200px;
}

.sticky-navigation {
    background-color: transparent;
}

.sticky-navigation.scrolled {
    background-color: #d81b60;
}

@media (min-width: 768px) {
    .game-box {
        height: 400px;
        display: flex;
        justify-content: center;
    }

    .game-box img{
        width: auto;
    }

    .hero-heading img.logo,
    .hero-heading img.logo-name {
        width: auto;
        transition: height .3s ease-in-out;
    }

    .hero-heading img.logo {
        height: 150px;
    }

    .hero-heading img.logo-name {
        height: 100px;
    }

    .sticky-navigation.scrolled .hero-heading img {
        height: 75px;
    }

    .hero .brand {
        margin-top: 150px;
    }
}

.bg-texture-collage a,
.bg-texture-collage a:hover,
.bg-texture-collage a:focus,
.bg-texture-collage a:visited{
    color: white !important;
}



.btn-primary-outline {
    border-color: #d81b60;
}

.game-page-box {
    width: 80%;
    max-width: 200px;
}

.btn.btn-primary-outline {
    background-color: transparent;
    color: #d81b60;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
    opacity: 1;
}

.btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}
