﻿/* Variables */


/* Styling */
.game-project-header-panel {
    position: relative;
    background-color: #ffffff;
}

.game-project-header-panel .header {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

/* Store buttons row styling */
.store-buttons-row {
    position: relative;
    justify-content: center;
}

.store-buttons-row .col-auto {
    margin-bottom: calc(0.7 * 2rem);
}

.store-button {
    width: calc(0.7 * 178px);
    height: calc(0.7 * 53px);
}

.store-button:hover {
    color: #ffffff;
    text-decoration: none;
}

.ios-store-button {
    width: calc(0.7 * 161px);
    height: calc(0.7 * 54px);
}

.android-store-button {
    width: calc(0.7 * 181px);
    height: calc(0.7 * 54px);
}

.nintendo-store-button {
    width: calc(0.7 * 181px);
    height: calc(0.7 * 54px);
}

@media screen and (min-width: 768px) {
    .store-buttons-row .col-auto {
        margin-bottom: 2rem;
    }

    .store-button {
        width: 178px;
        height: 53px;
        border-radius: 10px;
    }

    .ios-store-button {
        width: calc(161px);
        height: calc(54px);
    }

    .android-store-button {
        width: calc(181px);
        height: calc(54px);
    }

    .nintendo-store-button {
        width: calc(181px);
        height: calc(54px);
    }
}

.store-buttons-row .left-image,
.store-buttons-row .right-image {
    display: none;
}

@media screen and (min-width: 992px) {
    .store-buttons-row .left-image,
    .store-buttons-row .right-image {
        display: block;
        position: absolute;
        bottom: 0;
        background-position: bottom;
        background-repeat: no-repeat;
    }
}

.store-buttons-row .left-image {
    left: 0;
}

.store-buttons-row .right-image {
    right: 0;
}

/* Press section styling */
.press-description {
    font-family: 'Futura-Medium-Bt';
    line-height: 1.2;
    color: #ffffff;
    margin-top: calc(0.7 * 80px);
}

@media screen and (min-width: 768px) {
    .press-description {
        margin-top: 80px;
    }
}

/* Patch notes styling */
.patch-notes-section {
    padding-top: 0px;
    padding-bottom: 50px;
}

.patch-notes-section .row {
    position: relative;
}

.patch-notes-section h3 {
    margin-top: 0px;
    text-transform: uppercase;
}

.patch-notes-section h5 {
    margin-top: 0px;
    margin-bottom: 0.25rem;
    text-transform: uppercase;
    text-align: justify;
    text-align-last: left;
}

.patch-notes-section h6 {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: justify;
    text-align-last: left;
}

.patch-notes-section p {
    margin-bottom: 0px;
    text-align: justify;
    text-align-last: left;
    line-height: 1.2;
}

.patch-notes-section ul {
    margin-bottom: 0px;
    text-align: justify;
    text-align-last: left;
    line-height: 1.2;
    list-style-type: disc;
}

.patch-notes-separator {
    height: 22px;
    border-top: 2px solid #000000;
}

/************************* Project specific styling: Spider Tanks **************************/
.project-press-section-spider-tanks {
    background-image: url('../img/games/spider-tanks/Background-Spider-Tanks.png?version=9');
}

    .project-press-section-spider-tanks .press-kit-image {
        margin-top: calc(0.7 * 65px);
    }

@media screen and (min-width: 768px) {
    .project-press-section-spider-tanks .press-kit-image {
        margin-top: 65px;
    }
}

.pre-pre-footer-spider-tanks {
    background-image: url('../img/games/spider-tanks/Background-Spider-Tanks.png?version=9');
    width: 100%;
    height: 160px;
}

/****************************** Project specific styling: Hix ******************************/
.project-press-section-hix {
    background-image: url('../img/games/hix/Background-Hix.png?version=9');
}

.project-press-section-hix .press-kit-image {
    margin-top: calc(0.7 * 65px);
}

@media screen and (min-width: 768px) {
    .project-press-section-hix .press-kit-image {
        margin-top: 65px;
    }
}

/****************************** Project specific styling: Treasure Temples ******************************/
.project-press-section-treasure-temples {
    background-image: url('../img/games/treasure-temples/Background-Treasure-Temples.png?version=9');
}

.project-press-section-treasure-temples .press-kit-image {
    margin-top: calc(0.7 * 47px);
}

@media screen and (min-width: 768px) {
    .project-press-section-treasure-temples .press-kit-image {
        margin-top: 47px;
    }
}