body {
  background: lightblue;
  font-family: "Rubik", sans-serif;
}

body.print-mode {
  background: #5fb3ce;
}

#content {
  width: 1000px;
  height: 700px;
  margin: 0 auto;
  border: 8px solid white;
  border-radius: 30px;
  position: relative;
}

#content.print-mode {
  border: 0;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 700px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

#homePage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url("../img/front-door.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/front-door.jpg");
}

#livingRoom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("../img/livingRoom.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/livingRoom.jpg");
}

#office {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("https://cdn.pixabay.com/photo/2017/01/28/08/12/home-office-2014864_960_720.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://cdn.pixabay.com/photo/2017/01/28/08/12/home-office-2014864_960_720.jpg");
}

#bedroom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("../img/bedroom.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/bedroom.jpg");
}

#bathroom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("https://www.homestratosphere.com/wp-content/uploads/2019/08/Interior-of-modern-bathroom-toilet-vanity-shower-nov4.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://www.homestratosphere.com/wp-content/uploads/2019/08/Interior-of-modern-bathroom-toilet-vanity-shower-nov4.jpg");
}

#kitchen {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("https://images-ext-1.discordapp.net/external/knqLybrrebAP52WoimcASNNPVYIA_N1cy9kLMxY03gY/https/live.staticflickr.com/4361/35963279133_2463c3c9ba_b.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://images-ext-1.discordapp.net/external/knqLybrrebAP52WoimcASNNPVYIA_N1cy9kLMxY03gY/https/live.staticflickr.com/4361/35963279133_2463c3c9ba_b.jpg");
}

#garage {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("../img/garage.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/garage.jpg");
}

#garden {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1))), url("../img/garden.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), url("../img/garden.jpg");
}

#backyard {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("../img/backyard.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/backyard.jpg");
}

#hallway {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))), url("../img/hallway.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/hallway.jpg");
}

#endGame {
  background: #5fb3ce;
}

.start-menu-text {
  margin-top: 400px;
  font-family: "Sacramento";
  font-weight: bolder;
  font-size: 100px;
  text-align: center;
  margin-bottom: 10px;
  color: #e6e6e6;
  text-shadow: black 3px 3px 10px;
}

.start-menu-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0px;
}

.start-menu-button {
  font-size: 36px;
  font-family: "Rubik";
  margin: 0 50px;
  padding: 5px 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  background-color: #e6e6e6;
}

.header {
  text-align: center;
  margin-top: 0;
  padding: 10px;
  border: 8px solid white;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  background-color: #5fb3ce;
  color: white;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#homePage > .header {
  color: white;
  border: 0;
  background: none;
}

.map {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300px;
  height: 200px;
  background-color: #5fb3ce;
  color: white;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border: 8px solid white;
  border-left: 0;
  border-bottom: 0;
  background-image: url("../img/map.png");
}

.score-display {
  position: absolute;
  bottom: 0;
  right: 0;
  background: red;
  width: 200px;
  height: 150px;
  background-color: #5fb3ce;
  color: white;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 20px;
  border: 8px solid white;
  border-right: 0;
  border-bottom: 0;
}

.score-label {
  margin-top: 10px;
  text-align: center;
  font-size: 30px;
}

.score {
  text-align: center;
  font-size: 40px;
}

.end-game {
  display: block;
  margin: 10px auto;
  padding: 5px 10px;
  background-color: #e6e6e6;
  font-size: 20px;
  font-family: "Rubik";
}

.score-flyer {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  text-align: center;
  font-size: 36px;
  color: white;
  font-family: "Rubik";
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -webkit-transition: 0.8s all ease-in-out;
  transition: 0.8s all ease-in-out;
}

.fly {
  left: 900px;
  top: 600px;
}

.end-menu-text {
  margin-top: 20px;
  font-family: "Sacramento";
  font-weight: bolder;
  font-size: 80px;
  text-align: center;
  margin-bottom: -5px;
  color: #e6e6e6;
  text-shadow: black 3px;
}

.end-menu-desc {
  margin: 20px;
  font-family: "Rubik";
  font-weight: bolder;
  font-size: 30px;
  text-align: center;
  color: #e6e6e6;
  text-shadow: black 3px;
}

.end-menu-trophy {
  font-size: 200px;
  text-align: center;
  text-shadow: 0 0 10px white;
}

.color-bronze {
  color: #806232;
}

.color-silver {
  color: silver;
}

.color-gold {
  color: #e6c200;
}

.trophy-type {
  text-align: center;
  font-size: 40px;
}

.trophy-desc {
  margin-top: 10px;
  margin-bottom: 25px;
}

.end-menu-text.print-show {
  font-size: 100px;
}
/*# sourceMappingURL=main.css.map */