/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

#g-header {
  background-color: #7f4152;
}
#g-header h1 {
  margin-top: 150px;
}
.header-photo {
  margin-top: 25px;
  transform: rotate(-7deg);
}
.frame {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  position: relative;
  z-index: 1;
  width: 570px;
  height: 380px;
  border: 1px solid #f6f4f3;
  border-top-color: #fff;
  border-radius: 3px;
  background-color: #ebe8e5;
  padding: 18px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
}
.frame:after {
  position: absolute;
  z-index: 10;
  left: 18px;
  top: 18px;
  content: "";
  width: 530px;
  height: 342px;
  box-shadow: inset 1px 0 3px 2px rgba(0, 0, 0, 0.4);
}
.frame img {
  border: 1px solid #f2f0ee;
  border-bottom-color: #fff;
  background: #fff;
}
#g-footer {
  padding: 1rem 0;
}
.button {
  background: #7f4152 !important;
  color: #fff !important;
}
/*# sourceMappingURL=custom_10.css.map */