@media (max-width:991px) {
    body.poster {
        margin-top: 40vh;
    }
}

body.poster {
    background-attachment: fixed;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight:300;
}
.sectionpage {
    background-color:#17161d;
    color:#fff;
}

.logo-footer {
    display: flex;
}

.logo-footer img {
    height: 35px;
    margin-left: 15px;
}

.navbar-brand img {
    height: 50px;
}

.navbar {
    background: linear-gradient(180deg, rgba(166, 3, 22, 0.20) 0%, rgba(0, 0, 0, 0.00) 100%), #1F1A1B;
}

footer {
    background-color: #000;
}

.navbar-nav a {
    color: #fff;
    font-weight:bold;
}

.fa-bars {
    color: #fff;
}

.navbar-toggler-icon {
    width: auto;
    height: auto;
}

h1 {
    text-transform: none;
}

.button-game a {
    margin: 10px;
}
.button-game {
    display:flex;
}

.button-game .play {
    background: linear-gradient(180deg, #fff, #dadada);
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    color: #000;
    font-weight: 300;
    text-decoration: none;
    text-transform:uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight:500;
}
.play svg {
    width:20px;
    height:20px;
    margin-right:5px;
}

.button-game .download {
    background: linear-gradient(180deg, #d1021b, #a71023);
    padding: 10px 20px 10px 20px;
    border-radius: 10px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    text-transform:uppercase;
    font-weight:500;
}

.play:hover {
    background:linear-gradient(0deg, #fffc, #fffc), linear-gradient(180deg, #fff, #dadada);
    color:#fc4c0e;
    color:#000;
}

.download:hover {
    background: linear-gradient(0deg, #fffc, #fffc), linear-gradient(180deg, #fff, #dadada);
    color:#000;
}

@media (max-width:768px) {
    .container-xxl {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .button-game {
        margin-bottom: 10px;
    }
}

.container > .button-game {
    display: flex;
    justify-content: center;
}

.button-game a {
    min-width: 145px;
    text-align: center;
}

.page img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
h1,h2,h3 {
    font-family: "Montserrat", sans-serif;
}

h1 {
    font-size:30px;
    text-align:center;
}
h2 {
    font-size:26px;
}
h3 {
    font-size:20px;
}
.nav-link:hover, .nav-link:focus {
    color:#696969;
}