@import "https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100..900;1,100..900&family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap";@import "https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{box-sizing:border-box;margin:0;padding:0}body{height:100%;font-family:var(--textFont);flex-direction:column;display:flex}main{flex-direction:column;display:flex}a{color:var(--fontColorDark);font-family:var(--textFont);text-decoration:none}a:hover{text-decoration:underline}li{list-style:none}.dark{color:var(--fontColorDark)}.light{color:var(--fontColorLight)}.last{margin-bottom:3rem}h1{font-size:2rem;font-family:var(--h1);text-align:center;color:var(--fontColorDark);margin:15px 0 10px;font-weight:600}h2{font-size:1.5rem;font-family:var(--h2);color:var(--fontColorDark);text-align:center;margin:0 0 .5em;padding-top:.5px;padding-bottom:1rem;font-weight:500}p{font-family:var(--textFont);text-align:center;margin:0 0 18px;font-size:1.13rem;line-height:1.7}p:last-child{margin-bottom:0}@media (min-width:768px){h1{font-size:2.36rem}}@media (min-width:1025px){h1{font-size:3.25rem}h2{font-size:2rem}}:root{--mainColor:#003248;--accentColor1:#efe9d5;--accentColor2:#bcac8f;--accentColor3:#498ba8;--accentColor4:#498ba8;--secondColor1:#e3f6ff;--secondColor2:#9bd5ef;--secondColor3:#498ba8;--fontColorDark:#003248;--fontColorLight:#f9f5ea;--accentColor5:#33312b;--secondColor4:#1c6180;--secondColor5:#003248;--borderRad:12px;--h1:"Poppins";--h2:"Poppins";--textFont:"Libre Franklin";--poppins:"Poppins";--h1Size:2rem;--h2Size:1.5rem;--pSize:1rem}@media (min-width:768px){:root{--h1Size:3.7rem;--h2Size:2.7rem;--pSize:1.2rem}}.locationSection h2{margin-top:2rem}.map-container{border-radius:var(--borderRad);width:80%;height:30rem;margin-inline:auto}@media (min-width:768px){.map-container{width:80%;height:40rem}.location p{margin-bottom:2rem}}.heroImgContainer{width:100%;height:250px;margin-bottom:2.5rem;display:flex;position:relative;overflow:hidden}.heroImgMob{object-fit:cover;object-position:50% 48%;width:100%;height:100%;display:block}.heroImgContainer:after{content:"";pointer-events:none;position:absolute;inset:0}.heroImgDesktop{object-fit:cover;object-position:1% 80%;width:100%;height:100%;display:none}.heroBtn{border:2px solid var(--accentColor4);color:var(--accentColor4);z-index:3;background-color:#0000;border-radius:50px;padding:4px 15px;font-weight:600;position:absolute;bottom:1.5rem;left:1.5rem}.heroTextDiv{padding:1rem 2rem;background-color:#ffffff80;border-radius:8px;align-self:center;padding-inline:0;position:absolute;left:50%;transform:translate(-50%)}.heroText{align-self:center;padding-inline:0;position:absolute;left:50%;transform:translate(-50%)}@media (min-width:768px){.heroImgMob{display:none}.heroImgDesktop{display:block}.heroImgContainer{height:450px}}.displayContainer{background-color:var(--mainColor);width:100vw;padding:2rem}.displayContainer h2{color:var(--fontColorLight);font-size:var(--);margin-block:1rem}.imgContainer{grid-template-rows:repeat(6,auto);grid-template-columns:repeat(2,1fr);gap:4rem;display:grid}.imgDiv{aspect-ratio:1;border-radius:var(--borderRad);width:100%;transition:transform .3s;overflow:hidden}.displayImg{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}@media (min-width:768px){.imgContainer{grid-template-rows:repeat(2,auto);grid-template-columns:repeat(4,1fr)}}@media (min-width:1025px){.imgContainer{padding-inline:4rem;padding-bottom:4rem}.displayContainer h2{color:var(--fontColorLight);margin-top:1rem}}.hoursContainer{background-color:var(--accentColor3);width:90%;color:var(--fontColorLight);border-radius:var(--borderRad);margin-block:1rem;padding:1rem}.heroContainer h2,.heroContainer p{color:var(--fontColorLight)}@media (min-width:768px){.hoursContainer{width:50%;margin-block:5rem;padding-bottom:3rem}}.OpeninghoursSection{background-color:var(--secondColor2);border-radius:8px;padding:1rem 5rem}.weeksContainer{flex-direction:column;gap:3rem;margin-bottom:2rem;display:flex}.weeksContainer ul{line-height:1.8rem}.weeksContainer h3{margin-bottom:.6rem}.info{padding-block:3rem}.textDiv{padding-inline:2.5rem}.homeMain{justify-content:center;align-items:center;display:flex}@media (min-width:768px){.homeMain h1{padding:3rem;padding-top:4%}.homeMain h2{margin-top:2rem}.text{width:40rem;padding-bottom:5rem}}.designerSection{flex-direction:column;justify-content:space-between;width:100%;margin-bottom:3rem;padding:1rem;display:flex}.designerSection p{padding-bottom:2rem;line-height:2rem}.imageSection{justify-content:space-between;gap:1rem;width:100%;height:auto;display:flex}.imageSection img{aspect-ratio:1;object-fit:cover;width:100%}@media (min-width:768px){.designerSection{width:100%}.imageSection img{width:clamp(3rem,100%,25rem)}}.designersMain{flex-direction:column;justify-content:center;padding-inline:1rem;display:flex}.designersMain h1{text-align:left;padding-block:1rem}.designersContainer{grid-template-rows:1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-columns:1fr;gap:3rem;margin-inline:auto;display:grid}@media (min-width:768px){.designersMain{padding-inline:4rem}.designersContainer{grid-template-columns:1fr 1fr;margin-inline:auto;display:grid}}.meetUsSection{grid-template-rows:repeat(8,1fr);grid-template-columns:repeat(2,1fr);gap:1rem;margin:.5rem;display:grid}@media (min-width:768px){.meetUsSection{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr)}}.cardInfoDesigners{height:auto;width:1fr;text-wrap:wrap;background-color:#fff;flex-direction:column;display:flex}.cardInfoDesigners .imgDiv{aspect-ratio:1;border-radius:0;width:100%;height:auto}.cardInfoDesigners h3{margin-block:.5rem}.cardInfoDesigners .readMoreBtn{place-self:flex-end;margin-top:auto}.readMoreBtn{border:3px solid var(--accentColor3);color:var(--accentColor4);font-weight:600;font-family:var(--h2);border-radius:50px;padding-block:5px;padding-inline:15px}.readMoreBtn:hover{border:3px solid var(--accentColor4);color:var(--accentColor5);padding-inline:15px;text-decoration:none}.headerDiv{background-color:#0000;border-bottom:1px solid #c5c3c3;justify-content:space-between;align-items:center;width:100vw;height:4.5rem;display:flex;position:static}.logo{width:95px;height:55px;stroke:var(--mainColor);color:var(--mainColor);margin-left:5rem}.headerNav{font-family:var(--poppins);justify-content:space-between;gap:6rem;margin-right:5rem;font-weight:300;display:flex}.headerNav a:hover{-webkit-text-decoration:underline 2px var(--mainColor);text-decoration:underline 2px var(--mainColor);color:var(--mainColor)}footer{font-family:var(--fontText);color:#003248;background-color:#f5f0ea}footer svg{stroke:var(--mainColor)}.logoA{color:#003248;justify-content:center;display:flex}.logoFooter{color:var(--mainColor);width:70%;height:auto}.flexDivFooter{flex-direction:column;justify-content:space-between;padding-block:5vw;padding-inline:clamp(10%,12%,8rem);display:flex}footer nav{line-height:4rem;display:none}footer ul{text-wrap:nowrap}footer a{font-size:1rem;text-decoration:none}footer li:hover{text-underline-offset:3px;text-decoration:underline}footer h3{text-underline-offset:5px;color:#fff;margin-bottom:1rem;font-weight:400;text-decoration:underline}.logoAndSocials{margin-top:30px;color:var(--MainColor);margin-inline:1rem}.socials{flex-direction:row;justify-content:space-around;height:3rem;margin-top:4rem;list-style:none;display:flex}.socials img{height:40px}footer p{justify-self:center;padding-bottom:2rem}.mobileLinks{text-underline-offset:5px;text-transform:uppercase;justify-self:center;padding-block:10vw;text-decoration:underline;display:block}@media (min-width:769px){footer nav{line-height:4rem;display:block}.flexDivFooter{flex-direction:row;justify-content:center}footer li{display:flex}.mobileLinks{display:none}}
