body {
  text-align:center;
  background: #F3ECD7;
  margin: 0px;
  padding: 0px;
}

.main {
  margin-left: auto;
  margin-right: auto;
  font-family: 'Apple Chancery', 'Zapf Chancery', 'Monotype Corsiva', 'Palatino Linotype Italic', 'Palatino-Italic', 'Book Antiqua Italic', sans-serif;
  font-weight: 'normal';
  text-align: center;
}

.title {
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size:64px;
}

.title a {
  text-decoration: none;
  color: black;
}

.sales-inquiries {
  width: 100%;
  margin: 0 auto;
  display: block;
  font-family: sans-serif;
  font-size: 14px;
}

.gallery-main {
  width: 550px;
  margin: 0 auto;
}

.gallery-images-with-controls {
  vertical-align: top;
  display: inline-block;
  width: 100%;
}

.gallery-text {
  width: 90%;
  margin: 0 auto;
  display: block;
  font-family: sans-serif;
  text-align: justify;
  font-size: 14px;
}

.gallery-images {
  display: table;
  vertical-align: middle;
  margin: 20px 20px 0px 20px;
  display: inline-block;
  width: 500px;
  height: 500px;
  background: black none no-repeat center center;
}

.gallery-image {
  background-color: black;
  display: table-cell;
  margin: auto;
  max-width: 500px;
  max-height: 500px;
  left:0; right:0; top:0; bottom: 0;
  vertical-align: middle;
}

.gallery-image-text {
  font-family: sans-serif;
  font-style: normal;
  font-size: 14px;
  width: 90%;
  min-height: 16px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-image-text1 {
  margin-top: 10px;
  margin-bottom: 2px;
}

.gallery-image-text2 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.gallery-image-text3 {
  margin-top: 2px;
  margin-bottom: 2px;
}

.gallery-image-text4 {
  margin-top: 2px;
  margin-bottom: 10px;
}

.gallery-price-text {
  font-family: sans-serif;
  font-style: normal;
  width: 90%;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 16px;
  margin-bottom: 10;
}

.gallery-controls {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.quote {
  font-style: italic;
}

.quote-author {
  text-align: right;
}

.control-button {
  display: inline-block;
  width: 100px;
  margin: 0px 20px;
  padding: 4px 10px;
  border-radius: 4px;
  color: white;
  font-family: sans-serif;
  cursor: pointer;
  text-shadow: rgb(38, 54, 102) 0px 1px 0px;
  background: linear-gradient(rgb(120, 146, 194) 5%, rgb(71, 110, 158) 100%) rgb(120, 146, 194);
}

@media screen and (max-width: 550px) {

  .gallery-main {
    width: 100%;
  }

  .gallery-images {
    width: 90%;
  }

  .gallery-image {
    max-width: 90%;
  }

}

@media screen and (max-width: 400px) {

  .gallery-text {
    font-size: 10px;
  }
  .gallery-image-text {
    font-size: 10px;
  }
  .sales-inquiries {
    font-size: 10px;
  }
}

@media screen and (max-width: 330px) {

  .title {
    font-size:52px;
  }

  .control-button {
    width: 90px;
  }
}
