/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Braah+One&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'Poppins';
    line-height: 1.4em;
    color: #626b6b;
    z-index: 1;
}
html{
    background-color: #e7e2ce;
    padding: 0;
    margin: 0;
}
body{
    background-color: #e7e2ce;
    border: 0;
    margin: 0;
    display: block;
    padding-top: 80px;
    padding-bottom: min(60vw, 30vh);
    min-height: 100vh;
    /*background-image: url('../img/moose-minified.svg');*/
    
}
.moose-container{
    display: inline-block;
    background-image: url('../img/moose-minified.svg');
    width: min(800px, 100vw);
    height: min(600px, 80vw);

    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
    z-index: 0;
    position: fixed;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
#main{
    background-color: #fefdfd;
    margin: min(5vw, 2em);
    width: min(90vw, calc(100vw - 2em));
    max-width: 700px;
    margin: auto;
    padding: 30px;
    position: relative;

    border-radius: min(2vw, 1em);
    padding-bottom: 30px;
}
.page{
    overflow: visible;
}
h1{
    margin-bottom: 12px;
}
h1, h1 span{
    font-family: 'Braah One';
    line-height: 1.0em;
    font-size: min(3rem, 7vw);
    color: #424747;
    margin-block: 0em;
}
h1 span.line-after{
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
h1 span.name{
    color: #eb2a66;
    font-size: min(3.25rem, 8vw);
}
h1 span.line-after::after{
    content: '';
    background-color: #a3b1b1;
    display: block;
    height: 0.05em;
    width: auto;
    position: absolute;
    top: 0.5em;
    left: calc(100% + 0.4em);
    right: max(calc(calc(-98vw + 100%) + 90px), -370px);
    bottom: auto;

    border-radius: 0.1em;
}
h2{
    width: 100%;
    color:#eb2a66;
    font-size: min(1.75rem, 5vw);
    border-bottom: #eb2a66 0.2em solid;
    padding-bottom: 0;
    margin-top: 1em;
}
h3{
    font-size: min(1rem, 4vw);
    margin: 0;
    margin-top: 0.5em;
}
p{
    position: relative;
    font-weight: normal;
    font-size: 16px;
    font-family: 'poppins';
    -webkit-margin-after: inherit;
            margin-block-end: inherit;
    -webkit-margin-before: inherit;
            margin-block-start: inherit;
}
p.eyebrow{
    margin-block: 0em;
}
p.eyebrow strong{
    margin-bottom: 0.3em;
    color: #a3b1b1;
}
p.eyebrow a{
    color: #a3b1b1;
    text-decoration: none;
    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;
}
p.eyebrow:hover a{
    color: #eb2a66;
    text-decoration: underline;
}
p.construction{
    font-style: italic;
    font-weight: 600;
}
a{
    color:#eb2a66
}
a.button{
    font-size: 16px;
    background-color: #eb2a66;
    color: white;
    padding: 0.66em 1.5em;

    border-radius: 0.5em;
    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;
    text-decoration: none;
    line-height: 3em;
}
a.button:hover{
    background-color: #424747;
}
a.game-button{
    position: absolute;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    inset: 0;;
    margin-left: auto;
    margin-right: 0;
    display: inline-block;
    font-size: clamp(12px, 3vw, 18px);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #eb2a66;
    color: white;
    padding: 0.3em 0.8em;

    border-radius: 0.5em;
    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;
    text-decoration: none;
    line-height: 1em;
}
a.game-button:hover{
    background-color: #424747;
}
a.gray.button{
    background-color: #424747;
}
a.gray.button:hover{
    background-color: #030f0f;
}
section.announcement{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

    -ms-align-items: center;

    -webkit-box-align: center;

        -ms-flex-align: center;

            align-items: center;
}
.leave-space-for-moose{
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
    min-width: min(230px, 100%);
    -webkit-margin-after: 0.4em;
            margin-block-end: 0.4em;
    -webkit-margin-before: 0.4em;
            margin-block-start: 0.4em;
    padding-left: 1em;
    padding-top: 0.5em;
    padding-bottom: 0.5em;;
    margin: 0 min(2vw, 20px);
}
.leave-space-for-moose::before{
    content: '';
    width: 3px;
    background-color: rgb(82, 49, 40);
    height: calc(100% - 1em);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;

    border-radius: 4px;;
    right: auto;
    margin: auto 0;
}

@media screen and (max-width: 320px){
    h1 span.name{
        font-size: 11.5vw;
    }
    body{
        padding: 18px;
    }
}

@media screen and (max-width: 400px){
    p{
        font-size: 12px;
        margin-block: 6px;
    }
}
article blockquote, article iframe{
    min-width: 0 !important;
    max-width: min(526px, 100%) !important;
}
article img{

    border-radius: 0.4em;
    -webkit-transition: 0.3s;

    -o-transition: 0.3s;

    transition: 0.3s;;
}
article img:hover{
    -webkit-transform: translate(0, -6px);

    -ms-transform: translate(0, -6px);

    transform: translate(0, -6px);
}
article p{
    -webkit-margin-before: 0;
            margin-block-start: 0;;
}
article{
    overflow: hidden;
}
#formwrap{
    text-align: center;
}
iframe.form{
    display: inline-block;
    width: 100%;
    height: 760px;
    overflow: hidden;

    border-radius: 24px;
    margin: auto;
}
#success{
    height: 267px;
    margin-bottom: 500px;
    border: 3px dashed #e7e2ce;
    background-color: #faf4de;

    border-radius: 24px;
    padding: 40px;
    padding-bottom: auto;
    font-style: italic;
}
.gamecanvas{
    overflow: hidden;

    border-radius: 18px;
    margin-top: 16px;
}
nav{
    display: block;
    display: inline-block;
    position:fixed;
    right: 0;
    left: 0;
    width: 80px;
    height: 80px;
    margin: auto;
    bottom: 20px;
    background-color: #eb2a66;
    padding: 20px 40px 20px 20px;
    color: #ffffffff;
    text-align: center;
    border-radius: 18px;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    outline: 4px solid #ffffff55;
}
nav div.menulist{
    display: block;
    position: relative;
    pointer-events: none;
    opacity: 0;
    font-size: 36px;

    -webkit-transition: 0.7s;

    -o-transition: 0.7s;

    transition: 0.7s;;
    overflow: hidden;
}
nav ul{
    list-style: none;
    pointer-events: all;
    padding-left: 18px;
}
nav ul li{
    margin-bottom: 1em;
}
nav ul li a{
    color: #ffffffff;
    cursor: pointer;
}
.menulist{
    z-index: 3;
}
#menutoggle{
    z-index: 2;
}
nav input{
        opacity: 0;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 0;
}
input:checked + div{
    opacity: 1;
    width: 100%;
}
nav .menutogglex{
    display: block;
    width: 40px;
    height: 40px;;
    -webkit-transform: scale(100%, 100%) rotate(0deg);;
        -ms-transform: scale(100%, 100%) rotate(0deg);;
            transform: scale(100%, 100%) rotate(0deg);
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    position: absolute;
    inset: 20px;
    top: auto;
}
#menutoggle{
    pointer-events: all
}
.menux{
    position: absolute;
    height: 8px;
    width: 40px;
    background-color: #ffffff;
    opacity: 1;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
}
.menux.one{
    top: 0;
}
.menux.two{
    inset: 0;
    margin: auto;
}
.menux.three{
    bottom: 0;
}
nav::before{
    content: '';
    opacity:0;
    background-color: #000000aa;
    width: 100vw;
    height: 100vh;
    -webkit-transition: 0.5s;

    -o-transition: 0.5s;

    transition: 0.5s;;
}
nav:has(input:checked)::before{
    content: '';
    opacity: 1;
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: -2;
    background-color: #000000aa;
    width: 100vw;
    height: 100vh;
}
nav:has(input:checked){
    background-color: #626b6b;
    width: 90vw;
    height: 70vh;
    outline:0px solid #000000aa;
}
nav:has(input:checked) .menux.one{
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 16px;
}
nav:has(input:checked) .menux.two{
    width: 7px;
}
nav:has(input:checked) .menux.three{
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    bottom: 16px;
}
.galleryflow{
    min-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4px;
    overflow: visible;
    line-height: 0;
    
    /* flex-basis: 25%; */
}
.galleryflow figure{
    line-height: inherit;
    display: block;
    width: calc(25% - 4px);
    min-width: 100px;
    aspect-ratio: 1;
    margin: 0;
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.galleryflow figure:hover{
    z-index: 3;
    -webkit-transform:  scale(1.2);
        -ms-transform:  scale(1.2);
            transform:  scale(1.2);
}

.galleryflow img{
    line-height: inherit;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.galleryflow img:hover{
    
    -webkit-transform: translate(0, 0);
    
        -ms-transform: translate(0, 0);
    
            transform: translate(0, 0);
}
#lightbox{
    display: none;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-color: #000000aa;
    position: fixed;
    inset: 0;
    z-index: 4;
    pointer-events: none;
}
#lightbox.open{
    display: block;
    opacity: 1;
    pointer-events: all;
}
#lightbox img{
    -o-object-fit: contain;
       object-fit: contain;
    position: absolute;
    inset: 0;
    margin: auto;
    width: 95vw;
    height: 95vh;
    max-width: 540px;
    max-height: 540px;

}