﻿body {
    overflow: hidden;
    font-family: 'proxima-nova';
    background-color: #FECB37;
    display: table;
    height: 100%;

}

.SubMain {
    display: flex;
    height: 100%;
    width:100vw;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.mainContainer {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #FECB37;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}


.HeaderImageContainer {
    position: relative;
    top: 0;
    width: 100%;
    height: 38%;
}

.HeaderImage {
    display: block;
    position: relative;
    width: 100%;
    transform: translateX(-50%);
    left: 50%;
    top: 0;
}

.HeaderImageLandscape {
    display: none;
}

.LetsPlayBlueContainer {
    display: flex;
    width: 100%;
    height: 30%;
    background-color: #49C0E6;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.letsPlayTextContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: white;
    border-style: solid;
    border-width: 1px;
    width: 59%;
    height: 63%;
    font-size: 14vw;
    color: white;
    font-family: 'Teko-Medium';
    z-index: 1;
}

@media only screen and (min-width: 1080px) {
    .HeaderImage {
        position: relative;
        width: 100%;
        transform: translateX(-50%);
        left: 50%;
        top: -50%;
    }
}


.CongratsText {
    width: 100%;
    font-size: 3vh;
    font-weight: bold;
    text-align: center;
}

 
 

 
a:link, a:visited {
    color: white;
    text-decoration: none;
}


.ImageDinosaur {
    position: absolute;
    bottom: 18%;
    left: 0;
    width: 25%;
    z-index: 1;
}

.ImageShapes {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60%;
    z-index: 0;
    max-width: 450px;
}

@media screen and ( orientation:portrait ) {
    .portraitReturn {
        display: block;
    }
    .LandscapeReturn {
        display: none;
    }
    .ImageShapesLandscape {
        display: none;
    }
}


    @media screen and ( orientation:landscape ) {

        .mainContainer {
            position: relative;
            height: 100%;
            width: 100%;
            background-color: #FECB37;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
        }

        .HeaderImageContainer {
            position: relative;
            top: 0;
            width: 100%;
            height: 30%;
        }

        .HeaderImage {
            display: none;
        }

        .HeaderImageLandscape {
            display: block;
            position: relative;
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
        }

        .CongratsText {
            width: 67%;
            font-size: 2.6vw;
            font-weight: bold;
            text-align: center;
            line-height: 1.5;
        }

        .LetsPlayBlueContainer {
            display: flex;
            width: 100%;
            height: 45%;
            background-color: #49C0E6;
            align-items: center;
            justify-content: center;
        }

        .letsPlayTextContainer {
            display: flex;
            align-items: center;
            justify-content: center;
            border-color: white;
            border-style: solid;
            border-width: 1px;
            width: 59%;
            height: 63%;
            font-size: 6vw;
            color: white;
            font-family: 'Teko-Medium';
        }

        /*.displayNone {
        display: none;
    }*/

        .portraitReturn {
            display: none;
        }

        .LandscapeReturn {
            display: block;
        }

        .ImageShapes {
            display: none;
        }

        .ImageDinosaur {
            position: absolute;
            bottom: 34%;
            left: 0;
            width: 13%;
            z-index: 1;
        }

        .ImageShapesLandscape {
            position: absolute;
            bottom: 28%;
            right: 0;
            width: 13%;
            z-index: 1;
        }
    }
