﻿body {
    overflow: hidden;
}

.PageContainer {
    position: absolute;
    top: 0;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    overflow: hidden;
    background-color: #FCD555
}
.stars{
    position:absolute;
    top:0;
    width:100%;
    left:0;
    z-index:-2
}
.LightStreak {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: -1;
}
.HeaderImageContainer {
    position: relative;
    top: 3%;
    width: 100%;
    max-width: 80%;
    transform: translateX(-50%);
    Left: 50%;
}
.HeaderImage {
    position: relative;
    top: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 29vh;
    z-index: 123;
    max-width: 308px;
}


.Question {
    position: absolute;
    top: 100%;
    height: 80%;
    width: 90%;
    border-style: solid;
    border-radius: 20px;
    border-color: #E12E31;
    border-width: 22px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    box-shadow: rgb(6 6 6 / 53%) 0px 3px 6px, #343a40 0px 3px 6px;
}
.ReturnButtonContainer {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 200px;
    width: 26%;
}

.ButtonContainer {
   /* position: relative;
    top: 115%;
    width: 100%;
    height: 26%;*/
    position: absolute;
    bottom: 131px;
    width: 100%;
    height: 0;
}
.NextButton {
    position: absolute;
    top: 0%;
    transform: translateX(-50%);
    Left: 50%;
}
.ReturnButton {
    position: absolute;
    top: 67px;
    transform: translateX(-50%);
    Left: 50%;
}
.NextButtonImage {
    position: absolute;
    margin-top: -3px;
    margin-left: 41px;
    width: 6%;
}
.ReturnButtonImage {
    position: absolute;
    margin-left: -62px;
    margin-top: -2px;
    width: 6%;
}
.ButtonContainer a:link, a:visited {
    font-size: 20px;
    background-color: #E12E31;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-radius: 25px;
    width: 107%;
    min-width: 120px;
    max-width: 249px;
    height: 48px;
    box-shadow: rgb(6 6 6 / 53%) 0px 3px 6px, #343a40 0px 3px 6px;
}




.CardValues {
    position: relative;
    font-family: ff-good-headline-web-pro;
    text-align: center;
    line-height: 1;
    margin: 0;
    font-size: 3.5vh;
    color: black;
    margin-left: 10px;
    margin-right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and ( orientation:portrait ) {

    .LightStreak {
        display: block;
    }

    .LightStreakLandscape {
        display: none;
    }

}
 
    @media screen and ( orientation:landscape ) {

        .LightStreak {
            display: none;
        }
        .LightStreakLandscape {
            display: block;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            z-index: -1;
        }

        .HeaderImageContainer {
            position: relative;
            top: 0%;
            height: 100%;
            max-width: unset;
            transform: unset;
            Left: 0;
        }

        .HeaderImage {
            position: absolute;
            bottom: 0;
            left: 7%;
            top: unset;
            height: 88%;
            transform: unset;
            z-index: 123;
            width: unset;
            max-height: 474px;
            max-width: unset;
        }


        .Question {
            position: absolute;
            top: 50%;
            height: 81%;
            width: 46%;
            border-style: solid;
            border-radius: 20px;
            border-color: #E12E31;
            border-width: 22px;
            left: 50%;
            transform: translateY(-50%);
            background-color: white;
            max-height: 55%;
            box-shadow: rgb(6 6 6 / 53%) 0px 3px 6px, #343a40 0px 3px 6px;
        }

        .CardValues {
            position: relative;
            font-family: ff-good-headline-web-pro;
            text-align: center;
            line-height: 1;
            margin: 0;
            font-size: 8.5vh;
            color: black;
            margin-left: 10px;
            margin-right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }
        .ButtonContainer {
            /* position: absolute;
            top: 0;
            height: 100%;
            Left: 50%;
            width: 50%;
            transform: translateX(-50%);*/
            position: absolute;
            top: 50%;
            height: 93%;
            Left: 48%;
            width: 50%;
            transform: translateY(-50%);
        }

        .NextButton {
            position: absolute;
            top: 0px;
            transform: translateX(-50%);
            Left: 50%;
        }

        .ReturnButton {
            position: absolute;
            bottom: 0px;
            transform: translateX(-50%);
            Left: 50%;
            top: unset;
        }


    }