/* Sweep To Right */
@import url("https://fonts.googleapis.com/css2?family=Snippet&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Delius&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Delius+Swash+Caps&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(231.5093023256, 37.9906976744, 59.2441860465);
  box-shadow: inset 1px 1px 1px rgba(5, 5, 5, 0.5);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 5px;
  border: none !important;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #ffffff !important;
  text-shadow: 1px 1px 0 rgba(140, 140, 140, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.47);
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #EA3D50;
  box-shadow: inset 1px 1px 1px rgba(5, 5, 5, 0.5);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border: none !important;
}

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: #ffffff !important;
  text-shadow: 1px 1px 0 rgba(140, 140, 140, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.47);
}

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Box Shadow Inset */
.hvr-box-shadow-inset {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.hvr-box-shadow-inset:hover, .hvr-box-shadow-inset:focus, .hvr-box-shadow-inset:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
  /* Hack to improve aliasing on mobile/tablet devices */
}

.lt-lb-r1 {
  border-top-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

/*!
 * Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.far,
.fab,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas,
.fa-classic,
.fa-solid,
.far,
.fa-regular {
  font-family: "Font Awesome 6 Free";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

:root, :host {
  --fa-style-family-brands: "Font Awesome 6 Brands";
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
.far,
.fa-regular {
  font-weight: 400;
}

:root, :host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-weight: 900;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.ttf") format("truetype");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.ttf") format("truetype");
  unicode-range: U+F003, U+F006, U+F014, U+F016-F017, U+F01A-F01B, U+F01D, U+F022, U+F03E, U+F044, U+F046, U+F05C-F05D, U+F06E, U+F070, U+F087-F088, U+F08A, U+F094, U+F096-F097, U+F09D, U+F0A0, U+F0A2, U+F0A4-F0A7, U+F0C5, U+F0C7, U+F0E5-F0E6, U+F0EB, U+F0F6-F0F8, U+F10C, U+F114-F115, U+F118-F11A, U+F11C-F11D, U+F133, U+F147, U+F14E, U+F150-F152, U+F185-F186, U+F18E, U+F190-F192, U+F196, U+F1C1-F1C9, U+F1D9, U+F1DB, U+F1E3, U+F1EA, U+F1F7, U+F1F9, U+F20A, U+F247-F248, U+F24A, U+F24D, U+F255-F25B, U+F25D, U+F271-F274, U+F278, U+F27B, U+F28C, U+F28E, U+F29C, U+F2B5, U+F2B7, U+F2BA, U+F2BC, U+F2BE, U+F2C0-F2C1, U+F2C3, U+F2D0, U+F2D2, U+F2D4, U+F2DC;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("../webfonts/fa-v4compatibility.woff2") format("woff2"), url("../webfonts/fa-v4compatibility.ttf") format("truetype");
  unicode-range: U+F041, U+F047, U+F065-F066, U+F07D-F07E, U+F080, U+F08B, U+F08E, U+F090, U+F09A, U+F0AC, U+F0AE, U+F0B2, U+F0D0, U+F0D6, U+F0E4, U+F0EC, U+F10A-F10B, U+F123, U+F13E, U+F148-F149, U+F14C, U+F156, U+F15E, U+F160-F161, U+F163, U+F175-F178, U+F195, U+F1F8, U+F219, U+F27A;
}
.fa-square-instagram:before {
  content: "\e055";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-square-google-plus:before {
  content: "\f0d4";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-square-facebook:before {
  content: "\f082";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-square-twitter:before {
  content: "\f081";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-square-x-twitter:before {
  content: "\e61a";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-comments::before {
  content: "\f086";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-images::before {
  content: "\f302";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-location-dot::before {
  content: "\f3c5";
}

body {
  background: url("../images/bgs/dots-bg-v1.png") repeat !important;
  background-attachment: fixed !important;
  font-size: 1.15rem;
  font-family: "Roboto", sans-serif !important;
  color: #751E28;
}

h1, h2, h3, h4, h5 {
  font-family: "Delius", cursive;
}

h2 {
  color: #EA3D50;
}

a {
  color: #EA3D50;
  text-decoration: underline;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
a:hover {
  color: #751E28;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

nav.navbar {
  font-family: "Delius", cursive;
  background: #f8f1a1;
  border-bottom: 3px double #ffffff;
}
nav.navbar a.navbar-brand {
  font-weight: 500;
  -webkit-transition: filter 0.5s ease-in-out;
  -moz-transition: filter 0.5s ease-in-out;
  -ms-transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
}
nav.navbar a.navbar-brand:hover {
  color: #EA3D50;
  -webkit-filter: saturate(2);
  -moz-filter: saturate(2);
  -ms-filter: saturate(2);
  filter: saturate(2);
}
nav.navbar ul li.nav-item a.nav-link {
  font-family: "Delius", cursive;
  color: #EA3D50;
  text-decoration: none;
}
nav.navbar ul li.nav-item a.nav-link:focus {
  font-family: "Delius", cursive;
  outline: none;
}
nav.navbar li.nav-item a.active {
  color: #ffffff !important;
  letter-spacing: 0.02rem;
  text-decoration: underline !important;
}

.navbar-brand > img {
  max-height: 60px;
  max-width: 100px;
  overflow: visible;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}
.navbar-brand > img:hover {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggler:focus,
.navbar-toggler:active {
  outline: 0;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler span {
  display: block;
  background-color: #EA3D50;
  height: 3px;
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  left: 0;
  opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
  transition: opacity, transform;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.7, 0, 0, 0.7);
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  background: #EA3D50 !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  transform: translateX(-100%);
  background: #EA3D50 !important;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  background: #EA3D50 !important;
}

ul.navbar-nav {
  margin-top: 2rem;
}

div.dropdown-menu {
  background: #f8f1a1;
  border: none;
  z-index: -9999 !important;
}
div.dropdown-menu #submit-form {
  background: #EA3D50;
  color: #ffffff;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  box-shadow: inset 1px 1px 1px rgba(1, 1, 1, 0.5);
  text-shadow: 1px 1px 0 rgba(140, 140, 140, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.47);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

main.main {
  margin-top: 7.5rem;
}

.footer {
  position: relative;
  bottom: 0 !important;
  width: 100%;
  /* Set the fixed height of the footer here */
  overflow: visible !important;
}

