/* 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
 */

/*
body {
        background-image: url('https://soultosoulmedium.com/images/wesbite_background.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        background-attachment: fixed;
}
*/
#g-page-surround {
  background-color: #2e004b;
  background-image: url('../../../../images/gold-corner.png'), url('../../../../images/gold-corner.png'), url('../../../../images/gold-corner.png'), url('../../../../images/gold-corner.png'), radial-gradient(circle at center, #8b0000 0%, #4b0000 40%, #2e004b 100%);
  background-position: top left, top right, bottom left, bottom right, center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: fixed;
  background-size: 180px, 180px, 180px, 180px, cover;
}
#g-page-surround {
  background: radial-gradient(circle at center, #8b0000 0%, #4b0000 40%, #2e004b 100%) !important;
  background-attachment: fixed;
}
body, p, li {
  font-family: "Montserrat", sans-serif;
  line-height: 1.6;
  color: #ffffff;
}
.rev-name-header {
  font-family: "Cinzel Decorative", serif;
  color: #D4AF37;
  text-shadow: 0px 0px 15px rgba(212, 175, 55, 0.5);
  text-align: center;
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  margin: 1.5rem 0 0.5rem 0;
  text-transform: uppercase;
}
.rev-title-sub {
  font-family: "Playfair Display", serif;
  font-style: italic;
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 2px;
  margin-bottom: 3rem;
}
.main-feature-container {
  position: relative;
  max-width: 900px;
  margin: 2rem auto;
  padding: 0 20px;
}
.main-feature-container .gold-art-frame {
  border: 15px solid;
  border-image: linear-gradient(to bottom, #D4AF37, #B8860B, #D4AF37) 1;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.8);
  width: 100%;
  display: block;
}
.main-feature-container .overlapping-portrait {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(-25%);
  width: clamp(160px, 25vw, 260px);
  height: clamp(160px, 25vw, 260px);
  border: 5px solid #D4AF37;
  border-radius: 50%;
  overflow: hidden;
  z-index: 10;
  box-shadow: 15px 0px 40px rgba(0, 0, 0, 0.7);
  background-color: #000;
}
.main-feature-container .overlapping-portrait img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.spirit-art-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 4rem;
  padding-bottom: 3rem;
}
.gallery-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #D4AF37;
  overflow: hidden;
  transition: all 0.4s ease;
  filter: brightness(0.8);
}
.gallery-circle:hover {
  filter: brightness(1.1);
  transform: scale(1.15) translateY(-10px);
  box-shadow: 0px 10px 20px rgba(212, 175, 55, 0.4);
}
.gallery-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .main-feature-container .overlapping-portrait {
    position: relative;
    transform: none;
    margin: 0 auto 20px;
    left: 0;
    width: 200px;
    height: 200px;
  }
}
/*# sourceMappingURL=custom_16.css.map */