.rupaul-background {
  background-image: url("../assets/rupaul_game_background.png");
	background-position: center;
  height: 1080px;
}

.dragonup-background {
  background-image: url("../assets/dragonup_game-background.png");
	background-position: center;
  height: 1080px;
}

.hatters-hand-background {
  background-image: url("../assets/hattershand_game_background.png");
	background-position: center;
  height: 1000px;
}

.project-container {
  width: 100%;
  height: 100%;
}

.project-information-container {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.logo-image {
  height: 100px;
}

.logo-image-larger {
  height: 200px;
}

.awards-container {
  background-color: #FAB3E0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.award-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.award-images {
  height: 100px;
}

.rupaul-information {
  background-color: white;
  background-image: url("../assets/rupaul-pattern.png");
  background-repeat: repeat;
  width: 1920px;
}

.dragonup-information {
  background-color: white;
  background-image: url("../assets/dragonup-tile-pattern.png");
  background-repeat: repeat;
  width: 1920px;
}

.hatters-hand-information {
  background-color: white;
  width: 1920px;
}

.game-button-image {
  height: 50px;
  margin: 10px;
}

.rupaul-information p {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 50px;
}

.dragonup-information p {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 50px;
}

.hatters-hand-information p {
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 50px;
}

.game-screen-shots {
  display: flex;
  margin-top: 50px;
  margin-bottom: 50px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.mobile-button-container {
  display: flex;
}

@media only screen and (max-width: 1920px) {
	.rupaul-information {
    width: 100%;
  }

  .dragonup-information {
    width: 100%;
  }

  .hatters-hand-information {
    width: 100%;
  }
}

@media only screen and (max-width: 720px) {
  .mobile-button-container {
    flex-direction: column;
  }
}
