body {
  font-family: Montserrat, san-serif;
  font-size: 0.9375rem;
  line-height: 1.5rem;
}

html, body {
  overflow-x: hidden;
}

.light-grey {
  background-color: rgb(218, 215, 207);
}

.container {
  position: relative;
}

input, textarea {
  width: 100%;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
}

label {
  display: initial;
}

form button {
  background-color: rgb(1, 32, 43);
  color: #F7E9D3;
  display: block;
  border-style: solid;
  border-radius: 5px;
  margin: 0 auto;
  text-transform: uppercase;
  padding: 5px 10px;
}

.section {
  padding: 60px 20px;
}

h3 {
  font-family: Cinzel, serif;
  font-size: 2.25rem;
  color: rgb(1, 32, 43);
}

h2 {
  font-family: Cinzel, serif;
  font-size: 3rem;
  color: rgb(79, 72, 58);
  margin-bottom: 3.05rem;
}

h1 {
  font-family: Cinzel, serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px;
  color: #fff;
  font-weight: 100;
}
h1.comme {
  font-family: Comme, sans-serif;
  font-weight: 100;
}

a, a:link {
  color: #01202B;
}

a:link.button, a.button {
  text-decoration: none;
}

.navbar {
  color: rgb(247, 233, 211);
  position: sticky;
  top: 0px;
  z-index: 1000;
  background-color: rgb(1, 32, 43) !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.navbar .navbar-nav .nav-link {
  color: rgb(247, 233, 211);
}

.paper {
  background-image: repeating-linear-gradient(90deg, rgba(204, 183, 141, 0.1) 0px, rgba(204, 183, 141, 0.1) 10px, transparent 1px, transparent 50px), url(../images/papertexture.png);
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-color: rgb(243, 242, 236);
  background-position: 0px 0px, center center;
}

.wrinkled {
  background: url(../images/stepsbg.png) center center/cover no-repeat, rgba(243, 242, 236, 0.5);
}

.bg-beige {
  background-color: rgb(225, 223, 210);
}

@media (min-width: 1025px) {
  #welcome-page .container, #welcome-page .container-lg, #welcome-page .container-md, #welcome-page .container-sm {
    max-width: 1150px;
  }
}
@media (min-width: 1200px) {
  #welcome-page .container, #welcome-page .container-lg, #welcome-page .container-md, #welcome-page .container-sm, #welcome-page .container-xl {
    max-width: 1300px;
  }
}

#welcome-page .hero {
  color: white;
  text-align: center;
  height: 60rem;
  background: linear-gradient(rgba(65, 61, 61, 0.33), rgba(65, 61, 61, 0.33)), url("../images/hero-image.png") center/cover no-repeat;
  padding: 150px 20px;
}
@media (max-width: 767px) {
  #welcome-page .hero {
    height: initial;
    padding: 75px 20px;
  }
}
#welcome-page .hero img {
  max-width: 100%;
}
#welcome-page .hero .btn-book {
  background-color: rgb(8, 60, 77);
  color: rgb(255, 255, 255);
  display: block;
  margin: 0px auto;
  transition: filter 200ms, background-color 200ms;
}
#welcome-page .hero .btn.btn-book:hover {
  filter: brightness(1.5);
  color: rgb(255, 255, 255);
  background-color: rgb(8, 60, 77);
  transition: filter 400ms, background-color 400ms;
}
@media (min-width: 768px) {
  #welcome-page .left {
    width: 55%;
  }
}
@media (max-width: 767px) {
  #welcome-page #installation-services .float-left-mobile {
    float: left;
    width: 45%; /* adjust as needed */
    margin: 0 15px 15px 0;
    display: block;
  }
}
#welcome-page #welcome {
  position: relative;
  padding: 7.5% 20px;
}
#welcome-page #welcome h4 {
  font-style: italic;
  font-size: 1.5rem;
}
#welcome-page #welcome img.fly-in-right {
  position: absolute;
  top: 0px;
  right: 0px;
  max-width: 100%;
}
@media (max-width: 1250px) {
  #welcome-page #welcome img.fly-in-right {
    width: calc(535px - 4vw);
  }
}
@media (max-width: 1024px) {
  #welcome-page #welcome img.fly-in-right {
    width: calc(535px - 3vw);
    max-width: 48%;
  }
}
@media (max-width: 767px) {
  #welcome-page #welcome img.fly-in-right {
    display: none;
  }
}
#welcome-page #welcome img.mobile-img {
  float: right;
  margin: 0 0px 0px 15px;
  width: 200px;
}
@media (min-width: 768px) {
  #welcome-page #welcome img.mobile-img {
    display: none;
  }
}
#welcome-page #circle {
  position: absolute;
  top: 8%;
  left: 6%;
  width: clamp(80px, 35vw, 500px);
  aspect-ratio: 1/1;
  background: rgba(244, 241, 232, 0.35);
  border-radius: 50%;
}
#welcome-page .shop-btn {
  background-color: rgb(74, 74, 74);
  color: rgb(255, 255, 255);
  margin-top: 1rem;
  display: block;
  transition: filter 200ms, background-color 200ms;
}
#welcome-page .btn.shop-btn:hover {
  filter: brightness(1.2);
  color: rgb(255, 255, 255);
  background-color: rgb(74, 74, 74);
  transition: filter 400ms, background-color 400ms;
}
#welcome-page #services img.fly-in-left {
  position: absolute;
  top: 20rem;
  right: 0px;
  max-width: 100%;
}
@media (max-width: 1250px) {
  #welcome-page #services img.fly-in-left {
    width: calc(535px - 4vw);
  }
}
@media (max-width: 1024px) {
  #welcome-page #services img.fly-in-left {
    width: calc(535px - 3vw);
    max-width: 48%;
  }
}
@media (max-width: 991px) {
  #welcome-page #services img.fly-in-left {
    top: 0rem;
  }
}
@media (max-width: 767px) {
  #welcome-page #services img.fly-in-left {
    display: none;
  }
}
#welcome-page #services img.mobile-img {
  float: right;
  margin: 0 0px 0px 15px;
  width: 200px;
}
@media (min-width: 768px) {
  #welcome-page #services img.mobile-img {
    display: none;
  }
}
#welcome-page #services .brown-btn {
  background-color: rgb(1, 32, 43);
  color: #F7E9D3;
  margin-top: 5rem;
  display: block;
  transition: filter 200ms, background-color 200ms;
}
#welcome-page #steps .step-content {
  background-color: rgba(204, 183, 141, 0.2);
  width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-sizing: border-box;
  border-radius: 50%;
  padding: 1rem;
}
@media (max-width: 991px) {
  #welcome-page #steps .step-content {
    width: 225px;
    height: 225px;
  }
}
@media (max-width: 767px) {
  #welcome-page #steps .step-content {
    background-color: initial;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    padding: 3.5rem 1rem 1rem 1rem;
    border-top: 1px dashed;
  }
}
#welcome-page #steps .step-content img {
  max-width: 80px;
  margin-top: -2rem;
  margin-bottom: 1rem;
}
#welcome-page #steps h2 span {
  font-family: Comme, sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