footer .container {
  padding: 2rem 0;
}
footer .container p {
  /* font-family: $links; */
  color: #EA3D50;
  font-size: 1rem;
  line-height: 1rem;
  text-align: center;
}
footer .container p a {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #EA3D50;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
footer .container p a:hover {
  color: #751E28;
  text-decoration: none !important;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}
footer .container p a .fa-solid {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
footer .container p.footer-address-line {
  margin-top: 1rem;
}
footer .container p.footer-copyright-line {
  margin-top: 1.5rem;
}
footer .container p i.fa-copyright {
  margin-right: 0.5rem;
}

.media-icons {
  margin-top: 8rem !important;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.media-icons i {
  color: #EA3D50;
  font-size: 1.5em;
  margin-bottom: 1em;
  margin-left: 0.25em;
  margin-right: 0.25em;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
.media-icons i:hover {
  color: #751E28;
  -webkit-transition: color 0.25s ease-out;
  -moz-transition: color 0.25s ease-out;
  -ms-transition: color 0.25s ease-out;
  transition: color 0.25s ease-out;
}

.fa-location-dot {
  transition: transform 0.3s ease;
}

a:hover .fa-location-dot {
  transform: translateY(-3px);
}

#back-top {
  position: fixed;
  bottom: 1%;
  right: 3%;
}

#back-top a {
  color: rgba(234, 69, 80, 0.5) !important;
}
#back-top a i {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  transition: 0.5s;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  text-decoration: none;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  background-clip: text;
  text-shadow: 1px 1px 1px rgba(155, 155, 155, 0.2);
}
#back-top a i:hover {
  color: #EA3D50;
  -webkit-text-decoration: none;
  -moz-text-decoration: none;
  -ms-text-decoration: none;
  text-decoration: none;
}

