.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.7);
}
#modal-img {
  max-width: 75%;
  max-height: 75%;
}
#scroll img{
  width: 250px;
  margin: 0 5px;
}
#scroll {
  padding: 5px;
  overflow: hidden;
  width: 100%;
}
#scroll-inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0px;
}
#scroll-wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#scroll-left {
  height: 32px;
  width: 32px;
  background-image: url("images/left.png");
}
#scroll-left:hover {
  background-image: url("images/left-up.png");
}
#scroll-right {
  height: 32px;
  width: 32px;
  background-image: url("images/right.png");
  visibility: hidden;
}
#scroll-right:hover {
  background-image: url("images/right-up.png");
}
.suite-pics {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.suite-pics img{
  max-width: 30%;
  min-width: 300px;
  margin: 5px;
}
.suite-description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px;
}
.suite-description {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  margin: 10px;
}
.suite-description img{
  max-width: 100%;
}
.suite-name {
  font-size: 20px;
}
.suite-item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px;
  border-bottom: 1px solid gray;
}
.suite-item div,
.suite-item img {
  margin: 10px;;
  max-width: 100%;
}
.suite-listing {
  display: flex;
  flex-direction: column;
}
#body {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#body div {
  max-width: 48%;
}
#body img {
  max-width: 100%;
}
#body img {
  align-self: center;
}
.building-pic {
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background: #b9b9b7; */
  background: #f0e8e8;
}
body {
  padding: 0;
  margin: 0;
  /* background-color: cornsilk; */
  /* background-color: lightblue; */
  background-image: url("images/bg.png");
}
@media only screen and (max-width: 900px) {
  #body div,
  #body img {
    max-width: 100%;
  }
}