@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500&display=swap);*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0;font-family:Montserrat,sans-serif}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}button,input,select,textarea{font:inherit}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--card_width:350px;--row_increment:10px;--card_border_radius:5px;--card_small:20;--card_medium:30;--card_large:40;--card_x_large:50}@media only screen and (max-width:1000px){:root{--card_small:20;--card_medium:25;--card_large:30;--card_x_large:40}}body{background-color:#f8f8f8}main{padding-bottom:20px}.shoot,header{position:relative;height:100vh}.shoot,.shoot .content,header,header .content{display:flex;align-items:center;justify-content:center}.shoot .content,header .content{padding:25px;flex-direction:column;position:absolute;color:#fff;text-shadow:1px 2px 2px rgba(40,40,40,.35);text-transform:uppercase;gap:20px;text-align:center;position:relative;width:100%}.shoot .content h1,header .content h1{font-size:50px;position:relative;display:flex;align-items:center;flex-direction:column;margin:initial;font-weight:200}@media only screen and (max-width:1000px){.shoot .content h1,header .content h1{font-size:36px}}@media only screen and (max-width:700px){.shoot .content h1,header .content h1{font-size:26px}}.shoot .content h1:after,header .content h1:after{content:"";background-color:#fff;width:75px;height:1px;margin-top:10px}.shoot .content h2,header .content h2{font-size:16px;font-weight:400;margin:initial}.shoot .content a.back,header .content a.back{color:#fff;font-size:16px;text-decoration:none;text-transform:none}.shoot img,header img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50%;object-position:50%;position:absolute;inset:0;z-index:-1}.shoot:before,header:before{content:"";background:linear-gradient(0deg,#282828,hsla(0,0%,100%,0));width:100%;height:100%;position:absolute;inset:0}.button{padding:10px 25px;font-size:16px;font-weight:300;text-decoration:none;background-color:transparent;transition:.3s;border:1px solid transparent;border-radius:5px;text-transform:none}.button:focus,.button:hover{text-decoration:underline;transform:translate3d(0,-2px,0);box-shadow:0 4px 4px rgba(0,0,0,.24),0 0 4px rgba(0,0,0,.12),0 6px 18px rgba(0,0,0,.12)}.button:focus.primary,.button:hover.primary{background-color:rgba(40,40,40,.1)}.button:focus.secondary,.button:hover.secondary{background-color:hsla(0,0%,100%,.125)}.button.primary{border-color:#282828;color:#282828}.button.secondary{border-color:#fff;color:#fff}.button.load-more{margin:0 auto;margin-top:20px;display:block}button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer}html{scroll-behavior:smooth}.to-top{position:fixed;bottom:30px;right:30px;z-index:2;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#282828;padding:15px;background-color:#fff;border-radius:100%;border:none;box-shadow:0 4px 4px rgba(0,0,0,.24),0 0 4px rgba(0,0,0,.12),0 6px 18px rgba(0,0,0,.12);transition:.3s}.to-top svg{z-index:1;position:relative}.to-top:before{inset:0;background-color:#fff;width:100%;z-index:0}.to-top:after,.to-top:before{content:"";position:absolute;border-radius:inherit;aspect-ratio:1/1}.to-top:after{inset:-10px;background-color:rgba(40,40,40,.25);width:calc(100% + 20px);z-index:-1;opacity:0;transition:.3s}.to-top:focus,.to-top:hover{transform:translate3d(0,-2px,0);box-shadow:0 4px 4px rgba(0,0,0,.24),0 0 4px rgba(0,0,0,.12),0 6px 18px rgba(0,0,0,.12)}.to-top:focus:after,.to-top:hover:after{opacity:1}.to-top svg{width:20px;aspect-ratio:1/1;color:currentColor;display:block}.fade-enter-active,.fade-leave-active{transition:opacity 1s ease}.fade-enter-from,.fade-leave-to{opacity:0}main.home{padding:10px;gap:10px;display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"engagement wedding" "olly photo-shoot";min-height:100vh}@media only screen and (max-width:1000px){main.home{grid-template-columns:1fr;grid-template-areas:"engagement" "wedding" "olly" "photo-shoot"}}main.home .shoot{flex:1;height:auto;min-height:300px;overflow:hidden;border-radius:10px}main.home .shoot img{transition:.5s}main.home .shoot:focus-within img,main.home .shoot:hover img{transform:scale(1.075)}main.home .shoot:first-of-type{grid-area:engagement}main.home .shoot:nth-of-type(2){grid-area:wedding}main.home .shoot:nth-of-type(3){grid-area:olly}main.home .shoot:nth-of-type(4){grid-area:photo-shoot}