body{
 height: 100%;
  width: 100%;
  overflow: none;
  background-color: #b8c6db;
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
  display: block;
  margin: 0;
  font-family: 'Poppins', sans-serif;
font-family: 'Lato', sans-serif;
}
ul {
list-style-type: none;
display: flex;
align-items: center;
justify-content: space-around;
}
li {
list-style-type: none;
}
a {
text-decoration: none;
}

#logo {
width: 100px;
}
.header {
  height: 70px;
}
.bgheader {
  background-image: url(../img/background.jpg);
  display: grid;
  justify-content:center;
  height: 1000px;
  align-content: center;
}

.bgheader1 {
  background-color: #303030;
  color: white;
  display: grid;
  justify-items: center;
  align-content: center;
  overflow: scroll;
}

.bgheader1 p {
  width: 80%;
}

strong {
  font-weight: 900;
  font-size: 25px;
}

.funbtn {
  background-color: green;
      padding: 10px;
      color: white;
      border-radius: 4px;
}

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

.termsrow a {
  color: #b4fdec;
  margin: 5px;
  font-size: 15px;
}

.gameboxindex {
  display: grid;
  align-items: center;
  justify-items: center;
  height: 400px;
  border-radius: 10px;
  background-color: #b8c6db;
  background-image: linear-gradient(315deg, #b8c6db 0%, #f5f7fa 74%);
}
.gamebox {
display: grid;
align-items: center;
justify-items: center;
height: 400px;
width:600px;
border-radius: 10px;
}

.gamebox h1 {
  font-weight: 900;
}

.game {
  width: 200px;
      height: 150px;
      margin: 20px;
      border-radius: 10px;
      display: grid;
      align-content: end;
      margin-bottom: 120px;
      box-shadow: 3px 3px 3px black;
      background-size: cover;
    background-repeat: no-repeat;
}

.game:hover {
  box-shadow: 0px 0px 0px black;
}
.game p {
margin-bottom: -60px;
color: #f79c03;
    text-align: center;
    font-weight: 900;

}
.titleGame {
  color: #172539;
}
.gamesection {
  display:flex;
}

iframe {
  width: 100%;
  height: 100%;
}

#g1 {
background-image: url(../img/game1.png);

}

#g2 {
background-image: url(../img/game2.png);

}

#g3 {
background-image: url(../img/game3.png);

}

.footer {
  height: 200px;
  background-color: black;
  display: grid;
align-content: center;
padding-top: 20px;
}

.footer p {
  margin: 0;
  color: #666666;
  text-align: center;
  font-size: 10px;
  padding: 10px;
}

.popup {
      display: none;
}

.shows {
  position: relative;
      z-index: 1;
      display: grid;
      justify-items: center;
      height: 900px;
      align-items: center;
      background-image: linear-gradient(to top, #30cfd0b3 0%, #330867 100%);
      margin-top: -1100px;
}
#popbutton {
width: 100%;
height: 50px;
border-radius: 10px;
margin-top: 20px;
box-shadow: 3px 5px 3px #adadad8f;
font-weight: 900;
    font-size: medium;
    color: white;
    background-color: #2c7b95;
}
#popbutton:hover {
  box-shadow: 0px 0px 0px #adadad8f;
  font-size: 18px;

}
input {
  width: 300px;
    height: 50px;
    text-align: center;
    border-radius: 20px;
    margin: 10px;
    box-shadow: 0px 0px 10px white;
}
form {
  display: grid;
    justify-items: center;
}
form h3 {
  color: white;
  font-size: 60px;
}
.hide {
  display: none!important;
}
/* 720px breakpoint */
@media only screen and (min-width:500px) and (max-width: 600px) {

.gamebox {
  width: 400px;
}
.gameboxindex {
  display: grid;
  padding: 50px;
  height: auto;
  width:400px;
}
.game {
  height: 100px;
  width: 100px
}

.game p {
    margin-bottom: -92px;
}
}
/*
500px breakpoint */
@media only screen and (min-width:0px) and (max-width: 499px) {

  .game {
      width: 80px;
      height: 80px;
          margin-bottom: 60px;
      border-radius: 10px;
      background-size: cover;
    background-position: center;
    box-shadow: 0px 0px 0px black;
    justify-content: center;
    display: grid;
    }
.game p {
  margin-bottom: -80px;
}
    .gameboxindex {
      display: grid;
      padding: 50px;
      height: auto;
    }
  .gamebox {
    display: grid;
    width: 300px;


  }

  .gamesection {
    display: grid;
  }
#title {
margin-left:20px;
}
}
