@charset "UTF-8";section{display:flex;flex-direction:column-reverse;align-items:stretch;flex-wrap:wrap}section.wide{flex-direction:column;padding:1rem;gap:1rem}section.wide>.item-list{display:flex;flex-wrap:wrap;gap:1rem;flex-direction:column;width:100%}@media (min-width: 768px){section{flex-direction:row}}@media (min-width: 1024px){section.wide{padding:1.5rem 2.5rem 3rem}section.wide>.item-list{padding:1rem 3rem 0;gap:2rem;width:auto;flex-direction:row}}.section-item{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1;padding:1rem}@media only screen and (min-width: 768px){.section-item{padding:1.5rem 1.5rem 2rem}}.section-item.text{justify-content:flex-start;align-items:flex-start;gap:.75rem}.section-item>img{box-shadow:#00000059 0 5px 15px;border-radius:.25rem}.section-item>img.no-shadow{box-shadow:none}.section-item>img.no-radius{border-radius:0}section.header>.photo{flex-direction:column;gap:1.5rem}section.header>.photo>.container{position:relative;overflow:hidden;border-radius:70%/40%;transform:rotate(30deg);box-shadow:#00000059 0 5px 15px}section.header>.photo>.container>img{object-fit:cover;transform:rotate(-30deg) scale(1.3);width:var(--minPhotoWidth)}@media only screen and (min-width: 1024px){section.header>.photo>.container>img{width:var(--maxPhotoWidth)}}section.header>.photo>.name{color:ivory;margin-bottom:1rem;border-bottom:dashed 1px ivory;padding-bottom:.5rem}section.header>.logo{display:flex;flex-direction:column;align-items:center;gap:1rem}section.header>.logo>h1{text-align:center;font-size:1.5rem;color:#2f4f4f;margin:0}section.header>.logo>h2{font-size:1rem;font-weight:400;color:#2f4f4f;text-align:center;letter-spacing:.1rem}section.header>.logo>h2:after{display:none}section.header>.logo>h2>br{display:none}@media only screen and (min-width: 1024px){section.header>.logo>h2>br{display:block}}section.introduction{flex-direction:column}@media only screen and (min-width: 768px){section.introduction{flex-direction:row}}section.introduction>.text{align-items:flex-start;gap:.75rem}section.introduction>.text>h3{text-align:right;width:100%}section.introduction>.image>img{width:275px}@media only screen and (min-width: 768px){section.introduction>.image>img{width:auto}}.section-item.service-item{background-size:cover;background-position:center;justify-content:center;padding:0;overflow:hidden;width:100%}.section-item.service-item>.container{background-color:#000000bf;transition:background-color .25s ease-in-out;color:#fff;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative}.section-item.service-item>.container>.description,.section-item.service-item>.container>.title{display:flex;align-items:center;justify-content:center;transition:opacity .25s ease-in-out}.section-item.service-item>.container>.description{opacity:1;padding:0 1.5rem 1.5rem;flex-direction:column;gap:1rem}.section-item.service-item>.container>.description>.links{width:100%;text-align:right}@media only screen and (min-width: 400px){.section-item.service-item>.container>.description>.links>a[data-type=booking]>br{display:none}}.section-item.service-item>.container>.title{flex-direction:column;opacity:1;padding:1rem;height:100%;box-sizing:border-box}.section-item.service-item>.container>.title>h3{font-size:1.5rem;font-weight:700;text-align:center;display:flex;align-items:center;flex:1}.section-item.service-item>.container>.title>.learn-more{display:none}@media only screen and (min-width: 768px) and (hover: hover){.section-item.service-item>.container{background-color:#0009;width:auto}.section-item.service-item>.container:hover{background-color:#000000bf}.section-item.service-item>.container:hover>.title{opacity:0}.section-item.service-item>.container:hover>.description{opacity:1}.section-item.service-item>.container>.title{position:absolute}.section-item.service-item>.container>.title>h3{font-size:1.75rem}.section-item.service-item>.container>.title>.learn-more{display:block;align-self:flex-end;text-align:right;font-size:.75rem;color:#fff}.section-item.service-item>.container>.description{opacity:0;padding-top:1.5rem;z-index:1}}section.services{color:ivory}section.services>h2:after{border-color:#d3d3d3}section.booking>.section-item.text>.button{margin-bottom:.75rem}section.booking>.section-item.text>.form-link{display:flex;flex-direction:row}section.booking>.section-item.text>.form-link>p{flex:1}section.booking>.section-item.text>.form-link>svg{display:none;width:32px;height:32px;align-self:self-end}@media only screen and (min-width: 768px){section.booking>.section-item.text>.form-link>svg{display:block}}.section-item.testimonial-item{padding:1.75rem 1.25rem 1.5rem 2.25rem;position:relative;transition:background-color .25s ease-in-out}.section-item.testimonial-item:hover{background-color:#ffffe0}.section-item.testimonial-item>.author{padding:.5rem 1rem 0 0;align-self:flex-end}.section-item.testimonial-item>.author:before{content:"— "}.section-item.testimonial-item>.quote{font-size:3rem;font-family:serif;position:absolute;color:gray}.section-item.testimonial-item>.quote.open{left:.5rem;top:-.5rem}.section-item.testimonial-item>.quote.close{right:.5rem;bottom:-1.75rem}section.testimonials{color:#000}section.testimonials>h2:after{border-color:#006400}.icon-links{list-style:none;padding-left:0;display:flex;flex-direction:column;gap:.5rem}.icon-links>a{display:flex;align-items:center}.icon-links>a>svg{margin-right:.5rem}section.contact{flex-direction:column}@media only screen and (min-width: 768px){section.contact{flex-direction:row}}@media only screen and (min-width: 768px){section.contact>.form{padding-top:2.5rem}}section.contact>.form>.spinner,section.contact>.form>.result{display:none}section.contact>.form>.spinner.active,section.contact>.form>.result.active{display:block}section.contact>.form>.result{padding:2.5rem}section.contact>.form>form{display:flex;flex-direction:column;gap:1rem;padding:1.5rem;width:80%}section.contact>.form>form.inactive{display:none}@media only screen and (min-width: 768px){section.contact>.form>form{width:auto}}section.contact>.form>form>.name-email{display:flex;flex-direction:column}@media only screen and (min-width: 768px){section.contact>.form>form>.name-email{flex-wrap:nowrap;flex-direction:row}}section.contact>.form>form>.name-email>input{padding:.5rem .5rem .5rem 2rem}section.contact>.form>form>.name-email>input[name=name]{margin-bottom:1rem}@media only screen and (min-width: 768px){section.contact>.form>form>.name-email>input[name=name]{margin-right:1rem;margin-bottom:0}}section.contact>.form>form>.name-email>label{position:relative}section.contact>.form>form>.name-email>label>svg{display:inline;color:#a9a9a9;position:absolute;height:1.25rem;width:1.25rem;left:.5rem;top:.4rem}section.contact>.form>form>.name-email>input,section.contact>.form>form>textarea{border-radius:.5rem;box-shadow:#00000026 0 5px 15px;border:solid 1px lightgray}section.contact>.form>form>.name-email>input:focus,section.contact>.form>form>textarea:focus{outline:solid 1px gray}section.contact>.form>form>textarea{padding:.5rem;resize:none;overflow:hidden;min-height:5rem}section.footer{padding:2rem}section.footer>footer{display:flex;flex-direction:column;justify-content:space-evenly;gap:1.5rem}@media only screen and (min-width: 768px){section.footer>footer{flex-direction:row;gap:2rem}}@media only screen and (min-width: 1024px){section.footer>footer{gap:4rem}}@media only screen and (min-width: 1280px){section.footer>footer{gap:6rem}}section.footer>footer>.group{min-width:fit-content}section.footer>footer>.group>.title{font-size:1.25rem;font-weight:700}section.footer>footer>.group>ul{margin:.5rem 0 0;padding-left:1rem;list-style:circle}section.footer>footer>.group>ul>li>a{font-weight:400}section.footer>footer>.group.social-networks>.icon-links,section.footer>footer>.group.contact>.icon-links{margin:.5rem 0 0}section.footer>footer>.group.social-networks>.icon-links>a,section.footer>footer>.group.contact>.icon-links>a{font-weight:400}section.footer>footer>.group.legal{font-size:.75rem;min-width:auto}section.footer>footer>.group.legal>.title{margin-bottom:.5rem;font-size:1rem}section.footer>footer>.group.legal>.text{display:flex;flex-direction:column;gap:.5rem}section.footer>.copyright{padding-top:1rem;text-align:center}html{scroll-behavior:smooth}body{padding:0;display:flex;flex-direction:column;font-family:Arial,sans-serif;letter-spacing:.05rem;line-height:1.5;max-width:1280px;margin:auto}h1{letter-spacing:.2rem}h2{font-size:2rem;position:relative;width:100%;margin:0;letter-spacing:.15rem;line-height:1.2}@media only screen and (min-width: 768px){h2{text-align:right;line-height:1.5}h2:after{right:0;position:absolute;content:"";display:block;width:10rem;bottom:.1rem;border-bottom:1px solid silver}}h3,p{margin:0}img{width:auto;height:auto}a{text-decoration:none;text-underline-offset:.15rem;font-weight:700;color:#000}.fg-plum>a{color:plum}a:hover{text-decoration:underline}.background.orange{background-color:coral;background:linear-gradient(45deg,coral 50%,#ffa07a 70%)}.background.green{background-color:#8fbc8f;background:linear-gradient(45deg,#8fbc8f,#66cdaa 70%)}.background.blue{background-color:#6495ed;background:linear-gradient(45deg,#add8e6,#6495ed 70%)}.background.purple{background-color:#e6e6fa;background:linear-gradient(45deg,#e6e6fa,#d8bfd8 70%)}.paper{border-radius:.5rem;background-color:#fffaf0;color:#000;justify-content:flex-start;box-shadow:#00000059 0 5px 15px}button,.button{margin-top:.5rem;background-color:#fff;border:solid .1rem black;color:#000;border-radius:1rem;font-size:1.1rem;font-weight:700;width:10rem;padding:.75rem 1rem;align-self:center;cursor:pointer;transition:background-color .25s,color .25s;text-align:center}button:hover,.button:hover{color:#fff;background-color:#000;text-decoration:none}.orange button,button.orange,.orange .button,.button.orange{color:#8b0000;border-color:#8b0000}.orange button:hover,button.orange:hover,.orange .button:hover,.button.orange:hover{color:#fff;background-color:#8b0000}.purple button,button.purple,.purple .button,.button.purple{color:#639;border-color:#639}.purple button:hover,button.purple:hover,.purple .button:hover,.button.purple:hover{color:#fff;background-color:#639}button.large,.button.large{width:14rem}