#welcome-page #steps h6 {
  color: rgb(54, 93, 123);
  font-family: "Sometype Mono";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
#welcome-page #steps p {
  color: rgb(54, 93, 123);
  text-align: center;
  font-family: Montserrat;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
}
#welcome-page #recent-posts {
  background: url(../images/postsbg.png) 50% center/cover no-repeat lightgray;
}

#gallery-page, #contact-page {
  background-color: #E1DFD2;
}

#gallery-page {
  min-height: 2000px;
}

.fly-in-right, .fly-in-left, .fly-in-up, .fly-in-down {
  opacity: 0;
  will-change: transform, opacity;
  z-index: 2;
  transition: transform 1400ms cubic-bezier(0.22, 0.61, 0.36, 1), opacity 900ms ease-out;
}

.fly-in-left {
  transform: translateX(-130vw);
}

.fly-in-right {
  transform: translateX(130vw);
}

.in-view {
  opacity: 1;
  transform: translate(0px, 0px);
}

.footer {
  background-color: rgb(0, 37, 43);
  color: white;
  font-size: 0.875rem;
  padding: 40px 20px;
}
.footer .footer-logo {
  max-width: 10rem;
}

/* -----------------------SERVICES PAGE---------------------- */
#services-page .full-width {
  width: 100%;
}
#services-page .hero {
  background: url(../images/services-hero.png) lightgray 50%/cover no-repeat;
  aspect-ratio: 1440/429;
  color: white;
  text-align: left;
  position: relative;
}
#services-page .hero .heading-text {
  position: absolute;
  left: 131px;
  bottom: 135px;
}
#services-page #floral-quote {
  background: url(../images/floral-quote.png) center center/cover no-repeat;
  position: relative;
  text-align: center;
  color: #4F483A;
  height: 50vh;
}
#services-page #floral-quote .quote {
  background-color: #F4F1F1;
  padding: 3% 3.5%;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#services-page #floral-quote .quote p.line1 {
  font-family: Cinzel;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
#services-page #floral-quote .quote p.line2 {
  font-family: Comme;
  font-size: 24px;
  font-style: normal;
  font-weight: 100;
  line-height: 32px;
}
#services-page #floral-quote .quote p {
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
#services-page #floral-quote .quote a {
  color: #4F483A;
  font-family: Comme;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  text-decoration-color: #BCA882; /* underline color */
  text-underline-offset: 15px; /* space between text and underline */
  text-decoration-thickness: 1px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
#services-page #floral-quote .quote a:hover {
  opacity: 0.6;
}
#services-page #event-services {
  background: #E1DFD2;
}

.line-quote {
  color: #4F483A;
  text-align: center;
  font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  line-height: 24px; /* 120% */
  padding: 15px 0px;
}

@media (max-width: 767px) {
  img {
    width: 45%;
    display: block;
  }
  img.float-left-mobile {
    float: left;
    margin: 0 15px 15px 0px;
  }
  img.float-right-mobile {
    float: right;
    margin: 0 0px 15px 15px;
  }
}