/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on February 10, 2019 */
@font-face {
    font-family: 'hokjesgeestregular';
    src: url('hokjesgeest-webfont.woff2') format('woff2'),
         url('hokjesgeest-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0;
}

.wrapper {
    width: 640px;
    height: 548px;
    position: relative;
    background: #62778C;
}

.ui {
    position: absolute;
    cursor: pointer;
    height: 24px;
}

.restart {
    top: 10px;
    left: 10.5px;
}

#board {
    width: 550px;
    margin-left: 45px;
}

.centered {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#promotion-menu {
    border: 4px solid black;
    border-radius: 25px;
    padding: 5px 25px;
    background: #445A77;
}

.promotion-button {
    height: 68px;
    cursor: pointer;
}

#end-text {
    font-family: 'hokjesgeestregular';
    font-size: 55px;
    color: purple;
    pointer-events: none;
}

.special {
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.stunned img {
    opacity: .5;
}

.cloaked img {
    opacity: 0;
}

.peek img {
    opacity: 1;
}

.inactive {
    opacity: .5;
    cursor: default;
}

.grey1 {
    background: #A9A9A9;
}

.grey2 {
    background: #696969;
}

.red1 {
    background: #B23C3C;
}

.red2 {
    background: #953233;
}