a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block
}
body{
    line-height:1
}
ol,ul{
    list-style:none
}
blockquote,q{
    quotes:none
}
blockquote:after,blockquote:before,q:after,q:before{
    content:'';
    content:none
}
table{
    border-collapse:collapse;
    border-spacing:0
}
::selection{
    background:0 0
}
::-moz-selection{
    background:0 0
}
body{
    font-family:Domine,serif
}
#siteHeader{
    height:60px;
    background:#eee;
    overflow:hidden
}
.siteTitle .siteTitleName{
    font-size:34px;
    display:block;
    text-align:center;
    margin:5px 0 0 0
}
.siteTitle .siteTitleStory{
    font-family:'Barlow Semi Condensed',sans-serif;
    font-size:12px;
    display:block;
    text-align:center
}
.siteLogo{
    display:block;
    height:50px;
    width:50px;
    position:absolute;
    overflow:hidden;
    top:5px;
    left:15px
}
.siteLogo img{
    width:100%;
    display:block
}
#siteHelp{
    width:40px;
    height:40px;
    position:absolute;
    right:15px;
    top:10px;
    cursor:pointer
}
#siteHelp img{
    width:100%;
    height:auto
}
#siteHelp:hover{
    opacity:70%;
    cursor:pointer
}
#gameWrap{
    text-align:center;
    max-width:560px;
    margin:0 auto;
    padding:0 20px;
    position:relative
}
#words{
    display:inline-block;
    margin:50px auto;
    position:relative;
    font-family:Domine,serif
}
.wRow{
    display:flex;
    justify-content:center;
    align-items:stretch;
    gap:5px 5px;
    margin-bottom:5px
}
.wLetter{
    text-transform:uppercase;
    border:1px solid #000;
    width:60px;
    height:60px;
    font-size:45px;
    line-height:69px;
    width:18vw;
    height:18vw;
    max-width:60px;
    max-height:60px;
    transition:background 1.5s
}
.wRowDone .wLetter{
    background:#ddd;
    border-color:#ddd
}
.wRowDone .wLetter.wLetterFound{
    background:#ff9f1c;
    border-color:#ff9f1c
}
.wRowDone .wLetter.wLetterExact{
    background:#60992d;
    border-color:#60992d
}
#keys{
    text-align:center;
    touch-action:manipulation;
    font-family:'Barlow Semi Condensed',sans-serif;
    border-radius:5px
}
.keysRow{
    display:flex;
    justify-content:center;
    align-items:stretch;
    gap:5px 5px;
    margin-bottom:5px
}
.kKey{
    cursor:pointer;
    border-radius:5px;
    background:#000;
    color:#fff;
    font-size:18px;
    line-height:5vw;
    width:20vw;
    height:20vw;
    max-height:50px;
    align-items:center
}
.kKey div{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%
}
.kKey:hover{
    background:#444!important;
    box-shadow:1px 0 12px -1px rgba(0,0,0,.75) inset;
    -webkit-box-shadow:1px 0 12px -1px rgba(0,0,0,.75) inset;
    -moz-box-shadow:1px 0 12px -1px rgba(0,0,0,.75) inset
}
.kKey:focus-within{
    background:#666!important;
    box-shadow:1px 0 12px 8px rgba(0,0,0,.75) inset;
    -webkit-box-shadow:1px 0 12px 8px rgba(0,0,0,.75) inset;
    -moz-box-shadow:1px 0 12px 8px rgba(0,0,0,.75) inset
}
#kkDelete,#kkEnter{
    flex-grow:2;
    width:54vw;
    text-transform:uppercase
}
.kKey.wLetterFound{
    background:#ff9f1c!important;
    transition:background 1.5s
}
.kKey.wLetterUseless{
    background:#666;
    color:#ddd;
    transition:background 1.5s
}
.kKey.wLetterExact{
    background:#60992d!important;
    transition:background 1.5s
}
.keysRow>*+*,.wRow>*+*{
    margin-left:3px
}
#gameInfo{
    padding:40px;
    width:200px;
    font-size:30px;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    background-color:#fff;
    -webkit-box-shadow:0 10px 13px -7px #000,5px 5px 15px 5px transparent;
    box-shadow:0 10px 13px -7px #000,5px 5px 15px 5px transparent;
    cursor:pointer;
    z-index:100
}
#gameInfoClose{
    position:absolute;
    right:5px;
    top:5px;
    width:30px;
    height:30px
}
#gameInfoClose img{
    width:100%;
    height:auto
}
#gameInfoClose:hover{
    opacity:70%:
}
.gameInfoSmall{
    font-size:16px;
    margin-top:30px
}
.gameInfoSmallTitle{
    font-size:12px;
    text-transform:uppercase;
    display:inline-block;
    font-family:'Barlow Semi Condensed',sans-serif;
    background:#000;
    color:#fff;
    padding:3px;
    margin-bottom:3px
}
#gameInfoText img{
    display:block;
    width:100%;
    height:auto;
    margin-top:30px
}
#gameInfoLegenda{
    text-align:left
}
.legendaBullet{
    display:inline-block;
    width:12px;
    height:12px;
    margin:0 5px 0 0
}
.legendaExact{
    background:#60992d
}
.legendaFound{
    background:#ff9f1c
}
.legendaUseless{
    background:#ddd
}
#gameInfoActions{
    padding:30px 0 0 0
}
#gameInfoActions div{
    display:inline-block;
    padding:12px;
    font-size:12px;
    text-transform:uppercase;
    background:red;
    color:#fff;
    border-radius:4px;
    cursor:pointer;
    font-family:'Barlow Semi Condensed',sans-serif
}
#gameInfoActions div:hover{
    background:#bb1013
}
#splash{
    position:fixed;
    z-index:1000;
    top:10px;
    left:50%;
    transform:translate(-50%,0);
    padding:20px;
    background:#000;
    color:#fff
}
@media screen and (max-width:400px){
    .wLetter{
        font-size:10vw;
        line-height:15vw;
        width:14vw;
        height:14vw
    }
}
@media screen and (max-width:600px){
    #siteHeader{
        padding:0 2.5%;
        text-align:center
    }
    #gameWrap{
        padding:0 2.5%
    }
    #keys{
        position:fixed;
        bottom:20px;
        left:2.5%;
        width:95%
    }
    .keysRow,.wRow{
        gap:3px 3px;
        margin-bottom:3px
    }
}
@media screen and (max-width:600px) and (max-height:600px){
    #keys{
        position:relative
    }
    .wLetter{
        font-size:6vw;
        line-height:10vw;
        width:10vw;
        height:10vw
    }
}
@media screen and (min-height:700px){
    #gameInfo{
        top:140px;
        transform:translate(-50%,0)
    }
}
@media screen and (max-height:520px){
    .kKey{
        width:20vw;
        height:12vw;
        max-height:40px
    }
    #words{
        margin:30px auto
    }
}
#Countdown p{
    font-size:30px;
    text-align:center
}
ul#example{
    list-style:none;
    margin:20px 0;
    padding:0;
    display:block;
    text-align:center
}
ul#example li{
    display:inline-block
}
ul#example li span{
    font-size:40px;
    font-weight:300;
    line-height:20px
}
ul#example li.seperator{
    font-size:30px;
    line-height:10px;
    vertical-align:top
}
ul#example li p{
    color:#a7abb1;
    font-size:12px
}
.red{
    color:#d01818
}
