body {
    background-color: #010001;
    background-image: url('/img/background-whisky-blues-smoke.png');
    background-repeat: no-repeat no-repeat;
    background-size: cover;
}

.list-group-item {
    display: inline-block;
    width: 100%;
}
.list-group-item .answer {}
.list-group-item .nickname, .list-group-item .answer {
    display: inline-block;
    width: 70%;
    text-align: left;
}
.list-group-item .score {
    display: inline-block;
    width: 28%;
    text-align: right;
}
.list-group-item .score img {
    width: 1.5rem;
    margin-right: 1rem;
}
.card {
    display: inline-block;
    position: relative;
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    width: calc(10vw);
    height: calc(10vw * 1.46);
    border-radius: 1vw;
    background: #fff;
    -webkit-box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 7px rgba(0,0,0,0.5);
}
.used {
    background-color: #97ffaf;
}
.card p {
    text-align: center;
}
.card p.letter {
    font: 10vw 'DM Serif Display', serif;
}
.card .theme {
    color: #b42121;
}
.card span.theme {
    display: block;
    border-top-left-radius: 1vw;
    border-top-right-radius: 1vw;
    background-color: white;
    border-bottom: 2px solid #b42121;
    font: 1.5vw 'DM Serif Display', serif;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.card p.theme {
    padding-top: 30%;
    padding-left: 3px;
    padding-right: 3px;
    font: 1.5vw 'Yanone Kaffeesatz', sans-serif;
}

.hand {}

/* For modern browsers */
.hand:before,
.hand:after {
    content:"";
    display:table;
}

.hand:after {
    clear:both;
}
.block-section {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 20px 10px 20px 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    font: 2vw 'Yanone Kaffeesatz', sans-serif;
    color: #000000;
}
.block-section small {
    font-size: 20px;
}

.game-info .block-section {
    font: 1.5vw 'Yanone Kaffeesatz', sans-serif;
}

.player-input input {
    padding: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
    font: 3vw 'DM Serif Display', serif;
    color: black;
}
.player-input input.error {
    background-color: #ff9faa;
}
.player-input input.ok {
    background-color: #97ffaf;
}
.player-input .btn {
    padding-top: 20px;
    margin-top: 10px;
    font: 3vw 'Yanone Kaffeesatz', sans-serif;
}

button.logout {
    display: block;
    padding: .5rem 1rem;
    border: none;
    background-color: inherit;
    color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}
button.logout:hover {
    color: rgba(255, 255, 255, 0.75);
}

button.logout > img, img.menu-icon {
    width: 1.2rem;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    filter: invert(48%) sepia(79%) saturate(0%) hue-rotate(86deg) brightness(118%) contrast(119%);
}
button.logout:hover > img, a:hover img.menu-icon {
    filter: invert(48%) sepia(79%) saturate(0%) hue-rotate(86deg) brightness(1018%) contrast(119%);
}

.public-landing .block-section .form-control, .public-landing .block-section .btn {
    font-size: 2rem;
}

.block-section .how-to-play {
    font: 1.5rem 'Yanone Kaffeesatz', sans-serif;
    padding-top: 10px;
    color: #4e555b;
}
.block-section .how-to-play h5 {
    font-size: 2.5rem;
    color: #b42121;
}
.block-section .how-to-play p {
    text-align: left;
}
.block-section .hall-buttons .btn {
    font-size: 2rem;
}
.pure-block-section {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    padding: 20px 10px 20px 10px;
    margin-top: 12px;
    margin-bottom: 12px;
    width: 100%;
    color: #000000;
}
