body {
    margin: 0;
    padding: 0;
    font-family: "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue",
        "Muli", "Helvetica", "Lucida Grande", sans-serif;
    font-weight: 300;
    background-color: #241b1b;
}

.top {
    height: 70px;
    margin: 0 auto;
    width: 1150px;
    position: relative;
    margin-top: 5px;
}

.toptop {

    height: 75px;
    box-sizing: border-box;
    width: 100%;
    /* background-color:rgb(21, 22, 26); */
    background-color: rgb(29, 31, 32);
    font-size: 40px;
    line-height: 45px;
    border-bottom: 1px solid rgb(29, 31, 32);
    text-align: center;
    padding-top: 10px;
    position: fixed;
    z-index: 100;

    width: 100%;
    /* height: 100%; */

    background: rgba(29, 31, 32, 0.904) radial-gradient(rgba(255, 255, 255, 0.712) 10%, transparent 3%);

    background-size: 11px 11px;
}

#waldo-tag-15021 {
    margin: 0 auto;
    margin-top: 3px;
}

.bg {
    /* width:100%;
    height:430px;
    background-color: #4d4d9c; */

    width: 100%;
    /* height: 100%; */
    height: 430px;

    background: rgba(29, 31, 32, 0.904) radial-gradient(rgba(255, 255, 255, 0.712) 10%, transparent 1%);

    background-size: 11px 11px;
}

h1 {
    font-size: 30px;
    line-height: 45px;
    font-weight: boald;
    width: 740px;
    margin: 0 auto;
    color: #333333;
    /* font-family: "HelveticaNeue-Medium", "Cabin", sans-serif; */
    font-family: "Sofia", sans-serif;
    /* text-shadow: 3px 3px 3px #ababab; */

}


a {
    text-decoration: none;

}

a:hover {
    text-decoration: underline;
    cursor: pointer;
}

a.title {
    color: inherit;
    /* blue colors for links too */
    text-decoration: inherit;
    /* no underline */
}

h2 {
    /* color: #ee9b9b; */
    color: #9db0ec;
    font-size: 26px;
    font-weight: 1500;
    margin-top: 12px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.broken {
    padding-top: 0;
}

.h2bar {

    width: 100%;
    height: 100%;
    background: rgba(29, 31, 32, 0.904) radial-gradient(rgba(255, 255, 255, 0.712) 10%, transparent 1%);
    background-size: 11px 11px;
    /* width:100%; */
    /* background-color:#333131; */
    overflow: auto;
    min-height: 38px;
    /* border-bottom:1px solid rgba(29, 31, 32, 0.904); */
    padding-top: 75px;
}

.container {
    margin: 0 auto;
    width: 1150px;
    padding-top: 30px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.keyboard {
    height: 400px;
    margin: 5px auto 0;
    width: 845px;
    position: relative;
    padding: 0 22px;
    display: inline-block;
}

#numpadblock {
    height: 400px;
    width: 210px;
    margin: 5px auto 0;
    display: inline-block;
    position: relative;
    padding: 0 22px;
}

.numpadfiller {
    width: 210px;
    height: 90px;
    display: inline-block;
}

.hidenumpad {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hidenumpad:hover {
    background-color: #C5C5C5;
    border-color: white;
    border-bottom: 1px solid #D8D8DE;
    border-right: 1px solid #D8D8DE;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.hidenumpad:active {
    /* background: linear-gradient(to bottom right, #8FD700, #17D700); */
    background: linear-gradient(to bottom right, #ff0000, #faeb21);
    opacity: 1;
    color: #fff;
    border-color: white;
    border-bottom: 1px solid #D8D8DE;
    border-right: 1px solid #D8D8DE;
}

.key {
    border-bottom: 1px solid #D8D8DE;
    border-right: 1px solid #D8D8DE;
    opacity: 0.98;
    color: #898989;
    display: inline-block;
    font-size: 18px;
    height: 52px;
    text-align: center;
    vertical-align: top;
    width: 50px;
    margin: 5px 1px;
    border-radius: 17px;
    background-color: #000000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.key:hover {
    font-weight: bold;
    box-shadow: inset 0 20px 20px -20px #E7E7E7;
}

.extra {
    font-size: 13px;
}

.toprow {
    height: 26px;
    font-size: 13px;
    line-height: 0px;
    width: 52px;
}

.tilde {
    font-size: 16px;
    line-height: 15px;
}

.del {
    text-align: right;
    padding-right: 6px;
    width: 72px;
    font-size: 13px;
    line-height: 40px;
}

.plus {
    line-height: 15px;
}

.min {
    line-height: 5px;
}

.Tab {
    text-align: left;
    padding-left: 6px;
    width: 72px;
    font-size: 13px;
    line-height: 40px;
}

.bracket {
    line-height: 4px;
    font-size: 15px;
}

.CapsLock {
    text-align: left;
    padding-left: 6px;
    width: 85px;
    font-size: 13px;
    line-height: 40px;
}

.return {
    text-align: right;
    padding-right: 6px;
    width: 90px;
    font-size: 13px;
    line-height: 40px;
}

.bottomrow {
    font-size: 13px;
    line-height: 56px;
    height: 58px;
}

.fn {
    text-align: left;
    padding-left: 6px;
    width: 46px;
}

.cmd {
    width: 60px;
}

.active {
    /* background: linear-gradient(to bottom right, #8FD700, #17D700); */
    background: linear-gradient(to bottom right, #ff0000, #faeb21);
    opacity: 1;
    color: #fff;
    border-color: #D8D8DE;
}

.shiftleft {
    text-align: left;
    padding-left: 6px;
    width: 114px;
    font-size: 13px;
    line-height: 40px;
}

.shiftright {
    text-align: right;
    padding-right: 6px;
    width: 120px;
    font-size: 13px;
    line-height: 40px;
}

.Space {
    width: 284px;
    height: 58px;
}

.left {
    height: 26px;
    margin-top: 37px;
    font-size: 10px;
    line-height: 27px;
    width: 52px;
}

.updown {
    font-size: 10px;
    height: 58px;
    width: 52px;
}

.up {
    height: 29px;
    line-height: 30px;
    border-bottom: 1px solid #E7E7E7;
}

.down {
    height: 28px;
    line-height: 30px;
}

.hidden {
    visibility: hidden;
}

.nowork {
    background-color: #868686;
    color: white;
}

.test {
    color: #000000;
}

.infotext {
    display: inline;
}

.keycounter {
    border-bottom: 1px solid #D8D8DE;
    border-right: 1px solid #D8D8DE;
    opacity: 0.98;
    color: white;
    border-radius: 3px;
    background: linear-gradient(to bottom right, #FF512F, #F09819);
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}

.footer {
    width: 100%;
    /* border-top:1px solid #D8D8DE; */
}

.bcolor {
    border-bottom: 1px solid #D8D8DE;
    border-right: 1px solid #D8D8DE;
    opacity: 0.98;
    color: white;
    border-radius: 17px;
    background: linear-gradient(to bottom right, #ff0000, #faeb21);
    padding: 3px;
    display: inline;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
}


/* Small screens */
@media all and (max-width: 1050px) {
    #card {
        width: 47%;
    }
}

@media all and (max-width: 700px) {
    #card {
        width: 99%;
    }
}


/* Footer */

/* body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
        } */
.footer {
    background-color: #1d1f20;
    color: white;
    text-align: center;
    padding: 20px 0;
}

.footer .social-icons {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.footer .social-icons li {
    display: inline;
    margin: 0 10px;
}

.footer .social-icons a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.footer .social-icons a:hover {
    color: #ffa928;
}