.projects{padding:20px;width:100vw;display:flex;flex-direction:row;flex-wrap:wrap;row-gap:1rem;overflow:scroll}.project{display:flex;flex-direction:column;width:45vw;height:60vh;margin:0 auto 3rem}.project-thumbnail-link{flex:0.8 1}.project-thumbnail{width:100%;height:100%;border-radius:20px;background-size:cover;background-position:50%;transition:transform .5s ease;cursor:pointer;margin-bottom:1rem}.project-thumbnail:hover{transform:scale(1.01)}.project-title{margin:1rem auto auto;flex:0.1 1}.project-skills{flex:0.1 1;margin:0 auto;padding:.75rem 1rem;background:rgba(0,0,0,.25);border:#fff;border-style:solid;border-radius:1rem;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.5rem;box-shadow:2px 2px 15px #fff;align-items:center;justify-content:center;transition:border-radius .5s ease-in-out}.project-skills:hover{border-radius:2rem}.skill-icon{width:3rem;height:auto;max-width:4rem;max-height:2.5rem;flex-grow:1;flex-shrink:0;object-fit:contain;transition:transform .3s ease-in-out;transition:margin .3s ease-in-out}.skill-icon:hover{transform:scale(1.1);margin:.2rem .5rem}@media only screen and (max-width:768px){.project{width:80vw}.projects{gap:5rem}}