﻿/* 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;
    }
}

/* Press button styling */
.press-kit-button {
    display: inline-block;
    box-shadow: 0 2px 6px 3px rgba(0, 0, 0, 0.39);
    border-radius: calc(0.7 * 10px);
    padding: 0.9rem;
    background-color: #ffffff;
    color: #000000;
    font-family: 'Futura-Medium-Bt';
    text-transform: uppercase;
}

.press-kit-button:hover {
    color: #000000;
    text-decoration: none;
}

@media screen and (min-width: 768px) {

    .press-kit-button {
        border-radius: 10px;
    }
}

/****************************** Project specific styling: Hix ******************************/
.project-press-section-hix {
    background-image: url('../images/Background-Hix.png?version=4');
}

.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('../images/Background-TreasureTemples.png?version=4');
}

.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;
    }
}