﻿body {
    overflow: hidden;
}

.PageContainer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    background-color: #FCD555;
}

.TopYellow {
    height: 50%;
    background-color: #FCD555;
}

.BottomRed {
    height: 50%;
    background-color: #E12E31;
}



.LadyImage {
    position: absolute;
    top: 0;
    left: 50%;
    height: 50%;
    transform: translateX(-50%);
    z-index: 2;
}


.DivButton {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 25px;
    width: 200px;
    height: 50px;
    box-shadow: rgb(6 6 6 / 53%) 0px 3px 6px, #343a40 0px 3px 6px;
}

.ArrowImage {
    width: 14px;
    margin-left: 19px;
}

span.aLinkText {
    padding-top: 5px;
    font-family: 'DINNextLTPro-Regular';
    font-size: 20px;
}

.ButtonContaineraLink a:link, a:visited {
    background-color: white;
    color: black;
    text-decoration: none;
}


.TextContainer {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 50%;
    height: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1;
}

.DisplayedText {
    color: white;
    font-size: 3.5vh;
    margin-left: 40px;
    margin-right: 40px;
}


.ButtonContainer a:link, a:visited {
    background-color: white;
    color: black;
    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;
}

@media screen and ( orientation:portrait ) {

    .stars {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        z-index: 0;
        pointer-events: none;
    }

    .starsLandscape {
        display: none;
    }

    .LightStreak {
        position: absolute;
        top: 0;
        left: 50%;
        height: 50%;
        transform: translateX(-50%);
        z-index: 0;
    }
    .LightStreakLandscape {
        display: none;
    }
}

@media screen and ( orientation:landscape ) {

    .stars {
        display: none;
    }

    .starsLandscape {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        z-index: 0;
        pointer-events: none;
    
    }

    .TopYellow {
        height: 100vh;
        background-color: #FCD555;
        position: relative;
        width: 50%;
    }

    .LadyImage {
        all: unset;
        position: absolute;
        left: 10%;
        bottom: 0;
        width: 78%;
        z-index: 2;
    }


    .TextContainer {
        all: unset;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 50%;
        text-align: center;
        background-color: #E12E31;
    }

    .DisplayedText {
        color: white;
        font-size: 5.5vh;
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .LightStreak {
        display: none;

      
    }

    .LightStreakLandscape {
        position: absolute;
        top: 0;
        left: 50%;
        height: 162%;
        transform: translateX(-50%);
        z-index: 0;
    }
}
