.gallery-container h1 {
  text-align: center;
  margin-top: 70px;
  font-weight: bold;
  color: #58595a; }

.package-page h1 {
  color: #58595a; }

.gallery-container p.page-description {
  max-width: 600px;
  margin: 25px auto;
  font-size: 18px;
  color: #85878c; }

.tz-gallery {
  padding: 40px; }

.tz-gallery .thumbnail, .package-description {
  padding: 0;
  margin-bottom: 30px;
  background: #f9f9f9;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.07);
  transition: 0.15s ease-in-out;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  color: #4a4b4c; }

.package-description img {
  max-width: 100%; }

.package-screenshot img {
  max-width: 100%;
  margin: 40px auto;
  display: block;
  border: 5px solid #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }

.tz-gallery .thumbnail:hover {
  transform: translateY(-10px) scale(1.02); }

.tz-gallery .caption {
  padding: 26px 30px;
  text-align: center;
  min-height: 200px; }

.tz-gallery .caption h3 {
  font-size: 26px;
  font-weight: normal;
  margin-top: 0; }

.tz-gallery .caption p {
  font-size: 18px;
  color: #7b7d7d;
  margin: 0; }

.package-description {
  padding: 30px;
  background: #fff;
  max-width: 1018px;
  margin: 40px auto; }

.codeblock {
  margin: 20px 0; }

ol li {
  margin-top: 14px; }

.package-description ul {
  list-style: circle;
  padding-left: 30px; }

.package-title {
  color: #4a4b4c; 
}

.package-page {
  margin-top: 30px; }

/*# sourceMappingURL=packages.css.map */




