  /* Sticky footer styles
-------------------------------------------------- */
html {
  /*font-family: 'Oswald', sans-serif;*/
}
body {
  height: 100%;
  background-color: #e6e6e6;
  /*font-family: 'Staatliches', cursive;*/
}


* {
  margin: 0px 0px;
  padding: 0px 0px;
}
html, body {
  height: 100%;
}
#container{
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom:-29px; /* - height of footer */
}

#footer {
  clear:both; 
  height:30px;
  background:#67a1ff;
  border-top: 2px solid #663300;
  position: fixed;
  bottom:0;
  width:100%;
  font-size: 12px;
  line-height: 1.1;
  padding-top
}

/* Fonty */
h1,h2,h3,h4,h5,h6,.navbar{
  font-family: 'Staatliches', cursive;
}

/* Custom page CSS
-------------------------------------------------- */

body > .container {
  padding: 60px 15px 0;
}

.container{
    width: 1150px;
    min-width: 1150px;
}

.center{
  display: block;
  text-align: center;
}

code {
  font-size: 80%;
}
.code{
  color: #27ff00;
  padding: .75rem;
  border-radius: .375rem;
  background-color: rgba(0, 0, 0, 0.70);
  white-space: pre;
}

.mynavbar {
  background-color: #67a1ff !important;
  border-bottom: 2px solid #663300 !important;
}

.mybutton-login {
  background-color: #f2f264 !important;
}

.mybutton-register {
  background-color: #ffff00 !important;
}

.reload-icon { font-size: 20px; color:#007bff; font-family: Lucida Sans Unicode; font-weight: 800; cursor: pointer;}

#menubalance {font-size: 20px;}

.login-menu {
  border: 2px ridge #a6a6a6;
  padding: 25px;
  background-color: white;
}

#login-h1 {
  border-bottom: 2px dotted #a6a6a6;
  padding: 30px;
}

#email1 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;  
}

#haslo1 {
  float: left;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}

a {
  font-size: 20px;
}


.playericon {
  text-align: center;
}

.playericon img {
  width: 46px;
  height: 46px;
  border-style: solid;
  border-width: 2px;
  border-color: #777;
  border-radius: 8px;
  margin: 1px;
}

.box-container {
  border: 2px ridge #a6a6a6;
  padding: 25px;
  background-color: white;
}