body {
  /* background-image:  url('../images/map_bg2.jpg'); */
  /* background-position: center center; */
  /* background-color: #9fe0f6; */
  background-image: url('../images/topoBG3.png');
  box-sizing: border-box;
}
ul.itemsList {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#siteWrap {
  border: 0px solid black;
  width: 100%;
  max-width: 800px;
  height: auto;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: flex-start;
  padding-top: 50px;
  margin-top: 00px;
}

#mapImgWrap {
  position: relative;
  border: 0px solid green;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  text-align: center;
}

#mapImg {
  width: 100%;
}

#rewardsUnlocked {
  border: 0px solid purple;
  border-radius: 4px;
  width: 98%;
  height: auto;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.900);
  color: #333;
  -webkit-box-shadow: 10px 10px 18px -4px rgba(153,153,153,1);
  -moz-box-shadow: 10px 10px 18px -4px rgba(153,153,153,1);
  box-shadow: 10px 10px 18px -4px rgba(153,153,153,1);

}

#rewardsUnlocked a {
  color: #834b33;
}

#rewardsHeader {
  border: 0px solid orange;
  border-bottom: 1px solid rgba(189, 189, 189, 0.746);
  padding-bottom: 10px;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 10px;
  text-align: center;
  font-size: 28px;
}
#rewardsCatWarp {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-self: flex-start;
}
.rewardsListWrap {
  border: 0px solid black;
  width: 33%;
  height: 200px;
  margin: auto;
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.rewardsListHeader {
  border: 0px solid green;
  width: 100%;
  height: auto;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 22px;
}
.rewardsListItems {
  border: 0px solid red;
  width: 100%;
  height: 100%;
  text-align: center;
}

/* @media only screen and (min-width: 768px) {
  #siteWrap {
    width: 100%;
    max-width: 1900px;
    height: 1000px;
    flex-direction: row;
    flex-wrap: wrap;
  }
  #mapImgWrap {
    max-width: 550px;
  }
  #rewardsUnlocked {
    width: 30%;
    height: 500px;
    margin-left: 10px;
  }
} */