﻿html {
    height: -webkit-fill-available;
    overflow: hidden;
}

body {
    
    overflow: hidden;
}

.visibilityShow {
    visibility: visible;
}

.visibilityHide {
    visibility: hidden;
}

.DisplayShow {
    display: block;
}

.DisplayHide {
    display: none;
}


.backgroundImage {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

 

.mainContainerCP {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100dvh;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
@media screen and ( orientation:portrait ) {
    .ContentContainer {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }

    .Content {
        width: 111vh;
        height: auto;
        position: relative;
    }
    .Answer {
        width: 13%;
        margin-top: 10%;
    }
    .AnswerText {
        color: white;
        font-size: 5vh;
        -webkit-text-stroke: 1px #5D719B;
        text-align: center;
    }
    .ButtonContainer {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 100%;
        align-items: center;
        width: 100%;
    }
    .GingerFoxButton {
        position: relative;
        background-color: White;
        color: black;
        font-family: Impact;
        font-size: 20px;
        padding: 14px 25px;
        text-align: center;
        display: inline-block;
        width: 100%;
        max-width: 300px;
        height: 48px;
        line-height: 1;
        z-index: 2;
        cursor: pointer;
    }
}

@media screen and ( orientation:landscape ) {
    .ContentContainer {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
       
        width: 100%;
        height: 100%;
    }

    .Content {
        width: 111vh;
        height: auto;
        position: relative;
    }
     

    .AnswerText {
        color: white;
        font-size: 10vh;
        -webkit-text-stroke: 1px #5D719B;
        text-align: center;
        margin-left: 10px;
        margin-right: 10px;
        width:80%;
    }

    .ButtonContainer {
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100%;
    }
    .GingerFoxButton {
        position: relative;
        background-color: White;
        color: black;
        font-family: Impact;
        font-size: 20px;
        padding: 14px 25px;
        text-align: center;
        display: inline-block;
        width: 39%;
        max-width: 300px;
        height: 48px;
        line-height: 1;
        z-index: 2;
        cursor: pointer;
    }
}

 








.CatchPhraseGifs {
    width: 100%;
    height: auto;
    z-index: 0;
    -webkit-transform-style: preserve-3d;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    display: inline-block;
}


.row1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 33.33%;
    z-index: 1;
}

.row2 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 33.33%;
    z-index: 1;
}

.row3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 33.33%;
    z-index: 1;
}

.tinted-image {
    background: url("/images/CATCHPHRASE_SCREEN_02.jpg");
    background-size: 100% 100%;
}

.CoverImageSelected1 {
    background-image: linear-gradient( rgba(247, 239, 239, 0.45), rgba(247, 239, 239, 0.45)), url("/images/CatchPhase/CATCHPHRASE_SCREEN_01.jpg");
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 100%;
}

.CoverImageSelected2 {
    background-image: linear-gradient( rgba(247, 239, 239, 0.45), rgba(247, 239, 239, 0.45)), url("/images/CatchPhase/CATCHPHRASE_SCREEN_02.jpg");
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 100%;
}

.CoverImageSelected3 {
    background-image: linear-gradient( rgba(247, 239, 239, 0.45), rgba(247, 239, 239, 0.45)), url("/images/CatchPhase/CATCHPHRASE_SCREEN_03.jpg");
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 100%;
}

.CoverImageSelected4 {
    background-image: linear-gradient( rgba(247, 239, 239, 0.45), rgba(247, 239, 239, 0.45)), url("/images/CatchPhase/CATCHPHRASE_SCREEN_04.jpg");
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 100%;
}

.CoverImageSelected5 {
    background-image: linear-gradient( rgba(247, 239, 239, 0.45), rgba(247, 239, 239, 0.45)), url("/images/CatchPhase/CATCHPHRASE_SCREEN_05.jpg");
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 100%;
}

.CoverImageSelected6 {
    background-image: linear-gradient( rgba(247, 239, 239, 0.45), rgba(247, 239, 239, 0.45)), url("/images/CatchPhase/CATCHPHRASE_SCREEN_06.jpg");
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 100%;
}

.CoverImageSelected7 {
    background-image: linear-gradient( rgba(247, 239, 239, 0.45), rgba(247, 239, 239, 0.45)), url("/images/CatchPhase/CATCHPHRASE_SCREEN_07.jpg");
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 100%;
}

.CoverImageSelected8 {
    background-image: linear-gradient( rgba(247, 239, 239, 0.45), rgba(247, 239, 239, 0.45)), url("/images/CatchPhase/CATCHPHRASE_SCREEN_08.jpg");
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 100%;
}

