/* RESET ALL MARGINS & PADDING */
* {
  margin: 0;
  padding: 0;
}

/* COLORS */
:root {
  --mustard: #d6932a;
  --salmon: #f1ae87;
  --rust: #c47554;
  --saddle: #944435;
  --sand: #decec6;
  --oyster: #c8b1ab;
  --grey: #c6c6c9;
  --forest: #28493c;
  --deepGreen: #1c2e32;
  --logoGrey: #b4b6bb;
}

.colorMustard {
  color: var(--mustard);
}

.colorSalmon {
  color: var(--salmon);
}

.colorRust {
  color: var(--rust);
}

.colorSaddle {
  color: var(--saddle);
}

.colorSand {
  color: var(--sand);
}

.colorOyster {
  color: var(--oyster);
}

.colorGrey {
  color: var(--grey);
}

.colorForest {
  color: var(--forest);
}
.colorDeepGreen {
  color: var(--deepGreen);
}

.colorDeepGreen {
  color: var(--deepGreen);
}

.colorLogoGrey {
  color: var(--logoGrey);
}

/* FONTS*/
@font-face {
  font-family: "Gilroy-Black";
  src: url("/assets/fonts/Gilroy-Black.otf");
}

.Gilroy16Black {
  font-family: "Gilroy-Black";
}
@font-face {
  font-family: "Gilroy-Regular";
  src: url("/assets/fonts/Gilroy-Regular.otf");
}
@font-face {
  font-family: "DIN";
  src: url("/assets/fonts/DIN\ Condensed\ Bold.ttf");
}

.navbarFont {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
  color:  var(--logoGrey);
}

.navbar-toggler-icon {
  background-image: url("/assets/logos/hamburger.svg");
  cursor: pointer;
}

.navbar-toggler {
  border-color: transparent;
  cursor: pointer;
}


.navbarFontScrolled {
  font-family: "Gilroy-Regular";
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  font-weight: bold;
  text-decoration: none;
  color:  var(--deepGreen);
}

