﻿

.PageContainer {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
   /* max-width: 1000px;*/
    /*  max-height: 1200px;*/
    background-color: #262a30;
    overflow: hidden;
}





.disableButton {
    pointer-events: none;
}


.min-top-div {
    position: relative;
    min-height: 457px;
    height: 74%;
}
.LandingPageMainBackImageportrait {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.LandingPageMainBackImageLandscape {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.LandingPageMainLogo {
    position: absolute;
    top: 10%;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 123;
}
.bluetriPortrait {
    position: absolute;
    bottom: 0;
    width: 30%;
    right: 0;
    z-index: 123;
}
.bluetriLandscape {
    position: absolute;
    top: 0;
    width: 30%;
    right: 0;
    z-index: 123;
}
.ButtonContainer {
    position: absolute;
    top: 47%;
    width: 47%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1234;
    min-width: 200px;
}
.LandingPagePlayGameButton {
    display: inline-block;
    z-index: 1234;
    margin-left: auto;
    margin-right: auto;
    width:100%;
}
.LandingPageWatchVideoButton {
    display: inline-block;
    z-index: 1234;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.LandingPagePrintButton {
    display: inline-block;
    z-index: 1234;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
.margin-top-buttons{
    margin-top:15px;
}

.bbclicence {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    color: white;
    font-size: 10px;
    text-align: center;
    z-index: 1234;
    width:80%;
    font-family: GingerFoxFont-Regular;
    font-size:1.2vh;
}
@media screen and ( orientation:portrait ) {

    .GFlogoPortrait {
        display: block;
        position: absolute;
        top: 9px;
        right: -28%;
        width: 16%;
        z-index: 124;
        max-width: 118px;
        animation-name: GFlogo;
        animation-duration: 2s;
        animation-delay: 2s;
        animation-fill-mode: forwards;
    }
    @keyframes GFlogo {
        0% {
            right: -28%;
        }


        100% {
            right: 0%;
        }
    }
    .GFlogoLandscape {
        display:none;
    }

    .GFlogoImage {
        width: 100%;
    }


    .LandingPageMainBackImageportrait {
        display: block;
    }
    .LandingPageMainBackImageLandscape {
        display: none;   
    }
    .bluetriLandscape {
        display: none;
    }
    .bluetriPortrait {
        display: block;
    }
}

@media screen and ( orientation:landscape ) {

    .GFlogoPortrait {
        display: none;
        
    }

    .GFlogoLandscape {
        display: block;
        position: absolute;
        top: -20%;
        left: -0.2%;
        width: 10%;
        z-index: 124;
        max-width: 118px;
        animation-name: GFlogo;
        animation-duration: 2s;
        animation-delay: 2s;
        animation-fill-mode: forwards;
    }

    @keyframes GFlogo {
        0% {
            top: -20%;
        }


        100% {
            top: 0%;
        }
    }
    .GFlogoImage {
        width: 100%;
    }

    .LandingPageMainBackImageportrait {
        display: none;
    }
    .LandingPageMainBackImageLandscape {
        display: block;
    }
    .bluetriLandscape {
        display: block;
    }

    .bluetriPortrait {
        display: none;
    }

    .ButtonContainer {
        position: absolute;
        top: 0;
        width: 40%;
        left: 75%;
        height: 100%;
        /* transform: translateY(-50%); */
        z-index: 1234;
    }
    .margin-top-buttons {
        margin-top: 0;
    }
    .LandingPageMainLogo {
        position: absolute;
        top: 50%;
        width: 47%;
        left: 6%;
        transform: translateY(-50%);
        z-index: 123;
    }
    .min-top-div {
        position: relative;
        
        height: 100%;
    }

    .LandingPagePlayGameButton {
        position: absolute;
        top: 28%;
        left: 0;
        transform: translateY(-75%);
        z-index: 1234;
    }

    .LandingPageWatchVideoButton {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        z-index: 1234;
    }

    .LandingPagePrintButton {
        position: absolute;
        top: 72%;
        left: 0;
        transform: translateY(-25%);
        z-index: 1234;
    }
    .bbclicence {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        color: white;
        font-size: 10px;
        text-align: center;
        z-index: 1234;
        width: 80%;
        font-family: GingerFoxFont-Regular;
        font-size: 2vh;
    }
}



 