@import"https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;700&display=swap";.navbar{display:flex;justify-content:space-around;align-items:center;padding:1rem;box-shadow:0 2px 5px #0000001a;position:sticky;top:0;z-index:10}.logo{font-size:1.5rem;font-weight:700}.nav-links{display:flex;gap:1.5rem;font-size:1.5rem}.nav-links a{text-decoration:none;color:var(--color-text-lighter);cursor:pointer}.hamburger{display:none;flex-direction:column;gap:.3rem;cursor:pointer}.hamburger .line{width:1.5rem;height:.2rem;background-color:#333}@media (max-width: 768px){.nav-links{position:absolute;top:100%;left:0;right:0;background-color:#fff9;backdrop-filter:blur(25px);-webkit-backdrop-filter:"blur(10px)";flex-direction:column;align-items:center;display:none}.nav-links.open{display:flex}.nav-links a{color:var(--color-text-lighter)}.hamburger{display:flex;flex-direction:column;gap:.3rem;cursor:pointer;justify-content:center;align-items:center;margin:0 auto}}.invite-container{display:flex;justify-content:center;align-items:stretch;gap:1rem;max-width:100%;margin:0 10px;height:100vh;flex-wrap:nowrap}@media (max-width: 1000px){.invite-container{flex-wrap:wrap;flex-direction:column;height:auto;margin:0 20px}}.invite-left{flex:1 1 50%;max-width:50%;position:relative;z-index:2;display:flex;justify-content:center;align-items:center}@media (max-width: 1000px){.invite-left{max-width:100%;flex:1 1 100%;padding-top:2rem}}.paddingtop0{padding-top:0!important}.invite-right{flex:1 1 50%;max-width:50%;position:relative;text-align:center;height:100vh;justify-content:center;align-items:center;display:flex;flex-direction:column;padding:1rem}@media (max-width: 1000px){.invite-right{max-width:100%;height:auto;flex:1 1 100%;padding-top:2rem}}.timer{display:flex;position:absolute;top:70%;left:5%;flex-direction:column;align-items:center;justify-content:center;color:#5d4a2e;margin:2rem auto;max-width:300px;z-index:9;padding:2rem;background-color:#ffffff73;border-radius:.75rem;box-shadow:0 4px 10px #0000001a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media screen and (max-width: 1000px){.timer{top:80%;left:10%;max-width:100%;margin:1rem auto;padding:2rem}}@media screen and (max-width: 600px){.timer{top:70%;left:5%;max-width:100%;margin:1rem auto;padding:1rem}}.mainImage{position:absolute;top:5%;color:var(--color-accent);font-size:5rem;font-weight:700;z-index:9}.grid{display:grid;grid-template-columns:repeat(5,1fr);gap:.5rem;margin-bottom:1.5rem;width:100%;justify-content:center;align-items:center;justify-items:center}@media (min-width: 768px){.grid{grid-template-columns:repeat(2,1fr);margin:0 auto;gap:0;margin-bottom:.5rem}}.text{color:"#967117"}.text2{color:"#595f5a";font-family:"cursive";font-size:"1.5rem"}.text3{color:"#8e9890";font-family:"cursive";font-size:"1.5rem"}.image{border-radius:.2rem;box-shadow:0 10px 15px #0000001a;width:100%;height:550px;object-fit:cover}@media (max-width: 767px){.text,.text2,.text3{font-size:.9rem}}@font-face{font-family:dreamland;src:url(/assets/dreamland-BM9VDM69.ttf) format("truetype");font-weight:400;font-style:normal}:root{--color-bg: #f6eee5;--color-text: #4a3b2a;--color-accent: #bda78e;--color-text-light: #6b5a45;--color-text-lighter: #8c7a65;--color-text-dark: #3a2f22;--color-text-darker: #2a2118;--font-heading: "Playfair Display", serif;--font-script: "dreamland", cursive;--font-h1: clamp(2.5rem, 5vw, 3.5rem);--font-h2: clamp(2rem, 4vw, 3rem);--font-h3: clamp(1.5rem, 3vw, 2rem);--font-h4: clamp(1.125rem, 2.5vw, 1.5rem);--font-h5: clamp(2rem, 2.5vw, 3rem);--font-body: clamp(1rem, 2.5vw, 1.125rem);--font-small: clamp(.875rem, 2vw, 1rem)}body{background-color:var(--color-bg);color:var(--color-text);font-family:var(--font-heading);font-size:var(--font-body);margin:0}h1{font-size:var(--font-h1);font-family:var(--font-heading);font-weight:600;text-align:center}h2,h3,h6{font-family:var(--font-heading)}h2{font-size:var(--font-h2)}h3,h6{font-size:var(--font-h3);color:var(--color-text-lighter);margin-bottom:8px;margin-top:8px}h4{font-size:var(--font-small);margin-bottom:4px;margin-top:4px}h5{font-size:var(--font-h2);font-family:var(--font-script);margin-bottom:8px;margin-top:8px}p,span{font-size:var(--font-body)}a{color:var(--color-text-lighter);text-decoration:none;font-weight:500}a:hover{color:var(--color-text-dark)}section{padding:0 10px 20px;min-height:100vh;display:flex;align-items:center;justify-content:center}@media screen and (max-width: 768px){section{padding:10px;min-height:50vh}h5{font-size:var(--font-h2);margin:0}}.textCenter{text-align:center}.textLeft{text-align:left}.textRight{text-align:right}.textJustify{text-align:justify}.pointer{cursor:pointer}.relative{position:relative}.animate{transition:all .3s ease-in-out}.padding-top{padding-top:20px}.padding-bottom{padding-bottom:30px}padding-left{padding-left:20px}padding-right{padding-right:20px}@media screen and (max-width: 768px){.padding-top{padding-top:10px}.padding-bottom{padding-bottom:10px}.padding-left{padding-left:10px}.padding-right{padding-right:10px}}.regular{font-weight:400!important}.semiBold{font-weight:600!important}.extraBold{font-weight:800!important}.font-spacing1{letter-spacing:.1em}.font-spacing2{letter-spacing:.3em}.font-spacing3{letter-spacing:.5em}.gap1{gap:.5rem}.gap2{gap:2rem}.gap3{gap:3.5rem}@media screen and (max-width: 768px){.gap3{gap:1rem}}.flex{display:flex;flex-wrap:wrap}.flexColumn{display:flex;flex-direction:column}.flexRow{display:flex;flex-direction:row}.flexWrap{display:flex;flex-wrap:wrap}.flexCenter{display:flex;justify-content:center;align-items:center}.flexStart{display:flex;justify-content:flex-start;align-items:center}.flexEnd{display:flex;justify-content:flex-end;align-items:center}.flexSpaceAround{display:flex;justify-content:space-around;align-items:center}.flexNullCenter{display:flex;align-items:center}.flexSpaceCenter{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.flexSpaceNull{display:flex;justify-content:space-between}.font11{font-size:.688rem}.font12{font-size:.75rem}.font13{font-size:.813rem}.font14{font-size:.875rem}.font15{font-size:.938rem}.font16{font-size:1rem}.font17{font-size:1.063rem}.font18{font-size:1.125rem}.font19{font-size:1.188rem}.font20{font-size:1.25rem}.font25{font-size:1.563rem}.font28{font-size:1.75rem}.font30{font-size:1.875rem}.font35{font-size:2.188rem}.font40{font-size:2.5rem}.font45{font-size:2.813rem}.font50{font-size:3.125rem}.font60{font-size:3.75rem;line-height:4.5rem}@media only screen and (max-width: 1000px){.font12{font-size:.625rem}.font13{font-size:.688rem}.font14{font-size:.75rem}.font15{font-size:.813rem}.font16{font-size:.875rem}.font17{font-size:.938rem}.font18{font-size:1rem}.font19{font-size:1.063rem}.font20{font-size:1.125rem}.font25{font-size:1.25rem}.font28{font-size:1.375rem}.font30{font-size:1.5rem}.font35{font-size:1.75rem}.font40{font-size:2rem}.font45{font-size:2.25rem}.font50{font-size:2.5rem}.font60{font-size:3rem;line-height:3.5rem}}@media (max-width: 400px){.font13,.font14,.font15{font-size:.75rem}.font16{font-size:.875rem}}#home,#registry,#dresscode,#accommodations,#rsvp{background-color:var(--color-bg)!important}#people,#parents,#place{background-color:#e9dfd1}#travel{background-color:#dbcbb7}#photos{background-color:#c2b5a0}#parents,#flower,#registry{background-image:linear-gradient(#ffffffe6,#ffffffe6),url(/images/background3.jpg);background-size:cover;background-position:center;background-attachment:fixed}@media (max-width: 768px){#parents,#flower,#registry{background-image:linear-gradient(#ffffffe6,#ffffffe6),url(/images/background3.jpg);background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#fff9}}#entourage,#flower,#place{display:block!important}.audio{position:fixed;top:.5rem;right:1rem;z-index:9999;background-color:var(--color-bg);padding:.25rem .65rem;border-radius:12px;box-shadow:0 4px 12px #0000001a;font-family:var(--font-heading);border:1px solid var(--color-accent)}@media screen and (max-width: 768px){.audio{top:.1rem;right:3rem}}.churchImageWrapper{position:relative;width:100%;height:85vh;background-image:url(/images/Church2.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:18px;margin-bottom:2rem}.text{flex:1 1 50%;position:relative;text-align:center;justify-content:center;align-items:center;display:flex;flex-direction:column;padding:1rem}@media (max-width: 1000px){.text{max-width:100%;height:auto;flex:1 1 100%;padding-top:2rem}}.contentContainer{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}@media screen and (max-width: 768px){.contentContainer{flex-direction:column}.imageContainer,.detailsContainer{width:100%}}.imageContainer,.detailsContainer{width:40%;padding:1rem}.qrContainer{padding:1rem;width:100%;display:flex;align-items:flex-start;justify-content:flex-start}@media screen and (max-width: 768px){.qrContainer img{width:100%;height:auto}}.image{width:100%;height:auto;border-radius:18px;object-fit:cover}.paragraph{color:#36013f}.churchContainer{min-height:70vh;display:flex;position:relative;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin:0!important}@media screen and (max-width: 1000px){.churchContainer{min-height:40vh}}.qrTopRight{position:absolute;top:1rem;right:1rem;z-index:9;max-width:200px;width:100%}.qrTopRight img{width:100%;height:auto;border-radius:8px}@media screen and (max-width: 768px){.qrTopRight{top:.5rem;right:.5rem;max-width:70px}}.churchImageWrapper2{position:relative;width:100%;height:85vh;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:18px;margin-bottom:2rem}@media screen and (max-width: 768px){.churchImageWrapper{height:50vh}}.qr{position:relative;align-items:center;justify-content:center;text-align:center;z-index:9;max-width:350px;width:100%}.imageContainer2{display:flex;justify-content:center;align-items:center;width:60%}.imageContainer2 img{width:60%;height:auto;aspect-ratio:auto;border-radius:18px}@media screen and (max-width: 768px){.imageContainer2{width:100%}.imageContainer2 img{width:100%;height:auto;aspect-ratio:auto}}.containerColumn{display:grid;grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:1.5rem;justify-items:center;align-items:center;text-align:center;padding:2rem;height:100%}@media screen and (max-width: 700px){.containerColumn{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));padding:1rem;gap:1rem}}@media screen and (max-width: 400px){.containerColumn{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));padding:1rem;gap:1rem}}.imageContainer{width:100%;height:100%;display:flex;justify-content:center;align-items:center}@media (max-width: 768px){.imageContainer{width:70%;height:100%;display:flex;justify-content:center;align-items:center;box-shadow:none;border-radius:0!important;padding:10px}}.image{width:80%;height:100%;text-align:center;justify-content:center;align-items:center;display:flex;box-shadow:none!important;padding:1rem}
