body {
    font-family: montserrat, sans-serif;
    background-color: #fbbcbd
}

a {
    color: #313539
}

a:hover {
    color: #313539;
    text-decoration: none
}

.links a:hover {
    text-decoration: dashed underline
}

.row {
    margin-top: 4em;
    margin-bottom: 4em
}

.release.row {
    margin-top: 0
}

#release {
    position: absolute;
    bottom: 2vh;
    width: 100%
}

.release {
    text-align: center;
    font-size: 3.5vh;
    color: #313539
}

.release-row {
    display: none
}

@media screen and (min-aspect-ratio:2/1) {
    #release {
        display: none
    }

    .release-row {
        display: flex;
        margin-top: 0;
        margin-bottom: 0
    }
}

.wishlist p {
    text-align: center;
    font-size: 1rem
}

.wishlist a {
    color: #313539;
    font-weight: 700
}

.wishlist.row {
    margin-top: 1em
}

.info h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1.5rem
}

.info p {
    text-align: justify;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.25em
}

@media screen and (max-width:600px) {
    .info h2 {
        font-size: 1.5rem
    }

    .info p {
        width: 95%
    }
}

.social-links p {
    display: inline-block;
    font-size: 1.1em
}

.store-links a {
    background-color: #000;
    display: inline-block;
    border-radius: 10px;
    flex: 1;
    margin-left: 15px;
    margin-right: 15px;
    max-width: 300px;
    margin-top: 8px;
    margin-bottom: 8px;
    transition-property: box-shadow;
    transition-duration: .2s
}

.store-links a:hover {
    box-shadow: 0 0 5px #222
}

.store-links.row {
    margin-bottom: 0;
    margin-top: 0
}

.store-links .col-sm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

@media screen and (max-width:800px) {
    .store-links .col-sm {
        flex-direction: column
    }

    .store-links a {
        width: 300px;
        margin-left: auto;
        margin-right: auto
    }
}

.store-links img {
    height: 30px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-sizing: initial
}

.social-links img {
    height: 40px;
    margin-left: 20px;
    margin-right: 20px
}

.store-links p {
    display: inline-block;
    font-size: 1.1em
}

.trailer-video {
    position: relative;
    height: auto;
    padding-bottom: 56.25%
}

.trailer-video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.logo {
    padding-top: 20px;
    margin-bottom: 2em;
    margin-top: 2em
}

.logo img {
    height: 120px;
    margin-left: 20px;
    margin-right: 20px
}

#ratings img {
    height: 100px
}

@media screen and (max-width:600px) {
    .logo {
        margin-bottom: 0;
        margin-top: 0
    }

    .logo img {
        margin-top: 40px
    }
}

.jumbotron {
    background-color: transparent
}

#banner {
    padding: 0;
    margin-bottom: 0;
    height: 100vh;
    min-height: 49.15vw
}

#banner .container {
    padding: 0;
    margin: 0;
    height: 120vh;
    max-width: none;
    overflow: hidden;
    min-height: 58.99vw
}

#banner img {
    height: 90%;
    min-width: 100%;
    min-height: 58.99vw;
    margin-left: 50%;
    transform: translateX(-50%)
}

#banner-container {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute
}

footer {
    z-index: -1
}

footer p {
    margin-top: 2em;
    margin-bottom: .5em;
    font-size: .8em
}

.screenshots img {
    width: 100%;
    margin-top: 8px;
    margin-bottom: 8px
}

@media screen and (min-width:800px) {
    .screenshots img {
        width: 24%
    }
}