div.controls {
  margin-bottom: 2rem;
}
div.controls button {
  font-family: "Roboto", sans-serif !important;
  color: #EA3D50;
  border: 1px solid #EA3D50;
  margin-right: 1rem;
  border-radius: 5px;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
}
div.controls button:focus {
  color: #ffffff;
  border: none;
  outline: none;
  box-shadow: none;
}
div.controls button:hover {
  border: 1px solid transparent;
}
div.controls .mixitup-control-active {
  background: #EA3D50;
  color: #ffffff;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  box-shadow: inset 1px 1px 1px rgba(1, 1, 1, 0.5);
  text-shadow: 1px 1px 0 rgba(140, 140, 140, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.47);
  border-radius: 5px;
}
div.controls .mixitup-control-active:hover {
  border: none;
}

.mix h3 {
  margin-bottom: 1.25rem;
}

figure.all img.portrait {
  padding: 10px;
  height: 170px;
  width: auto;
  margin: 0 12.5%;
  -webkit-box-shadow: 0px 0px 1px #EA3D50;
  -moz-box-shadow: 0px 0px 1px #EA3D50;
  -ms-box-shadow: 0px 0px 1px #EA3D50;
  box-shadow: 0px 0px 1px #EA3D50;
}
figure.all img.landscape {
  padding: 10px;
  width: 170px;
  height: auto;
  margin: 12.5% 0;
  -webkit-box-shadow: 0px 0px 1px #EA3D50;
  -moz-box-shadow: 0px 0px 1px #EA3D50;
  -ms-box-shadow: 0px 0px 1px #EA3D50;
  box-shadow: 0px 0px 1px #EA3D50;
}

.modal-dialog {
  max-width: 100%;
  margin: 0 auto;
}

.modal-body img {
  width: 100%;
  margin: 0 auto;
}

.modal-content {
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0.5rem;
}

.modal-header {
  border-bottom: 1px dotted #EA3D50;
  width: 97%;
  margin: 0 auto;
}
.modal-header button.close {
  transition: transform 0.25s, opacity 0.25s;
  color: #EA3D50;
}
.modal-header button.close:hover {
  transform-origin: center;
  transform: rotate(90deg);
}
.modal-header button.close:focus {
  border: none;
  outline: none;
  box-shadow: none;
  transform-origin: center;
  transform: rotate(-90deg);
}

.modal-footer {
  border-top: 1px dotted #EA3D50;
  width: 97%;
  margin: 0 auto;
}
.modal-footer button.btn-primary {
  font-family: "Roboto", sans-serif !important;
  background: none;
  color: #EA3D50;
  border: 1px solid #EA3D50;
  margin-right: 1rem;
  border-radius: 5px;
}
.modal-footer button.btn-primary:active {
  color: #ffffff;
}
.modal-footer button.btn-primary:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}
.modal-footer button.btn-secondary {
  background: #f7b0b8;
  -webkit-transition: background-color 0.5s ease-in-out;
  -moz-transition: background-color 0.5s ease-in-out;
  -ms-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;
  color: #ffffff;
  box-shadow: inset 1px 1px 1px rgba(1, 1, 1, 0.5);
  text-shadow: 1px 1px 0 rgba(140, 140, 140, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.47);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}