.CoverImageSelected9 {
    background-image: linear-gradient( rgba(247, 239, 239, 0.45), rgba(247, 239, 239, 0.45)), url("/images/CatchPhase/CATCHPHRASE_SCREEN_09.jpg");
    background-repeat: no-repeat,no-repeat;
    background-size: 100% 100%;
}

.CoverImage1 {
    background-image: url("/images/CatchPhase/CATCHPHRASE_SCREEN_01.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.CoverImage2 {
    background-image: url("/images/CatchPhase/CATCHPHRASE_SCREEN_02.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.CoverImage3 {
    background-image: url("/images/CatchPhase/CATCHPHRASE_SCREEN_03.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.CoverImage4 {
    background-image: url("/images/CatchPhase/CATCHPHRASE_SCREEN_04.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.CoverImage5 {
    background-image: url("/images/CatchPhase/CATCHPHRASE_SCREEN_05.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.CoverImage6 {
    background-image: url("/images/CatchPhase/CATCHPHRASE_SCREEN_06.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.CoverImage7 {
    background-image: url("/images/CatchPhase/CATCHPHRASE_SCREEN_07.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.CoverImage8 {
    background-image: url("/images/CatchPhase/CATCHPHRASE_SCREEN_08.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.CoverImage9 {
    background-image: url("/images/CatchPhase/CATCHPHRASE_SCREEN_09.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Cover1 {
    /*top: 0%;
    position: relative;*/
    width: 33.33%;
    height: 100%;
    /* // background-color: brown;*/
}

.Cover2 {
    width: 33.33%;
    height: 100%;
    background-color: blue;
}

.Cover3 {
    width: 33.33%;
    height: 100%;
    background-color: lime;
}

.Cover4 {
    width: 33.33%;
    height: 100%;
    background-color: blue;
}

.Cover5 {
    width: 33.33%;
    height: 100%;
    background-color: lime;
}

.Cover6 {
    width: 33.33%;
    height: 100%;
    background-color: brown;
}

.Cover7 {
    width: 33.33%;
    height: 100%;
    background-color: lime;
}

.Cover8 {
    width: 33.33%;
    height: 100%;
    background-color: brown;
}

.Cover9 {
    width: 33.33%;
    height: 100%;
    background-color: blue;
}


.AnswerContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    align-content: space-between;
    height: 70%;
    width: 90%;
}





a:link, a:visited {
    color: black;
    text-decoration: none;
}

.GFlogoImage {
    width: 100%;
}





@keyframes GFlogo {
    0% {
        right: -16%;
    }


    100% {
        right: 0%;
    }
}

.copyright {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0px;
    font-family: 'impact';
    font-size: 7px;
    color: white;
    text-align: center;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.CatchPhraseInfoAnswerButtons {
    position:absolute;
    right:0;
    display: flex;
    flex-direction: column;
    width: 100px;
    height: 100%;
    justify-content: space-between;
}

.CatchPhraseInfoButton {
    display: flex;
    flex-direction: column;
    height: 33%;
    align-items: center;
    justify-content: center;
}
.CatchPhraseAnswerButton {
    display: flex;
    flex-direction: column;
    height: 33%;
    align-items: center;
    justify-content: center;
}
.CatchPhraseBuzzerbuttonContainer {
    display: flex;
    flex-direction: column;
    height: 33%;
    align-items: center;
    justify-content: center;
}

.CatchPhraseInfo {
    width: 63px;
}
.Answer {
    width: 63px;
}
.CatchPhraseBuzzerbutton {
    width: 90px;
}
.HelpCatchPhraseText {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.£500Logo {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}
@media screen and ( orientation:portrait ) {
    .GFlogoPortrait {
        display: block;
        position: absolute;
        bottom: 8%;
        right: -16%;
        width: 16%;
        z-index: 124;
        max-width: 131px;
        animation-name: GFlogo;
        animation-duration: 2s;
        animation-delay: 2s;
        animation-fill-mode: forwards;
    }
}
@media screen and ( orientation:landscape ) {

    .GFlogoPortrait {
        display: block;
        position: absolute;
        bottom: 8%;
        right: -16%;
        width: 11%;
        z-index: 124;
        max-width: 123px;
        animation-name: GFlogo;
        animation-duration: 2s;
        animation-delay: 2s;
        animation-fill-mode: forwards;
    }
}

.NavShowAnswer{
    position:absolute;
    right:20px;
    top:50%;
    transform:translateY(-50%);
    z-index:1;
}