.rupaul-background {
  background-image: url("../assets/home-rupaul-background.png");
	background-position: center;
}

.dragonup-background {
  background-image: url("../assets/home-dragonup-background.png");
	background-position: center;
  background-repeat: no-repeat;
}

.hattershand-background {
  background-color: #dfd5e7;
  background-image: url("../assets/hattershand-pattern.png");
  background-position: center;
}

.project-container {
  height: 100%;
}

.project-information-container {
  margin-right: 10%;
  text-align: center;
  margin-left: 5%;
  margin-top: 50px;
  margin-bottom: 50px;
}

.project-information-container p {
  margin-top: 50px;
  font-size: 30px;
  padding-left: 10%;
  padding-right: 10%;
}

.mobile-image {
	width: 40%;
}

.logo-image {
  width: 80%;
}

@media only screen and (max-width: 1100px) {
	.logo-image {
    width: 80%;
  }

  .project-information-container {
    margin-right: 10%;
  }
}

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

  .mobile-image {
    width: 100%;
  }

  .project-information-container {
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 50px;
  }
}
