﻿ 


.mainContainer {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: #93C025;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}


@media only screen and (max-width: 500px) {



    .HeaderImageContainer {
        position: relative;
        top: 0;
        width: 100%;
        height: 15vh;
    }

    .HeaderImage {
        display: block;
        position: relative;
        width: 100%;
        transform: translateX(-50%);
        left: 50%;
    }

    .HeaderImageLandscape {
        display: none;
    }

    .CommingSoonText {
        width: 100%;
        font-size: 4vh;
        font-weight: bold;
        text-align: center;
        color: white;
        z-index: 1;
    
    }

    .SocialMedia {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 60%;
    }

    .SocialMediaImages {
        width: 30%;
        max-width: 144px;
    }

    .GingerFoxButton {
        position: relative;
        background-color: #FFDD32;
        color: black;
        font-family: GingerFoxBold;
        padding: 14px 25px;
        text-align: center;
        display: inline-block;
        border-radius: 25px;
        width: 84%;
        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;
    }

    img.GFButtonImage {
        position: absolute;
        margin-left: 6px;
    }

    a:link, a:visited {
        color: black;
        text-decoration: none;
    }
    /*.GFButton {
     
    top: 0%;
    transform: translateX(-50%);
    Left: 50%;
}*/
    .footerSpace {
        height: 35px;
    }

    .LeftSideImage {
        position: absolute;
        bottom: 1%;
        left: 0;
        height: 60%;
        z-index: 1;
    }

    .RightSideImage {
        position: absolute;
        bottom: 1%;
        right: 0;
        height: 60%;
        z-index: 1;
    }

    .FooterImage {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 25%;
        z-index: 1;
        max-width: 450px;
    }
}
@media only screen and (min-width: 500px) {

    .HeaderImageContainer {
        position: relative;
        top: 0;
        width: 100%;
        height: 21%;
    }


    .HeaderImage {
        display:none;
    }
    .HeaderImageLandscape {
        display: block;
        position: relative;
        width: 100%;
        transform: translateX(-50%);
        left: 50%;
    }



   
    .GingerFoxButton {
        position: absolute;
        bottom: 10%;
        right: 10%;
        background-color: #FFDD32;
        padding: 14px 25px;
        text-align: center;
        display: inline-block;
        border-radius: 25px;
        width: 70%;
        max-width: 240px;
        height: 48px;
        box-shadow: rgb(6 6 6 / 53%) 0px 3px 6px, #343a40 0px 3px 6px;
        line-height: 1.3;
        z-index: 2;
    }
    img.GFButtonImage {
        position: absolute;
        margin-left: 6px;
    }

    a:link, a:visited {
        color: black;
        text-decoration: none;
    }

    .CommingSoonText {
        width: 85%;
        font-size: 8vh;
        font-weight: bold;
        text-align: center;
        color: white;
        z-index: 1;
        line-height: 1.1;
    }
    .displayNone {
        display: none;
    }
    .SocialMedia {
        position: absolute;
        bottom: 6%;
        left: 10%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        width: 35%;
    }

    .SocialMediaImages {
        width: 26%;
        max-width: 144px;
    }


    .LeftSideImage {
        position: absolute;
        bottom: 1%;
        left: 0;
        height: 60%;
        z-index: 1;
    }

    .RightSideImage {
        position: absolute;
        bottom: 1%;
        right: 0;
        height: 60%;
        z-index: 1;
    }

    .FooterImage {
        display:none;
    }
}