.navbar.scrolled {
  background-image: url("/assets/textures/LightMarble.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
}

.aUnder {
  color: var(--rust);
  font-family: "Gilroy-Black";
  font-size: 16px;
  letter-spacing: 3px;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  cursor: pointer;
}

.aUnder:hover {
  color: var(--oyster);
  font-family: "Gilroy-Black";
  font-size: 16px;
  letter-spacing: 3px;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
  cursor: pointer;
}

*[data-bs-toggle="modal"] {
  cursor: pointer;
}

*[data-bs-toggle="modal"]:hover h4 {
  color: var(--rust);
}

h1 {
  color: var(--mustard);
  font-family: "DIN";
  font-size: 80px;
  letter-spacing: 6px;
  margin: 0;
  line-height: 4.5rem;
}

.h1Desktop {
  color: var(--mustard);
  font-family: "DIN";
  font-size: 9rem;
  letter-spacing: 6px;
  margin: 0;
  line-height: 6.5rem;
}

h2 {
  color: white;
  font-family: "Gilroy-Black";
  font-size: 24px;
  letter-spacing: 3px;
  margin: 0;
}

.h2Desktop {
  color: white;
  font-family: "Gilroy-Black";
  font-size: 2.65rem;
  letter-spacing: 3px;
  margin: 0;
}

h3 {
  color: var(--grey);
  font-family: pulpo, serif;
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
}

h4 {
  color: var(--grey);
  font-family: pulpo, serif;
  font-weight: 700;
  font-style: italic;
  font-size: 16px;
}

h5 {
  font-family: pulpo, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 24px;
}

h6 {
  font-family: "Gilroy-Black";
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
}
p, li, ul {
  color: black;
  font-family: "Gilroy-Regular";
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
}

section {
  margin: 0 5%;
}

/* BACKGROUNDS */
.bg-lightMarble {
  background-image: url("/assets/textures/LightMarble.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-lightMarbleFooter {
  background-image: url("/assets/textures/LightMarble.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .bg-lightMarbleFooter {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.bg-lightMarbleSmiles {
  background-image: url("/assets/textures/LightMarble.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 38%;
}

.bg-cremePaper {
  background-image: url("/assets/textures/CremePaper.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-doveGreyPaper {
  background-image: url("/assets/textures/Dove-GreyPaper.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-dove {
  background-image: url("/assets/textures/Dove.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-marbleBrowns {
  background-image: url("/assets/textures/Marble-Browns.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-marbleBW {
  background-image: url("/assets/textures/Marble-BW.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-pebble {
  background-image: url("/assets/textures/Pebble.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-pebble-fixed{
  background-image: url("/assets/textures/Pebble.webp");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-sandGrain {
  background-image: url("/assets/textures/SandGrain.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-woodGrain {
  background-image: url("/assets/textures/WoodGrain.webp");
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-ourStory {
  background-image: url("/assets/textures/ourStoryback.webp");
  background-repeat: no-repeat;
  background-position: top;
}

.bg-pricing {
  background-image: url("/assets/textures/pricing.webp");
  background-repeat: no-repeat;
  background-position: top;
}

.bg-inquire {
  background-image: url("/assets/textures/inquire.webp");
  background-repeat: no-repeat;
  background-position: top;
}

/* NAV */
#mainLogo {
  width: 200px;
  position: absolute;
  top: 2px;
  z-index: 100;
}

#mainLogoSpecials {
  width: 200px;
  top: 2px;
  z-index: 100;
}

.btn-outline-primary {
  border-color: var(--mustard);
  border-radius: 100px;
  border-width: 2px;
  color: var(--mustard);
  font-family: "Gilroy-Black";
}

.btn-outline-primary:hover {
  border-color: var(--mustard);
  background-color: var(--mustard);
  border-radius: 100px;
  border-width: 2px;
  color: white;
  font-family: "Gilroy-Black";
}

.btn-outline-secondary {
  border-color: var(--saddle);
  border-radius: 100px;
  border-width: 2px;
  color: var(--saddle);
  font-family: "Gilroy-Black";
}

.btn-outline-secondary:hover {
  border-color: var(--saddle);
  background-color: var(--saddle);
  border-radius: 100px;
  border-width: 2px;
  color: white;
  font-family: "Gilroy-Black";
}

.btn-primary {
  border-color: var(--mustard);
  background-color: var(--mustard);
  border-radius: 100px;
  border-width: 2px;
  color: white;
  font-family: "Gilroy-Black";
}

.btn-primary:hover {
  border-color: var(--mustard);
  border-radius: 100px;
  border-width: 2px;
  color: var(--mustard);
  font-family: "Gilroy-Black";
  background-color: white;
}

/* HERO */
body,
html {
  height: 100%;
}

/* The hero image */
.hero-image-mobile {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/assets/images/Groth_FatherDaughter.webp");

  /* Set a specific height */
  height: 100%;
  top: 0%;

  /* Position and center the image to scale nicely on all screens */
  background-position: top;
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image-desktop {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/assets/images/Hero_VelasquezMarjorie_2024_crop.webp");

  /* Set a specific height */
  height: 100%;
  top: 0%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.hero-image-specials {
  background-image: url(/assets/images/specials/1_Timmons.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
  background-position: top;
  width: 100%;
  height: auto;
  min-height: 100vh;

  /* flex-basis: fit-content;*/
}

.hero-image-specials-mobile {
  background-image: url(/assets/images/specials/1_Timmons.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* position: relative; */
  background-position: top;
  width: 100vw;
  height: 79vw ;
  object-fit: contain;
 

  /* flex-basis: fit-content;*/
}



.herospecials {
  height:auto !important;
}

.hero-image-package{
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/assets/images/specials/2_Kristiane.webp");  
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
  min-height: 60vh;
}

.hero-special-works{
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/assets/images/specials/3_Campos.webp");  
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
  min-height: 60vh;
}

.hero-special-foryou{
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/assets/images/specials/4_Johnson.webp");  
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
  min-height: 60vh;
}

.hero-special-different{
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/assets/images/specials/5_Dickson.webp");  
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
  min-height: 60vh;
}

.hero-special-deets{
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/assets/images/specials/6_Odom.webp");  
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
  min-height: 60vh;
}

.hero-special-saying{
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  background-image: url("/assets/images/specials/7_Tauer.webp");  
  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: top;
  min-height: 60vh;
}

/* Place text in the middle of the image */
.hero-text-middle {
  text-align: left;
  position: absolute;
  top: 68%;
  left: 5%;
  color: white;
}

.hero-text-middle h2 {
  margin-left: 3px;
}

.hero-text-bottom {
  text-align: center;
  position: absolute;
  bottom: 1%;
  width: 100%;
  color: white;
}

.hero-text-bottom-mobile {
  text-align: left;
  left: 5%;
  position: absolute;
  bottom: 1%;
  width: 100%;
  color: white;
}

.sectionImage {
  max-width: 100%;
  margin: 5% 0;
  max-height: 90vh;
}

.sectionImageFull {
  max-height: 50vh;
  object-fit: cover;
  object-position: 0% 20%;
}

.sectionImageFull100 {
  object-fit: cover;
  object-position: 0% 20%;
}

.marginTop5 {
  margin-top: 5%;
}

.nowrap {
  white-space: nowrap;
}

.smilesImage {
  position: relative;
}

.simpleSmilesLocation {
  position: absolute;
  bottom: -40px;
  left: 16px;
}

.bg-whiteWave {
  background-image: url("/assets/images/whiteWave.svg");
  width: 100%;
  background-repeat: no-repeat;
  padding-bottom: 48.2%;
  top: 300px;
  margin-top: -100px;
}

.bg-WoodWave {
  background-image: url("/assets/images/WoodWave.webp");
  width: 100%;
  background-repeat: no-repeat;
  padding-bottom: 70%;
  margin-top: -300px;
  background-size: cover;
  background-position: left;
}

.bg-MarbleWave {
  background-image: url("/assets/images/MarbleWave.webp");
  width: 100%;
  background-repeat: no-repeat;
  padding-bottom: 90%;
  margin-top: -360px;
  background-size: cover;
  background-position: right;
}

/* CAROUSEL */

.carousel-item {
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
}

.carousel-indicators [data-bs-target] {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--mustard);
}

.carousel-control-prev-icon {
  display: none;
}

.carousel-control-next-icon {
  display: none;
}

.bioPic {
  height: 10rem;
}

.bioText {
  top: -10%;
  margin: 0 !important;
  line-height: 1rem;
}

.textInfo {
  height: 55vh;
  width: 100vw;
  padding: 5%;
}

.pictureInfo {
  height: 75vh;
  width: 100vw;
  padding: 5%;
}

.experienceText {
  margin-top: -10px;
}

.col-59 {
  flex: 0 0 auto;
  width: calc(50% - 2px);
}

.col-39 {
  flex: 0 0 auto;
  width: calc(33.3333% - 2px);

}

.col150 {
  min-height: 150px;
  flex-wrap: wrap;
  display: flex;

}

.stonePaper {
  max-width: 90%;
  margin: auto;
}

.leafStamp {
  width: 139px;
  top: -22px;
}

.bottomright {

  bottom: -30px;
  right: -20px;
  overflow: hidden;
}

.bottomrightfull {
  bottom: -30px;
  right: 0px;
  overflow: hidden;
}

.topleft {
  top: -30px;
  left: -40px;
  overflow: hidden;
}

#leafStampEach {
  width: 108px;
  top: 2px;
}

.leafStampStudio {
  width: 108px;
  top: 2px;
  transform: rotate(17deg);
}

.leafStampCircle {
  width: 108px;
}

.dotsoffset {
  width: 108px;
  top: 2px;
}

#circleStem {
  width: 88px;
  top: -40px;
  position: absolute;
  margin-left: 80px;
}

#circleStemModal {
  width: 88px;
  top: -40px;
}

#circleStemModalStudio {
  width: 88px;
  top: 50vh;
}

#circleTwoModal {
  width: 160px;
  top: -40px;
}

/* footer */

#footerLogo {
  width: 200px;
  top: 2px;
  z-index: 100;
}

.socialLogo {
  max-width: 30px;
  max-height: 30px;
}

footer {
  background-color: white;
}

/* CONTACT MODAL */

.modal-header {
  border: none;
}



.modal {

  z-index: 100000 !important;

}

.form-control {
  border-radius: 0px;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-color: var(--mustard);
}

::placeholder {
  color: var(--grey) !important;
  font-family: "Gilroy-Black";
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
}

.modal-xl {
  opacity: 97%;
}

/* BUTTON CLOSE */

.btn-close {
  background: url("/assets/stamps/x.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

/* CONTACT FORM */

.php-email-form .error-message {
  display: none;
  color: var(--saddle);
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: var(--mustard);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  color: var(--forest);
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--forest);
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.Special-Center {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 40vh;
  line-height: 5.5rem;
}

.centerPlus {
  margin-bottom: 80px;
}


/* Specials Page */

.container {
  max-width: 960px;
}

/*
 * Custom translucent site header
 */

.site-header {
  background-color: rgba(0, 0, 0, .85);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}
.site-header a {
  color: #8e8e8e;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}

/*
 * Dummy devices (replace them with your own or something else entirely!)
 */



/*
 * Extra utilities
 */

.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

.bg-light {
background-color: white !important;
}


.calendar-circle {
  background-image: url("/assets/stamps/calendar.svg");
  cursor: pointer;
  position: absolute;
  position: fixed;
  height: 50px;
  width: 50px;
  z-index: 10000;
  right: 10px;
  bottom: 10px;
}