.intro,.header{text-align:center}.header,.projects{box-shadow:0 2px 2px var(--S);border-color:var(--B);border-style:solid}.block{margin-top:.5em}.social-icons{flex-wrap:wrap;justify-content:center;gap:.75em;margin-top:1em;display:flex}.social-icons a{border-radius:50%}.social-icons i{background-color:var(--Body);color:var(--C5);border-style:solid;border-width:2px;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;padding:.8em;font-size:2em;display:flex}.social-icons a:hover i{box-shadow:0 0 6px var(--C4);color:var(--T1);transition:all .12s}.intro{padding:1em}.header{background-color:var(--C2);border-width:1px;border-radius:.25em .25em 0 0;padding:1em}.projects{background-color:var(--C1);border-width:0 1px 1px;border-radius:0 0 .25em .25em;flex-flow:column wrap;justify-content:space-evenly;display:flex}.project{flex-direction:row;justify-content:space-between;gap:.5em;max-width:100%;min-height:200px;padding:1em;display:flex}.project+.project{border-top:1px dashed var(--B);padding-top:1.5em}.project:last-of-type{margin-bottom:1.5em}.project-left{flex-basis:70%}.project-right{flex-basis:30%}.project img{border-radius:.25em;width:315px;max-width:100%;display:block}.project img:hover{filter:brightness(.8);transition:all .12s}.project-title{color:var(--T1)}.project-title a{color:inherit}.project-description{color:var(--T1);text-wrap:balance;margin:.5em 0;font-size:1em;font-weight:400}.project-tags{flex-wrap:wrap;margin-top:.75em;display:flex}.project-tags span{background-color:var(--C4);color:var(--T2);box-shadow:1px 2px 2px var(--S);border-radius:.5em;max-width:100%;margin:0 .5em .5em 0;padding:.2em .6em;font-size:.8em;font-weight:500;line-height:20px}.contact{margin-top:1em}.contact *{max-width:100%;margin:0}.email{color:var(--TLink);font-size:1em;font-weight:400}.highlight{color:var(--THighlight);font-style:normal}@media only screen and (width<=920px){.header,.projects{border-radius:0}}@media only screen and (width<=770px){.project{flex-direction:column}.project-right{justify-content:center;margin-top:.5em;display:flex}}