﻿body {
    overflow: hidden;
   
}
.displayNone {
    display: none;
}
.PageContainer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    background-image: url("paper.gif");
    background-repeat: repeat;
    background-image: url('/Images/StartEndPages/80S90SHUMIT_ASSETS_LANDING AND END PAGES_BACKGROUND PATTERNSECTION.png');
    background-color: #57C1DE;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}
.HeaderImageContainer {
    position: relative;
    top: 0;
    width: 100%;
    height: 38%;
}

@media screen and ( orientation:portrait ) {

    .HeaderImage {
        display: block;
        position: relative;
        width: 54vh;
        transform: translateX(-50%);
        left: 50%;
        top: 0%;
        max-width: 800px;
    }
    .HeaderImageLandscape{
        display:none;
    }
}



.GingerFoxButton {
    position: relative;
    background-color: black;
    padding: 10px 25px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    width: 47%;
    max-width: 300px;
    height: 48px;
    box-shadow: rgb(6 6 6 / 53%) 0px 3px 6px, #343a40 0px 3px 6px;
    line-height: 1.3;
    z-index: 2;
    font-family: DINNextLTPro-Regular;
    font-size: 20px;
    margin-bottom: 20px;
}
img.GFButtonImage {
    position: absolute;
    margin-left: 15px;
    top: -8px;
    width: 20px;
}

a:link, a:visited {
    color: white;
    text-decoration: none;
    position: relative;
    left: -5px;
    top: 3px;
}

.footerSpace {
    height: 62px;
}

@media screen and ( orientation:portrait ) {
    .IntroText {
        width: 75%;
        font-size: min(3vh, 5vw);
        font-weight: bold;
        text-align: center;
        color: white;
    }

    .IntroTextLandScape {
        display: none;
    }

    .footerImage {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 80vh;
        z-index: 0;
        max-width: 800px;
    }
    .footerImageLandscape {
        display:none;
    }
}

    @media screen and ( orientation:landscape ) {

        .HeaderImageLandscape {
            display: block;
            position: absolute;
            width: 193vh;
            transform: translateX(0%);
            right: 0;
            top: 0%;
            left: unset;
        }
        @media only screen and (max-height: 360px) {
            .HeaderImageLandscape {
                display: block;
                position: absolute;
                width: 193vh;
                transform: translateX(0%);
                right: 0;
                top: -30%;
                left: unset;
            }
        }
        .HeaderImage {
            display: none;
        }
        .IntroText {
            display:none;
        }
        .IntroTextLandScape {
            width: 82%;
            font-size: 5vh;
            font-weight: bold;
            text-align: center;
            color: white;
        }
        .GingerFoxButton {
            position: relative;
            background-color: black;
            padding: 11px 25px;
            text-align: center;
            display: inline-block;
            border-radius: 25px;
            width: 30%;
            max-width: 300px;
            height: 48px;
            box-shadow: rgb(6 6 6 / 53%) 0px 3px 6px, #343a40 0px 3px 6px;
            line-height: 1.3;
            z-index: 2;
            font-family: DINNextLTPro-Regular;
        }
        .footerImageLandscape {
            position: absolute;
            bottom: -17px;
            left: -23px;
            width: 40%;
            z-index: 0;
            max-width: 800px;
        }

        .footerImage {
            display: none;
        }

        .footerSpace {
            height: 0px;
        }
        img.GFButtonImage {
            position: absolute;
            margin-left: 15px;
            top: -8px;
            width: 20px;
        }
    }