@keyframes burger-menu-animation

{

    0% {color:#113366;font-size:25px;}

    25% {color:red;font-size:32px;}

    50% {color:green;font-size:25px;}

    75% {color:orangered;font-size:32px;}

    100% {color:#113366;font-size:25px;}

}



#play-with-us .svg-content

{

    margin-top:4%;

    position:absolute;

    top:15%;

    left:15%;

    width: 70%;

    height: 60%;

    

    color:White;

}

#play-with-us .svg-content p

{

    padding:35px;

}

#play-with-us .svg-content .img-container

{

    width: 100%;

    text-align: center;

    justify-content: center;

}

#play-with-us .svg-content .img-container img

{

    width:60%;

}

#play-with-us .svg-bg.overlay

{

    position:absolute;

    top:0px;

}

#talent-show .svg-bg.overlay

{

    position:absolute;

    bottom:0px;

}

#download-book .svg-bg.overlay

{

    position:absolute;

    bottom:0px;

}

#fridges .svg-bg.overlay

{

    position:absolute;

    bottom:-110px;

}

#talent-show .svg-content

{

    position:absolute;

    top: 10%;

    left: 15%;

    width: 70%;

    height: 60%;

    

    color:White;

}

#talent-show .svg-content p

{

    padding:35px;

}

#talent-show .svg-content .img-container

{

    /*margin-top:7%;*/

    padding:8%;

    width: 100%;

    text-align: center;

    justify-content: center;

}

#download-book .svg-content

{

    position:absolute;

    top: 16%;

    left: 15%;

    width: 70%;

    height: 60%;

    

    color:White;

}

#download-book .svg-content p

{

    color: #0033A1;

}

#download-book .svg-content .img-container

{

    margin-top:7%;

    width: 100%;

    text-align: center;

    justify-content: center;

}

#download-book .svg-content .img-container img

{

    width:50%;

    box-shadow:10px 10px 15px rgba(0,0,0,0.3);

}

#fridges .svg-content

{

    position:absolute;

    top: 5%;

    left: 15%;

    width: 70%;

    height: 60%;

    

    color:White;

}

#fridges .svg-content h3

{

    color: #8C006E;

}

#fridges .svg-content p

{

    color: #0033A1;

}

#fridges .svg-content .img-container

{

    margin-top:7%;

    width: 100%;

    text-align: center;

    justify-content: center;

}

#fridges .svg-content .img-container img

{

    width:50%;

    box-shadow:10px 10px 15px rgba(0,0,0,0.3);

}

#come-meet-us .svg-content

{

    position:absolute;

    top: 5%;

    left: 12%;

    width: 79%;

    height: 90%;

    

    color:White;

}

#come-meet-us .svg-content p

{

    padding:0px;

    font-size:16pt;

}

#come-meet-us .svg-content p:nth-child(4)

{

    padding:0px;

    margin-top:10%;

    /*color: #0033A1;*/

}

#come-meet-us .svg-content p:nth-child(6)

{

    padding:0px;

    color: #B41D8E;

}

#come-meet-us .svg-content .img-container

{

    margin-top:7%;

    width: 100%;

    text-align: center;

    justify-content: center;

}

#come-meet-us .svg-content .img-container div#bordered

{

    background-color:white;

    border-radius:40px;

    padding: 20px;

    box-sizing: border-box;

    margin: 0 auto;

}

#milk-wave

{

    padding:0px;

    padding-top:50px;

}

#milk-wave img 

{

    margin-bottom:-10px;

}

.marginless {margin:0;}

.mobile

{

    display:none;

}

.tablet

{

    display:none;

}

.desktop

{

    display:block;

    padding:0;

}

.svg-mobile

{

    display:none;

}

.svg-tablet

{

    display:none;

}

.svg-desktop

{

    display:block;

    padding:0;

}



@media (max-width:575px)

{

    .logo img

    {

        width:50%;

    }

}

@media (max-width:1024px)

{

    .mobile

    {

        display:block;

    }

    .desktop

    {

        display:none;

    }

    #menu

    {

        display:none;

        border-radius:0 0 25px 25px;

        background-color:#fff;

        padding-bottom:15px;

    }

    #burger-menu

    {

        display:block;

        font-size:25px;

    }

    .skySection h2, .skySection h3

    {

        font-size:1.7rem;

    }

    #play-with-us h3

    {

        padding:0 35px !important;

    }

    #download-book h3, #download-book p

    {

        padding:10px;

    }

    #milk-wave

    {

        padding-top:10%;

    }

}

@media (max-width:1024px)

{

    .svg-desktop{display:none;}

    .svg-mobile{display:none;}

    .svg-tablet{display:block;}

    #fridges .svg-bg.overlay

    {bottom:-20px;}

}

@media (max-width:768px)

{

    #come-meet-us .svg-content p{font-size:initial;}

}

@media (max-width:576px)

{

    .svg-desktop{display:none;}

    .svg-mobile{display:block;}

    .svg-tablet{display:none;}

    #fridges .svg-bg.overlay

    {bottom:35px;}

    .pill-button

    {

        padding:5px 15px;

    }

}

@media (max-width:424px)

{

    #fridges .svg-bg.overlay

    {bottom:-70px;}

}

@media (max-width:376px)

{

    div#talent-show

    {

        padding-top:60px;

    }

}

@media (max-width:326px)

{

    .svg-content h3 {font-size:1.0rem !important;}

    .svg-content p {font-size:12px !important;}

    #talent-show .svg-content .img-container {padding-top:50px;}

    .pill-button { font-size: 11px;}

    #fridges .svg-bg.overlay {bottom:50px;}

}

.overlay 

{

    pointer-events: none;

}

/*Mobile Animations*/
path#GameSectionMobileStart
{
    animation: gameAnim 2s linear infinite;
}
@keyframes gameAnim
{
    0% {fill:#0033a1;}
    50% {fill:#366CCC;}
    100% {fill:#0033a1;}
}
path#BookBgMobile
{
    animation: bookAnim 2s linear infinite;
}
@keyframes bookAnim
{
    0% {fill:#BB7CB2;}
    50% {fill:#9B4E94;}
    100% {fill:#BB7CB2;}
}
path#BookBgMobile
{
    animation: bookAnim 2s linear infinite;
}
@keyframes bookAnim
{
    0% {fill:#BB7CB2;}
    50% {fill:#9B4E94;}
    100% {fill:#BB7CB2;}
}
path#BookBgMobile
{
    animation: bookAnim 2s linear infinite;
}
@keyframes bookAnim
{
    0% {fill:#BB7CB2;}
    50% {fill:#9B4E94;}
    100% {fill:#BB7CB2;}
}
path#BookBgMobile
{
    animation: bookAnim 2s linear infinite;
}
@keyframes bookAnim
{
    0% {fill:#BB7CB2;}
    50% {fill:#9B4E94;}
    100% {fill:#BB7CB2;}
}
path#BookBgMobile
{
    animation: bookAnim 2s linear infinite;
}
@keyframes bookAnim
{
    0% {fill:#BB7CB2;}
    50% {fill:#9B4E94;}
    100% {fill:#BB7CB2;}
}
path#TalentShowBackgroundMobile
{
    animation: talentAnim 2s linear infinite;
}
@keyframes talentAnim
{
    0% {fill:#f6a500;}
    50% {fill:#FFC255;}
    100% {fill:#f6a500;}
}
iframe#talent-show-video
{
    width:130%;
    margin-left:-14.5%;
    height:60ch;
}
@media screen and (max-width:768px)
{
    iframe#talent-show-video
    {
        height:40ch;
    }
}
@media screen and (max-width:426px)
{
    iframe#talent-show-video
    {
        height:25ch;
    }
}
@media screen and (max-width:376px)
{
    iframe#talent-show-video
    {
        height:17ch;
    }
}
#event-photos span
{
    color:#86BC25;
    font-size: 1.5rem;
}
#event-photos .img-responsive
{
    height:auto;
}
.fancybox-button svg
{
    transform: scale(2);
    background-color: paleturquoise;
    border-radius: 50px;
    top: 12px;
    right: 8px;
}

/* 31-3-2020 */
#games
{
    padding-top:400px;
}
#games > .container
{
    background-color:#E10C51;
    border-radius:50px;
    padding:20px;
    min-height: 500px;
}
#games > .container > .row 
{
    flex-direction: column;
}

#games .row#thumbs > .row
{
    margin:20px 0;
}
#games .row#thumbs > .row img
{
    width:100%;
    cursor: pointer;
}
#games .row#thumbs > .row .maniac
{
    width: 400px;
    margin-top: -50px;
}
#games .row#heading
{
    flex-direction: row;
    align-items: center;
    margin-top:-125px;
    height:280px;
}
#games .row#heading > div > h3,#games .row#heading > div > p
{
    color:white;
}
#games .row#heading > img 
{
    height: auto;
    width: 30%;
    margin:0 5%;
    position:relative;
    top:-100px;
}
#games .row#heading > div
{
    width:60%;
}
@media screen and (max-width:1200px)
{
    #games .row#thumbs > .row .maniac
    {
        width: 200px;
        margin-top: 0px;
    }
}
.games-overlay
{
    width:100%;
    height:100%;
    overflow: scroll;
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 15;
}
.games-overlay{
   display:none;
}
.games-overlay .animated
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:none;
    transition: display 0.4s;
    width:100%;
    max-height:100%;
}
#games #thumbs > .row > .w-100.d-block.d-md-none img
{
    width:100%;
}
@media screen and (min-width:768px)
{
    .games-overlay .animated.desktop.show
    {
        display:block;
    }
    .games-overlay .animated.tablet.show
    {
        display:none;
    }
}
@media screen and (max-width:768px)
{
    .games-overlay .animated.desktop.show
    {
        display:none;
    }
    .games-overlay .animated.tablet.show
    {
        display:block;
    }
}
@media screen and (max-width:992px)
{
    #games .row#heading
    {
        height:180px;
        margin-top:0px;
        margin-bottom:25px;
    }
}
@media screen and (max-width:576px)
{
    #games
    {
        padding-top:100px;
    }
}
.games-overlay svg
{
    width:100%;
}
.close-button#games
{
    font-size: 3rem;
    z-index: 6;
    position: absolute;
    width: 6rem;
    text-align: center;
    padding: 15px;
    background-color: white;
    right: 0px;
    cursor: pointer;
    border-radius: 0 0 0 50px;
}
@media (min-width: 992px)
{
    .col-lg /*hack bootstrap for uneven columns*/
    {
        width: calc(100% / 14) !important;
    }
}


#games .drawings
{
    display:flex;
    width:100%;
    min-height:32px;
    justify-content:space-around;
    align-items:center;
    font-size:1.3rem;
}
#games .drawings span
{
    cursor:pointer;
    padding: 15px;
    width: 45%;
    text-align: center;
    transition:all 0.2s;
}
#games .drawings span.submit, #games .drawings span.view:hover
{
    background-color:white;
    color:#0033A1;
}
#games .drawings span.view, #games .drawings span.submit:hover
{
    color:white;
    background-color:#0033A1;
}
#games .drawings-overlay
{
    position:fixed;
    width:75vw;
    height:75vh;
    overflow: hidden;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    background-color:white;
    display:none;
}
#games .drawings-overlay .close-button
{
    display:block;
    background-color:white;
    color:#0033A1;
    width:100%;
    min-height:64px;
    font-size:1.4rem;
    transition:all 0.2s;
    border:2px solid #0033A1;
}
#games .drawings-overlay .close-button:hover
{
    color:white;
    background-color:#0033A1;
}
#games .drawings-overlay iframe
{
    width:100%;
    height:100%;
}
@media screen and (max-width:768px)
{
    #games .drawings-overlay
    {
        width:80vw;
        height:80vh;
        overflow:auto;
    }
}
@media screen and (max-width:425px)
{
    #games .drawings-overlay
    {
        width:100vw;
        height:100vh;
    }
}
a#downloadbookbutton {
    margin: 0 5px;
    width: calc(100% - 5px);
}
#download-book .pill-button a {
    text-decoration: none;
    color: inherit;
    display:block;
    width:100%;
}
#download-book .svg-content .img-container img {
    width: 80%;
    height:auto;
    transition:all 0.2s;
}
#download-book .svg-content .img-container img:hover
{
    transform:scale(1.1);
    box-shadow:10px 10px 50px rgba(0,0,0,0.3)
}
#download-book .svg-content .img-container
{
    margin-top:0;
}
#download-book .pill-button
{
    padding:15px 0;
}
#download-book .pill-button span
{
    font-size:1.5rem;
}
@media screen and (max-width:992px)
{
    #download-book .pill-button
    {
        width:100%;
        padding:0px;
    }   
}
.video-overlay
{
    display:none;
    position:fixed;
    width:100%;
    height:100%;
    background-color:#00000099;
    z-index: 15;
    padding:2vw;
    color:white;
    align-items:center;
    overflow:hidden;
}
.video-overlay .overlay-maniacs {
    /* width: 100%; */
}
.video-overlay .overlay-maniacs
{
    width: auto!important;
    height: auto!important;
    max-height: 100%!important;
    max-width: 100%!important;
    margin: auto;
    position: absolute!important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media screen and (max-width:768px)
{
    .video-overlay .overlay-maniacs
    {
        position:relative;
        /* top:50%;
        transform:translateY(-50%); */
    }
}
.video-overlay span
{
    position: absolute;
    top:2vw;
    right:2vw;
    background-color:white;
    color:#0033a1;
    font-size:2;
    display:block;
    padding:10px;
    cursor: pointer;
}
.video-overlay iframe
{
    width:100%;
    height:100%;
    border:0px;
}

.video-overlay-close {
    z-index: 16;
}

.overlay-maniacs.mobile {
    display: none;
    height: 100vh;
    width: auto;
    margin: 0 auto;
}

.popup-diagonismos {
    position: fixed;
    /* right: 20px; */
    bottom: 20px;
    z-index: 10;
    max-width: 400px;
}
.popup-diagonismos img {
    width: 100%;
}

@media only screen and (max-width: 769px) {
    .overlay-maniacs.mobile {
        display: block;
    }
    .overlay-maniacs {
        display: none;
    }
    .popup-diagonismos {
        right: 0;
	max-width: 120px!important;
    padding: 5px!important;
    }
}

@media only screen and (max-width: 500px) {
    .overlay-maniacs.mobile { 
        height: auto;
        width: 100%;
    }
}





#talent-show .svg-bg.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#talent-show .svg-content {
    margin-inline: auto;
    position: relative;
    left: 0;
    top: 0;
}

.container-fluid#talent-show > .container > .row > .col-md-12#inner {
    border-radius: 50px;
    overflow: hidden;
}
#talent-show .svg-bg {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#talent-show h3 {
    margin-top: 80px;
}

@media (max-width: 768px) {
    #talent-show h3 {
        margin-top: 40px;
    }
}