@import "https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500&family=Poiret+One&family=Poppins:wght@400;600&family=Ephesis&display=swap";
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-white:#fff;--spacing:.25rem;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.mt-0{margin-top:calc(var(--spacing)*0)}.mt-10{margin-top:calc(var(--spacing)*10)}.flex{display:flex}.hidden{display:none}.inline-block{display:inline-block}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.border{border-style:var(--tw-border-style);border-width:1px}.text-center{text-align:center}.text-white{color:var(--color-white)}.italic{font-style:italic}.underline{text-decoration-line:underline}}@font-face{font-family:martoniregular;src:url(/fonts/martoni_regular-webfont.woff2)format("woff2"),url(/fonts/martoni_regular-webfont.woff)format("woff");font-weight:400;font-style:normal}.font-poppins{font-family:Poppins,sans-serif}.font-poppins-semibold{font-family:Poppins,sans-serif;font-weight:600}.font-poiret{font-family:Poiret One,sans-serif}.font-ephesis{font-family:Ephesis,cursive}.font-ostrich{font-family:ostrich_sansbold,Helvetica Neue,Helvetica,sans-serif}.font-martoni{font-family:martoniregular,sans-serif}@keyframes letterFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.letter-animate{opacity:0;animation:.5s forwards letterFadeIn;display:inline-block}.fade-in-up{opacity:0;animation:.8s forwards fadeInUp}@keyframes splashFadeOut{0%{opacity:1}to{opacity:0}}.splash-screen{z-index:9999;background-color:#7f8f7a;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.splash-screen.fade-out{animation:1s forwards splashFadeOut}.splash-text{color:#f5f3ef;letter-spacing:2px;text-align:center;margin:0;font-family:Ephesis,cursive;font-size:120px;font-weight:400}.splash-text span{display:inline-block}.splash-content{text-align:center}.splash-date{color:#f5f3ef;letter-spacing:8px;margin:20px 0 0;font-family:Poiret One,sans-serif;font-size:32px;font-weight:400}@media screen and (max-width:768px){.splash-text{font-size:60px}.splash-date{letter-spacing:5px;font-size:20px}}.splash-monogram{text-align:center}.splash-monogram-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.splash-monogram-row{justify-content:center;gap:30px;display:flex}.splash-monogram-letter{color:#f5f3ef;opacity:0;font-family:Cormorant Garamond,serif;font-size:200px;font-weight:300;line-height:1;display:inline-block}.splash-monogram-letter.top-half{clip-path:inset(0 0 50%);margin-bottom:-105px;animation:.6s forwards splashMonogramFadeInDown}.splash-monogram-letter.bottom-half{clip-path:inset(50% 0 0);margin-top:-120px;animation:.6s forwards splashMonogramFadeInUp}.splash-monogram-names{color:#f5f3ef;letter-spacing:8px;z-index:2;background:#7f8f7a;justify-content:center;align-items:center;padding:4px 20px;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:400;display:flex;position:relative}.splash-char{opacity:0;animation:.4s forwards splashCharFadeIn;display:inline-block}.splash-monogram-date{color:#f5f3ef;letter-spacing:6px;margin-top:40px;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:400}@keyframes splashMonogramFadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes splashMonogramFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes splashCharFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media screen and (max-width:768px){.splash-monogram-letter{font-size:100px}.splash-monogram-row{gap:40px}.splash-monogram-letter.top-half{margin-bottom:-50px}.splash-monogram-letter.bottom-half{margin-top:-50px}.splash-monogram-names{letter-spacing:6px;padding:3px 10px;font-size:14px}.splash-monogram-date{letter-spacing:4px;margin-top:25px;font-size:14px}}*{box-sizing:border-box}html,body{margin:0;padding:0;font-family:Poppins,serif}.container{max-width:1300px;margin:0 auto;position:relative}.container.full-width{max-width:100%;padding-left:0;padding-right:0}.section{padding-top:60px;padding-bottom:60px}.space-between{justify-content:space-between;display:flex}.content-center{justify-content:center;display:flex}.space-between .col,.content-center .col{flex-basis:48%}.flex-wrap{flex-wrap:wrap}.text-center{text-align:center}.text-right{text-align:right}.text-through{text-decoration:line-through!important}.mb-0{margin-bottom:0}.mt-0{margin-top:0}.circle{border-radius:50%;width:50px;height:50px;margin:10px}.color1{background:#9caf9a}.color2{background:#e6dccf}.color3{background:#c7c9c8}.color4{background:#b8afa3}.color5{background:#7f8f7a}.color6{background:#9b6a43}.color7{background:#f5f3ef}.text-color1{color:#9caf9a}.text-color2{color:#e6dccf}.text-color3{color:#c7c9c8}.text-color4{color:#b8afa3}.text-color5{color:#7f8f7a}.text-color6{color:#9b6a43}.text-color7{color:#f5f3ef}.bg-primary{background-color:#9caf9a}.text-primary{color:#9caf9a}.bg-sage{background-color:#7f8f7a}.text-sage{color:#7f8f7a}.bg-secondary{background-color:#b8afa3}.text-secondary{color:#b8afa3}.bg-white{background-color:#f5f3ef}.text-white{color:#f5f3ef}.bg-gold{background-color:#e6dccf}.text-gold{color:#e6dccf}.bg-orange{background-color:#9b6a43}.text-orange{color:#9b6a43}.bg-silver{background-color:#c7c9c8}.text-silver{color:#c7c9c8}.bg-stone{background-color:#dadada}.text-stone{color:#dadada}h3{font-family:Poiret One,sans-serif}.first-fold{min-height:100vh;display:flex}.first-fold-left{background:#7f8f7a;flex-basis:32%;justify-content:center;align-items:center;padding:40px;display:flex}.first-fold-right{background:#e6dccf;flex-basis:70%;position:relative;overflow:hidden}.first-fold-right:before{content:"";z-index:2;pointer-events:none;background:url(/images/flower-corner-top.png) 0 0/contain no-repeat;width:300px;height:300px;position:absolute;top:0;left:0}.first-fold-right:after{content:"";z-index:2;pointer-events:none;background:url(/images/flower-corner-bottom.png) 100% 100%/contain no-repeat;width:350px;height:350px;position:absolute;bottom:0;right:0}.slider-image{opacity:0;transition:opacity 1s ease-in-out}.slider-image.active{opacity:1}.first-fold .header{text-align:center;font-family:Poiret One,sans-serif;font-weight:400}.first-fold .header h1{margin-bottom:0;font-size:60px;font-weight:400}.first-fold .invitation-text{margin:0;font-family:Ephesis,cursive;font-size:50px;line-height:normal}.couple-initials{letter-spacing:2px;margin:0;font-family:Ephesis,cursive;font-size:180px;font-weight:400;line-height:.8}.couple-initials span{margin-top:0;margin-bottom:0;font-size:110px}.logo{width:100%;max-width:250px}.invitation-text{text-align:center;margin:0;font-family:Ephesis,cursive;font-size:110px;font-weight:400}.wedding-date{margin-top:30px}.rsvp-message{margin-bottom:20px;font-size:24px}.rsvp-btn{color:#fff;background:#9b6a43;border-radius:4px;padding:12px 80px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.rsvp-btn:hover{background:#7f5a35}.attire-section{background:url(/images/attire-bg.jpg) top/100% no-repeat;padding-top:60px;padding-bottom:60px;position:relative}.attire-section:before{content:"";opacity:.2;pointer-events:none;z-index:1;background:url(/images/attire-bg-khaki.jpg) 0 100%/cover no-repeat;width:40%;height:100%;position:absolute;inset:0 0 0 auto}.attire-section .content-center{justify-content:center}.attire-section .space-between{align-items:center}.sub-heading{font-family:Poiret One,sans-serif;font-size:70px;font-weight:400}.gift-section{background:#e6dccf}.gift-section .card1{margin-right:20px}#rsvp_form{text-align:center;max-width:330px;margin:0 auto}#rsvp_form input{text-align:center;border-radius:2px;width:100%;margin-bottom:5px;padding:10px;display:block}#rsvp_form input[type=text]{border:1px solid #fff3;max-width:310px;margin-top:15px;margin-bottom:15px}#rsvp_form input[type=submit],#rsvp_form button[type=submit]{color:#fff;cursor:pointer;background:#9b6a43;border:none;border-radius:2px;width:100%;padding:10px;font-weight:600;transition:all .3s}#rsvp_form button[type=submit]:hover{background:#7f5a35}.two-column-centered-text .col1{text-align:right;margin-right:20px}.two-column-centered-text .col2{margin-left:20px}.three-column-centered-text{position:relative}.three-column-centered-text .col{flex-basis:35%}.three-column-centered-text .col1{text-align:right;margin-right:5%}.three-column-centered-text .col2{flex-basis:5%;margin-left:20px;margin-right:20px;position:absolute}.three-column-centered-text .col3{margin-left:5%}.entourage-section{background:url(/images/tile-bg.jpg);position:relative}.entourage-section h4{margin-top:30px;margin-bottom:10px;font-size:24px}.entourage-section p{margin-top:0;margin-bottom:0}.cross-icon{vertical-align:middle;filter:invert(42%)sepia(50%)saturate(500%)hue-rotate(350deg)brightness(90%);margin-left:6px;display:inline-block}.map-section{position:relative}.map-section.bg-gold:before{content:"";opacity:.03;pointer-events:none;z-index:1;background:url(/images/church-bg.png) 0 100%/contain no-repeat;width:350px;height:450px;position:absolute;bottom:0;left:0}.map-section.bg-primary{background-color:#0000;background-image:linear-gradient(#7f8f7ad9,#7f8f7ad9),url(/images/whitish-gray-textured-wallpaper-pattern.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.map-section .map{width:100%;height:100%;position:relative}.map-section .venue-image{width:100%;height:100%}.reception-time{margin:0;font-size:150px;font-weight:700;line-height:1}.map-section iframe{border:0;width:100%;height:100%;margin-bottom:-6px}.map-section .map-details{flex-direction:column;justify-content:center;min-height:450px;padding:10% 5% 9% 10%;display:flex}.map-section p.time{border:4px solid #000;margin-top:0;margin-bottom:0;padding:40px;font-size:200px;font-weight:700;line-height:170px;display:inline-block}.map-section .meta{padding-left:40px}.map-section .meta h3{margin-bottom:10px;font-size:33px}.map-section .meta p.coordinate a{color:#000}.map-section .reception .map-details{padding:5% 5% 10%}.map-section .reception .meta{padding-left:0}.map-section .reception p.time{transform-origin:50%;border:0;padding:0;font-size:75px;line-height:normal;display:inline-block;transform:rotate(90deg)}.map-section>.container>.col1,.map-section>.container>.col2,.map-section .reception>.col1,.map-section .reception>.col2{flex-basis:50%}@media screen and (max-width:768px){.invitation-text{font-size:60px}.container{padding-left:25px;padding-right:25px}.space-between{text-align:center;display:block}.space-between .col{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}.attire-section .content-center{justify-content:center}.attire-section-desktop img{margin-left:12%}.map-section .container{flex-direction:column;display:flex}.map-section .container>.col1,.map-section .container>.col2{flex-basis:100%;width:100%}.map-section .church-map{border-bottom:1px solid #333;margin-bottom:50px;padding-bottom:50px}.map-section .reception p.time{transform:rotate(0)}.map-section{min-height:auto}.map-section.bg-gold:before{opacity:.08;width:150px;height:200px}.map-section .map,.map-section .venue-image{min-height:350px}.map-section iframe{width:100%;height:350px}.reception-time{font-size:80px}.map-section .reception .col1{flex-basis:100%;order:2}.map-section .reception .col{width:100%;padding:0}.two-column-centered-text .col1,.two-column-centered-text .col2{text-align:center;margin:0}.first-fold .header h1{font-size:40px}.sub-heading{font-size:32px}.first-fold{flex-direction:column}.first-fold-left{flex-basis:auto;padding:60px 20px}.first-fold-right{flex-basis:auto;min-height:50vh}.first-fold-right:before{width:150px;height:150px}.first-fold-right:after{width:180px;height:180px}.first-fold .invitation-text{font-size:50px}.couple-initials{font-size:120px;line-height:1.1}.couple-initials>span{margin-top:10px;display:block!important}.wedding-date,.rsvp-wrap.mt-10.fade-in-up{margin-top:0}}.monogram-section{background:#f5f3ef;justify-content:center;align-items:center;padding:80px 20px;display:flex}.monogram-container{text-align:center}@keyframes monogramFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes monogramFadeInDown{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes monogramCharFadeIn{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.monogram-container .monogram-letter,.monogram-container .monogram-char{opacity:0}.monogram-container.animate .monogram-letter.top-half{animation:.6s forwards monogramFadeInDown}.monogram-container.animate .monogram-letter.bottom-half{animation:.6s forwards monogramFadeInUp}.monogram-container.animate .monogram-char{animation:.4s forwards monogramCharFadeIn;display:inline-block}.monogram-letters-wrapper{flex-direction:column;align-items:center;display:flex;position:relative}.monogram-row{justify-content:center;gap:30px;display:flex}.monogram-letter{color:#9caf9a;font-family:Cormorant Garamond,serif;font-size:200px;font-weight:300;line-height:1;display:inline-block}.monogram-letter.top-half{clip-path:inset(0 0 50%);margin-bottom:-105px}.monogram-letter.bottom-half{clip-path:inset(50% 0 0);margin-top:-120px}.monogram-names{color:#9caf9a;letter-spacing:8px;z-index:2;background:#f5f3ef;justify-content:center;align-items:center;padding:4px 20px;font-family:Cormorant Garamond,serif;font-size:28px;font-weight:400;display:flex;position:relative}.monogram-names .ampersand{letter-spacing:0;font-size:18px}.monogram-date{color:#9caf9a;letter-spacing:6px;margin-top:40px;font-family:Cormorant Garamond,serif;font-size:20px;font-weight:400}@media screen and (max-width:768px){.monogram-letter{font-size:100px}.monogram-row{gap:40px}.monogram-letter.top-half{margin-bottom:-50px}.monogram-letter.bottom-half{margin-top:-50px}.monogram-names{letter-spacing:6px;gap:6px;padding:3px 10px;font-size:14px}.monogram-names .ampersand{font-size:14px}.monogram-date{letter-spacing:4px;margin-top:25px;font-size:14px}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
