#placeholder1 {
  height: 100vh;
  background-color: grey;
}

#pinContainer {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}
.panel {
  height: 100%;
  width: 100%;
  position: absolute;
}

#pinMaster {
  position: relative;
}

#footer {
  height: 100px;
  background-color: black;
}

.spacer {
  height: 600px;
}

.blue {
  background-color: #3883d8;
}
.turqoise {
  background-color: #38ced7;
}
.brown {
  background-color: #a66f28;
}
.bordeaux {
  background-color: #953543;
}

.black {
  background-color: #000000;
}
.green {
  background-color: #22d659;
}

.image {
  width: 200px;
  height: 200px;
  line-height: 200px;
  font-size: 60px;
  position: absolute;
  right: 50px;
  bottom: 100px;
  color: white;
  text-align: center;
}

.imageRed {
  background: red;
}

.imageGreen {
  background: green;
}

.imageBlue {
  background: navy;
}

