.projects-modal-cards{display:flex;flex-direction:column;flex-wrap:wrap;gap:var(--baseline-4);padding-top:var(--baseline-6);@media only screen and (min-width:993px){flex-direction:row;justify-content:space-between;padding-left:var(--baseline-8);padding-right:var(--baseline-8)}}.projects-modal-item{max-width:480px}.projects-modal-item:nth-child(3){@media only screen and (min-width:993px){margin-top:var(--baseline-10)}}.projects-modal-item img{margin-bottom:var(--baseline-2)}.projects-modal-item-bottom{display:flex;flex-direction:row;justify-content:space-between}.projects-modal-item-bottom .location h2{font-size:1.875rem;line-height:42px;margin:0}.location p,.projects-modal-item-bottom .location h2{color:var(--body-color);font-style:normal;font-weight:400}.location p{font-size:20px;line-height:26px}.projects-modal-item-bottom .link a{height:25px;width:25px}.projectDetail header{display:flex;flex-direction:row;justify-content:space-between}.projectDetail::backdrop{background-color:rgba(0,0,0,.5)}.projectDetail{border:none;margin-bottom:0;margin-right:0;margin-top:0;max-height:100%;max-width:100vw;opacity:0;padding:0;transform:translateX(100%);transition:opacity .3s ease-in-out,transform .5s ease-in-out;@media only screen and (min-width:993px){max-width:60vw}}.projectDetail-body{padding:var(--baseline-2);@media only screen and (min-width:993px){padding-bottom:var(--baseline-3);padding-left:var(--baseline-8);padding-right:var(--baseline-8);padding-top:var(--baseline-6)}}.location h1{color:var(--secondary);font-size:var(--h1-secondary-size);margin-bottom:0}.projectDetail footer{background-color:var(--secondary);color:var(--white);padding:var(--baseline-2);@media only screen and (min-width:993px){padding-bottom:var(--baseline-3);padding-left:var(--baseline-8);padding-right:var(--baseline-8);padding-top:var(--baseline-3)}}.projectDetail footer h2{color:var(--white)}.body-dialog-p{color:var(--body-color);margin-bottom:var(--baseline-4)}.gallery-img img{height:100%;object-fit:cover;width:100%}.gallery{@media only screen and (min-width:993px){display:grid;grid-template-columns:repeat(5,1fr) .5fr;grid-template-rows:repeat(9,1fr);grid-column-gap:2.5rem;grid-row-gap:2.5rem}}.gallery-img{margin-bottom:var(--baseline-2)}@media only screen and (min-width:993px){.gallery-img:first-child{grid-area:1/1/5/3}.gallery-img:nth-child(2){grid-area:1/3/5/7}.gallery-img:nth-child(3){grid-area:5/1/10/7}}.projectDetail footer a.button{background-color:var(--primary);color:var(--white);text-decoration:none}.projectDetail footer a.button:hover{background-color:var(--white);border-color:var(--white);color:var(--primary);text-decoration:none}