/*******************
       GENERAL
********************/

html, body {
    border: 0;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    color: white;
}

#hmimg {width: 250px; display: none;}

#showed-result {
    font-size: 4rem;
    font-family: 'Chelsea Market' ,'permanent_markerregular' ,'Permanent Marker', cursive, 'Open Sans', sans-serif;
    color: white;
    white-space: pre; /* Keep spaces! */
}

#button {color:White; width: 100px; height: 30px; border: 2px, solid, white; text-align: center; background-color: lightblue;}

#wrong-letters {color: red;}

#grey-body {background-color: #454545;}

#rules {color: lightgrey;}

#toggle-hangman {color:black;}

#button-settings {color:black;}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a h2, h2 a {color: #ffa500;}

a h2:hover, h2 a:hover {
    color: #ffa500;
    text-decoration: underline;
    text-decoration-color: #ffa500;
}

#about {
    display: none;
    position: fixed;
    background-color: rgb(255, 255, 255);
    color: black;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    top:0;
    left: 0;
    right: 0;
    margin: 10px auto 0 auto;
    vertical-align: baseline;
}
/*
#settings {
    display: none;
    position: fixed;
    background-color: rgb(255, 255, 255);
    color: black;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    top:0;
    left: 0;
    right: 0;
    margin: 100px auto 0 auto;
    vertical-align: baseline;
}
*/

#settings {
    display: none;
}

#settings li {
    display: inline-block;
    margin: 1px;
    padding: 1px;
}

#settings ul {
    padding: 0;
    margin-top: -10px;
}

#settings button {
    background-color: black;
    color: white;

}

#settings-open {
    display: none;
}
/*
#close-window {
    position: absolute;
    margin-top: -20px;  
    font-size: 2.5rem;
}*/

#close-window {
    font-size: 2.3rem;
    margin-top: -5px;
}

#close-window:hover {
    cursor: pointer;
    background-color: rgba(255, 0, 0, 0.329);
}

.uInput {
    vertical-align: top;
    height: 70px;
    word-wrap: break-word;
    resize: none;
    background-color: #444444;
    border-color: lightblue;
    color: white;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    font-size: large;
}

.inputs {
    vertical-align: top;
    text-align: center;
    height: 70px;
    word-wrap: break-word;
    resize: none;
    background-color: #333333;
    border-color: #ffa500;
    color: white;
    width: 48.5%;
    font-weight: bold;
    margin-bottom: 5px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.uInput:focus, .inputs:focus {
    border-color: #ffffff;
    outline: none !important;
}

.btns {
    margin-bottom: 5px;
    height: 50px;
    border-color: #ffa500;
    background-color: #ffa500;
    color: Black;
    box-shadow: 0;
    border-radius: 5px;
    font-size: 2rem;
    text-align: center;
    vertical-align: center;
    width: 50%;
}
/*
.btns2 {
    margin-bottom: 5px;
    height: 50px;
    border-color: #ffffff;
    color: Black;
    box-shadow: 0;
    border-radius: 5px;
    width: 100%;
    font-size: 2.5rem;
    border: 1px solid #333333;
    color: white;
    border-radius: 2px;
    padding: 5px;
    list-style-type: none;
}
*/
.btns2 {
    font-size: 2.5rem;
    border: 1px solid #333333;
    color: white;
    border-radius: 2px;
    padding: 5px;
    list-style-type: none;
}

.info-links a, .info-links li {
    margin: 0 5px 0 0; 
    display: inline-block;
}

.closeWindow {border: solid black 1px;}

#about-open {cursor: pointer; margin-bottom: 20px;}

#about p {font-size: 1.2rem;}

a { cursor:pointer;}

#show-less-copyright, #more-copyright {display: none;}


/***************
**PUBG coords reused as win/lose popup.
****************/

#new-game {
    margin-left: -7px;
    height: 40px;
    transition: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: ease-in;
    transition: 0.2;
    cursor: pointer;
    font-size: 1.25em;
}

#new-game:hover {
    font-weight: bolder; 
    font-stretch: extra-expanded;
}

.maps {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.87);
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    height: 160px;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 200px auto;
}

.maps p {
    text-align: center;
    color: white;
}

.maps li {font-size: 2rem;}
.maps li:hover {cursor: pointer;}
.maps p:first-child { margin-right: 5px;}


#close-maps { 
    color:white;
    float: right;
    font-size: 26px;
    line-height: 1;
}

#close-maps:hover { 
    cursor: pointer;
    color: rgba(255, 255, 255, 0.445);
}

.close {
    color: white;
    text-shadow: none;
}


/***************
******DICE
****************/


.themes p {display: inline-block;}
.themes p:hover {cursor: pointer;}

#color1 {color: orange}
#color2 {color: #EB4D4D}

.dice {max-width: 300px;}

/*************
 G E N E R A L
**************/

.bold {font-weight: bold;}

.spaceUp5 {margin-top: 5px;}
.spaceUp10 {margin-top: 10px;}

.spaceDown5 {margin-bottom: 5px;}
.spaceDown10 {margin-bottom: 10px;}

.spaceRight10 {margin-right: 10px;}

.closer5 {margin-top: -5px;}
.closer15 {margin-top: -15px;}

.white-border {border-color: white;}
.white-text {color:white;}

.inline-this {display: inline;}

.copyright {font-size: 0.8rem; color: grey;}

.noTextDecoration:hover {text-decoration: none;}

.floatLeft {float:left;}
.floatRight {float:right;}