.bkg {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  background: url('https://storage.googleapis.com/game-night-audio/landing-bkg-7.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.app-web {
  position: relative;
  height: auto;
}

.app-cont {
}

.logo-cont {
  position: relative;
  text-align: center;
}

.logo-cont img {
  width: 95px;
  padding: 20px;
}

.header-content {
  text-align: center;
  font-family: roboto;
  color: white;
  margin-top: -50px;
}

.h1 {
  font-size: 3.55em;
}

.h2 {
  font-size: 1.8em;
  margin-top: -40px;
}

.phone-cont {
  text-align: center;
  position: relative;
  height: auto;
  width: 350px;
  margin: 0 auto;
}

.phone-cont img {
  width: 100%;
}

.phone-cont video {
  position: absolute;
  left: 25px;
  top: 70px;
  width: 300px;
  height: 540px;
}

.bottom-bar {
  position: fixed;
  bottom: 0;
  margin: 0;
  padding: 0;
  left: 0;
  /*background: pink;*/
  height: auto;
  width: 100%;
}

.bottom-bar .bb-item {
  float: left;
  font-size: 30px;
  padding: 10px;
  width: 35px;
  text-align: center;
  transition: 0.25s all;
  color: white;
}

.bottom-bar .bb-item-right {
  float: right;
  width: auto;
  font-size: 20px;
  font-family: Arial;
  padding-right: 20px;
}

.bottom-bar .bb-item a {
  color: white;
  text-decoration: none;
}

.bottom-bar .bb-item:hover {
  background: rgba(255,255,255, 0.3);
}

.grid-item img {
  /*border: 1px solid white;*/
  border-radius: 9px;
}

.grid-container {
  display: grid;
  grid-template-columns: auto;
}

.grid-item {
  text-align: center;
}

.space-lg {
  margin-top: 12vh;
}

.space-md {
  margin-top: 10vh;
}

.space-sm {
  margin-top: 8vh;
}

.space-xs {
  margin-top: 5vh;
}

@media screen and (max-width: 500px) {
  .logo-cont {
    position: relative;
    text-align: center;
  }

  .logo-cont img {
    width: 55px;
  }

  .header-content {
    margin-top: -50px;
  }

  .h1 {
    font-size: 3em;
  }

  .h2 {
    font-size: 1.4em;
  }

  .grid-item img {
    width: 220px;
  }

  .phone-cont {
    padding-bottom: 100px;
  }

  .bottom-bar {
    background: rgba(0,0,0, 0.3);
    padding-left: 20%;
  }

  .bottom-bar .bb-item {
    font-size: 22px;
  }

  .bottom-bar .bb-item-right {
    display: none;
  }
}
