@font-face {
    font-family: ShareTechMono;
    src: url(../lib/font/ShareTechMono-Regular.ttf);
}
html,body{
  background-color: hsl(0, 0%, 0%);
  margin: 0;
  padding: 0;
  overflow: hidden;
}
body{
  position: relative;
}
/*::-webkit-scrollbar {
    width: 0;
    background: transparent;
}*/
canvas{
  z-index: -100;
}
#main{
  position: absolute;

  width: 100%;
  background-color: #dddd;
  bottom: 5px;
  margin-top: -10px;
  overflow-x: hidden;
  overflow-y: scroll;
  transition: background-color 0.5s;
  transition: background-color border-color 0.5s;
  border : 10px solid #9995;
  box-sizing: border-box;
  /*pointer-events: none;*/
}
#menu{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ddd;
  background-clip: padding-box;
  box-sizing: border-box;
  border-top:10px solid #999;
  border-bottom:10px solid #999;
  font-size: 0;
  z-index: 101;
  transition: border-color 1s;
}
.menu_button{
  border: none;
  position: relative;
  box-sizing: border-box;
  background-color: #ddd;
  font-size: 50px;
  font-family: ShareTechMono;
  display: inline-block;
  outline: none;
  transition: background-color 0.5s;
  padding: 0;
}
.menu_button:hover{
  background-color: #999;
  cursor: pointer;
}

.menu_button.jatszom{
  margin-left: 25px;
}

@media screen and (min-width: 601px) {
  #main {
    width: 520px;
    margin-left : 150px;
  }
  #menu{
    padding-left: 150px;
  }
  .menu_button{
    /*font-size: 30px;*/
  }
}

@media screen and (min-width: 1023px) {
  #main {
    width: 650px;
    margin-left : 200px;
  }
  #menu{
    padding-left: 200px;
  }
  .menu_button{
    /*font-size: 30px;*/
  }
}

@media screen and (min-width: 1439px) {
  #main {
    width: 830px;
    margin-left : 400px;
  }
  #menu{
    padding-left: 400px;
  }
  .menu_button{
    /*font-size: 30px;*/
  }
}
@media screen and (orientation:portrait) {
  #main{
    width: 100%;
    margin-left: 0;
  }
  #menu{
    padding: 0;
    text-align: center;
  }
  .menu_button{
    font-size: 8vw;
  }
}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 90px;
    color: black;
    background-color: #ddd;
    border-top: 10px solid #999;
    border-bottom: 10px solid #999;
    text-align: center;
    overflow-y: auto;
    transition: border-color 1s;
    line-height: normal;
}

.footer p {
  padding-left: 5px;
  margin: 0;
}

.footer .logo {
  display: inline-block;
}

.footer .logo a {
  display: inline-block;
  vertical-align: middle;
}

.footer .logo img{
  width: 7em;
  padding: 0 1em;
  vertical-align: bottom;
}

.logo_center {
  position:  absolute;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

#pageEsemenyek img{
  padding: 1em;
}

#pageEsemenyek p.flow-text {
  margin: 0.5em 0;
}

#nyertesek {
  position: absolute;
  top: 5px;
  right: 0;
  z-index: 1000;
}

#nyertesek button{
  background-color: rgb(198, 94, 83);
}
