html{
  font-size: 85%;
  min-height:100%;
}



.btn-primary {
  color:#fff;
  background-color:#0689D9;
  border-color:#0689D9
}
.btn-primary:hover {
  color:#fff;
  background-color:#C800A1;
  border-color:#C800A1
}



body {
  color:#333;
  padding: 20px 0;
  background: url('../img/background.jpeg') no-repeat #fff;
  background-size: cover;
  min-height:100%;
}



.mycontainer {
  border: 1px solid #333;
  background: oldlace;
  position: relative;
  width: 300px;
  height: 300px;
  width: 302px;
  height: 302px;
  margin: 0 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; 
  -o-user-select: none;
  user-select: none;
}

.canvas {
  position: absolute;
  top: 0;
}

section{
  margin:0 auto;
  width:auto;
  max-width: 600px;
  background: #fff;
  padding:1rem;
}

section#registerBlock{
  border-top:1px solid #333;/* orangered;*/
  border-bottom:1px solid #333;/* orangered;*/
}


h1{
  width: 100%;
  text-align: center;
}
.h2, h2 {
  font-size: 1.5rem;
}
.bravo {
  margin: 40% auto;
  width: 100%;
  text-align: center;
}
#gaming_description{
  text-align: center;
  font-style: italic;
}

#registerBlock{
  display: none;
}
#gamingGainAnnounceCTA{
  display: none;
  margin:1rem;
  padding: 1rem;
  font-size: 120%;
  font-weight: bold;
  background: hotpink;
  color:#fff;
}
#registerForm{
  padding: 1rem 2rem;
}
#registerFormTitle{
  margin: 1rem;
  text-align: center;
}
#registerFormMessage.error{
  color:orangered;
  color:#C800A1
}

#gameBlock{
  display: none;
}
#gameTitle{border-radius: 25px 25px 0 0;}
#registerBlock,#splashBlock{border-radius: 0 0 25px 25px;}
.loader{
  display: none;
}
.buttonload .loader{
  display: block
}

/* Add a right margin to each icon */
.fa {
  margin-left: -12px;
  margin-right: 8px;
}

.gamingContainer{
  text-align: center;
}
.gamingContainer.error{
  color:orangered;
  font-weight: bold;
  width: 100%;
margin-top: 30%;
font-size: 140%;
}


#splashButton{
  margin-top:1rem;
  margin-bottom: 1rem;
}

#rulesBlock{text-align: center;}
#rulesLink{color:inherit}
#gamingGainAnnounceCTA{
  padding:1rem;
  text-align: center;
}
#gamingGainAnnounceCTALink{
  color:inherit;
}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 480px) {
  section{
    margin:0 20px 0 
  }
  h1{font-size:2rem}
}
