@import url(https://use.typekit.net/enn8jin.css);*{box-sizing:border-box;margin:0;font-family:classico-urw,sans-serif;text-transform:uppercase;color:#8b4513}h1{font-weight:400;font-size:1.5rem;line-height:1.5;letter-spacing:2px;margin-bottom:2rem;text-align:center;width:100%}h1 span{font-size:2rem}.button,h1 span{display:block;font-weight:700}.button{background:#b0e0e6;color:#246a73;text-decoration:none;padding:.5rem 1rem;margin-top:2rem;cursor:pointer;transition:.2s ease;letter-spacing:2px}.button:hover{background:#89d1da}.button:active{background:#a8dde4}.hero-section-container{min-height:100vh;max-width:100vw;overflow:hidden;display:flex;align-items:center}.hero-section{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:480px;min-height:480px;padding:4rem;margin:12rem;background:#efedea;border:2px solid #8b4513;border-radius:8px}.hero-section p{text-align:center;width:100%}@media(max-width:600px){.hero-section{width:100vw;min-height:unset;margin:12rem 1rem}}.hero-section:before{content:"";position:absolute;left:-.5rem;top:-.5rem;width:calc(100% + .5rem + 6px);height:calc(100% + .5rem + 6px);border:1px solid #8b4513;border-radius:12px;pointer-events:none}.hero-section:after{content:"";background-image:url(../img/floral-background.8a2b911e.png);background-position:50%;background-size:contain;background-repeat:no-repeat;display:block;position:absolute;width:160%;height:160%;z-index:-2}@media(max-width:600px){.hero-section:after{background-size:auto 100%}}.scroll-prompt{transform:translateY(-4rem);display:flex;flex-direction:column;justify-content:center;align-items:center;opacity:1;transition:.5s ease}.scroll-prompt .arrow{margin-top:1rem;border:solid #8b4513;border-width:0 2px 2px 0;display:inline-block;padding:3px;transform:rotate(45deg)}.scroll-prompt.hide{opacity:0}ul.photos{list-style:none;padding:0;display:flex;flex-direction:column;align-items:center;max-width:calc(100vw - 4rem);margin:0 auto}@media(max-width:600px){ul.photos{max-width:calc(100vw - 1rem)}}ul.photos li img{width:100%;height:auto;max-width:calc(100vw - 4rem);max-height:60vh;border-radius:12px}ul.photos li:first-child{max-width:80%}ul.photos li:nth-child(2){margin-top:-4rem;transform:translateX(-20vw);max-width:60%}ul.photos li:nth-child(3){margin-top:2rem;max-width:80%;transform:translateX(10vw)}ul.photos li:nth-child(4){width:100vw;margin:2rem 0}ul.photos li:nth-child(4) img{max-width:unset;max-height:unset;width:100%;border-radius:0}ul.photos li:nth-child(5){max-width:80%;transform:translateX(10vw)}ul.photos li:nth-child(6){max-width:80%;margin-top:-4rem;transform:translateX(-10vw)}ul.photos li:nth-child(7){margin-top:2rem;max-width:80%}ul.photos li:nth-child(8){width:100vw;margin:2rem 0}ul.photos li:nth-child(8) img{max-width:unset;max-height:unset;width:100%;border-radius:0}ul.photos li:nth-child(9){max-width:80%;transform:translateX(10vw)}ul.photos li:nth-child(10){margin-top:-4rem;max-width:80%;transform:translateX(-10vw)}footer{padding:2rem 0}