a {
    color: #ffc600;
    text-decoration: none;
}

a:hover {
    color: #ffc600;
    text-decoration: none;
}

/*@media (min-width: 600px) and (max-width: 800px) {*/

/*html { background: red; }*/

/*}*/

@media only screen and (min-width: 812px) {
    .sticky-footer {
        display: none;
    }
}

@media only screen and (max-width: 812px) {
    #mainlobby {
        display: none;
    }
    .bomba {
        display: none;
    }
}

.sticky-footer {
    z-index: 1000;
    position: fixed;
    right: 0;
    bottom: -2px;
    left: 0;
    color: #ffc600;
    font-size: 12px;
    text-align: center;
}

.sticky-footer__content {
    display: block;
    background: #0d0d0d;
    border-top: 1px solid #2f2f2f;
}

.sticky-footer__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.sticky-footer__filler--tablet-helper {
    display: none;
}

.sticky-footer__action {
    position: relative;
    -webkit-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%;
    padding: 5px 2px 5px;
    overflow: hidden;
}

.jpfooter {
    width: 100%;
    height: auto;
}

.Jpcentered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: jpfonts;
}

@font-face {
    font-family: jpfonts;
    src: url(BUBBLEBATH.ttf);
    font-weight: bold;
}