html {
    min-height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

body {
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-color: #FFFFFF;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: Contrail One, "Arial Black", Gadget, sans-serif;
    font-size: 16pt;
}

.header{
    height: 100vh;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

.home_text {
    color: black;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    font-size: 20pt;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
}

.home_text a {
    color: black;
    text-decoration: none;
}

.home_location {
    padding: 15px;
    margin: 25px;
    color: #000000;
}


.home_location a {
    color: black;
    text-decoration: none;
}

.location_container {
    display: flex;
    justify-content: center;
}

.game {
    color: white;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
}

@media screen
  and (min-device-width: 1200px)
  and (-webkit-min-device-pixel-ratio: 1) {

    .game {
        padding-left: 65px;
        padding-right: 65px;
    }
}


.game img {

    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.lang-form {
    text-align: right;
    margin: 10px;
    font-size: 12px;
}

.crossword {
    display: flex;
    justify-content: center;
}

.crossword-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    border: 1px white solid;
}
.crossword-item input {
    color: black;
}

.room-list-item{
    color: #FFFFFF;
    margin-bottom: 50px;
}

.room-list-item a{
    color: #FFFFFF;
}

.room-list-item .book-now{
    width: 100%;
    padding:10px 0;
    background: #BB0000;
    text-align:center;
    font-size: 1.1em;
    color:#ffffff;
}

.room-list-item .responsive-video{
     width: 100%;
     height: 200px;
}


.room-list-item:hover{
	  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -moz-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -o-box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}

.room-list-item .text{
    height: 100%;
    padding: 1em 1em;
    position: relative;
}

.progress-bar {
  height: 20px;
  border-radius: 4px;
  margin: 10px 0;
  background-color: #BB0000;
}