.modal-footer button.btn-secondary:focus {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

.about-me-row {
  margin-top: 5rem !important;
  background: rgba(255, 255, 255, 0.5);
  padding: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border: #EA3D50;
  -webkit-box-shadow: 0px 0px 1px #EA3D50;
  -moz-box-shadow: 0px 0px 1px #EA3D50;
  -ms-box-shadow: 0px 0px 1px #EA3D50;
  box-shadow: 0px 0px 1px #EA3D50;
  line-height: 30px;
}

img.about-me {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding-left: 2rem;
}

.my-carousel {
  margin-bottom: 1rem;
  margin-top: -3rem;
  box-shadow: 0px 1px 1px #f7b0b8;
}

/* Hide the caption by default and move it below the view */
.carousel-caption {
  opacity: 0;
  transform: translateY(50px); /* Start off-screen below */
  transition: all 0.7s ease-in-out; /* Animation duration and easing */
  bottom: -30px;
  right: 0;
  left: 0;
}
.carousel-caption h1 {
  background: rgba(234, 69, 80, 0.5);
  box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
  padding: 1rem 2rem;
  font-family: "Snippet", sans-serif;
  color: #ffffff;
  text-shadow: 0.5px 0.5px 0 rgba(140, 140, 140, 0.4), -0.5px -0.5px 0.5px rgba(0, 0, 0, 0.47);
}

/* When the slide is active, the caption slides into view from the bottom */
.carousel-item.active .carousel-caption {
  opacity: 1;
  transform: translateY(0); /* Slide into place */
}

.caption-container {
  width: 98% !important;
}

.carousel-control-prev, .carousel-control-next {
  background: transparent;
  border: none;
}

.trans-bg {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  -moz-box-shadow: 0px 0px 2px #EA3D50;
  -webkit-box-shadow: 0px 0px 2px #EA3D50;
  box-shadow: 0px 0px 2px #EA3D50;
  position: relative;
  width: 100%;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 1.5rem; /* Make width and height the same for round shape */
  height: 1.5rem;
  margin-right: 0.25rem;
  margin-left: 0.25rem;
  margin-bottom: 1rem;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-radius: 50%; /* Make the indicators round */
  opacity: 0.5;
  transition: opacity 0.6s ease;
}

.home-svs {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.home-svs li {
  margin-bottom: 1rem;
}

.home-h2s {
  color: #EA3D50;
  margin-bottom: 1.5rem;
}

.set-h-625 {
  height: 38rem;
}

.gallery {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  padding: 20px 0;
  scrollbar-width: thin;
  scrollbar-color: transparent transparent; /* scrollbar-thumb and scrollbar-track */
}

.my-slide {
  flex: 0 0 auto;
  margin: 0 10px;
}

.gallery img {
  width: 150px; /* Control the image size */
  height: auto;
  display: block;
  border-radius: 1px;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery img:hover {
  transform: scale(1.1); /* Optional zoom effect */
  transition: transform 0.3s ease;
}

#comments, #respond {
  width: 95%;
  margin: 0 auto;
}

.comment-form-comment label {
  display: block;
}

.comments ul {
  list-style: none;
  padding: 0;
}

.comment-form label {
  display: block;
}

.comment-reply-title {
  font-size: 1.5rem;
}

.comment {
  margin-top: 2rem !important;
}

h3.comments-title {
  margin-bottom: -1.5rem !important;
}

ul.cake-flavors {
  list-style: none !important;
}
ul.cake-flavors li {
  font-weight: 700;
}

.cake-flavors {
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-shadow: 0px 0px 2px #EA3D50;
  -moz-box-shadow: 0px 0px 2px #EA3D50;
  -ms-box-shadow: 0px 0px 2px #EA3D50;
  box-shadow: 0px 0px 2px #EA3D50;
  position: relative;
  font-family: "Snippet", sans-serif;
  color: #751E28;
}

.split-list {
  column-count: 2;
}

.left-corner {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.right-corner {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

cite.fn {
  font-weight: 500;
}

input.submit {
  background: #EA3D50;
  color: #ffffff;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  box-shadow: inset 1px 1px 1px rgba(1, 1, 1, 0.5);
  text-shadow: 1px 1px 0 rgba(140, 140, 140, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.47);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

ul.xoxo {
  list-style: none;
}

ul.xoxo li {
  margin-bottom: 0.25rem;
}

h2.wp-block-heading {
  font-size: 1.5rem;
  margin-top: 2rem !important;
  margin-bottom: -1rem !important;
  padding-bottom: 0;
  color: #751E28 !important;
}

.wp-block-group ul, .wp-block-group ol {
  list-style: none !important;
  padding-left: 0;
  margin-left: 0;
}

.comment-body {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 2px #EA3D50;
  position: relative;
  border-radius: 0.25rem;
  /*  font-family: 'Snippet', sans-serif;*/
  /*  scolor:#751E28;  */
}

.wp-block-search__input {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #EA3D50;
}

.wp-block-search__button {
  background: #EA3D50;
  color: #ffffff;
  -webkit-transition: color 0.25s ease-in;
  -moz-transition: color 0.25s ease-in;
  -ms-transition: color 0.25s ease-in;
  transition: color 0.25s ease-in;
  box-shadow: inset 1px 1px 1px rgba(1, 1, 1, 0.5);
  text-shadow: 1px 1px 0 rgba(140, 140, 140, 0.4), -1px -1px 1px rgba(0, 0, 0, 0.47);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
}

.comment-form textarea, .comment-form input {
  border: 1px solid #EA3D50;
  width: 100%;
}
.comment-form textarea:focus-visible, .comment-form input:focus-visible {
  outline: none;
  border: none;
  box-shadow: none;
}
.comment-form textarea:focus, .comment-form input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}
.comment-form #comment-form-cookies-consent label {
  font-size: 10px !important;
}
.comment-form textarea:focus, .comment-form input:focus {
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.wp-block-search__button-outside label {
  display: none;
}

footer.footer nav.post-navigation .nav-links .nav-previous {
  display: inline-block;
  float: left;
}
footer.footer nav.post-navigation .nav-links .nav-next {
  display: inline-block;
  float: right;
}

.entry-content p img {
  border: 2px solid #EA3D50 !important;
}

img[class^=wp-image] {
  border: 2px solid #EA3D50 !important;
  position: relative !important;
  width: 50% !important;
  margin: 0 auto !important;
}

img.wp-post-image {
  max-width: 100% !important;
  height: auto;
  display: block;
}

/* hide honey pot fields */
#main-email {
  display: none !important;
}

.main-email {
  display: none !important;
}

@media (min-width: 1200px) {
  div.dm-form {
    border-left: 3px double #ffffff;
    border-right: 3px double #ffffff;
    border-bottom: 3px double #ffffff;
    width: 450px !important;
    left: -300px;
    top: 50px;
  }
}
@media (max-width: 1199.98px) {
  a.navbar-brand {
    margin-bottom: 0;
  }
  .nav-link .fa-brands {
    display: none;
  }
  .set-h-625 {
    height: 45.5rem;
  }
  ul.navbar-nav {
    margin-bottom: -2rem;
  }
  div.controls button {
    margin-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  .set-h-625 {
    height: 58.5rem;
  }
  .cake-flavors {
    height: 25rem;
  }
  .carousel-caption h1 {
    background: rgba(234, 69, 80, 0.5);
    padding: 0.5rem;
    font-size: 150%;
    color: #ffffff;
  }
}
@media (max-width: 767.98px) {
  .set-h-625 {
    height: auto;
  }
  .cake-flavors {
    height: auto;
  }
  .carousel-caption {
    bottom: -30px !important;
  }
  .carousel-caption h1 {
    font-size: 125%;
  }
  figure.trans-bg {
    border-radius: 0.5rem;
    margin-top: 0.75rem;
  }
  figure.trans-bg img.about-me {
    width: 50%;
    margin-left: 20%;
    margin-right: 20%;
  }
  footer .container {
    padding: 0 15px;
  }
  footer .container p.footer-address-line {
    line-height: 2rem;
    letter-spacing: 0 !important;
    font-size: 0.9rem;
  }
  footer .container .media-icons {
    margin-top: 11rem !important;
  }
}
@media (max-width: 575.98px) {
  .carousel-caption h1 {
    font-size: 100%;
  }
}

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