@import"https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap";header{display:flex;background-color:var(--header-background-color);color:#fff}header h1{font-family:Oswald,Comfortaa,sans-serif;font-weight:400;display:flex;flex-grow:1;padding:2rem}header nav{font-family:Comfortaa,sans-serif;font-weight:light;display:flex;align-content:center}.navLink{text-decoration:none;padding:1rem;align-content:center;color:#fff}.navLink:visited{color:#fff}.navLink.active{background-color:#0005}header a:hover{background-color:#0008}@media screen and (max-width: 800px){header{flex-direction:column;align-items:flex-start}header h1{padding-bottom:0}header nav{padding-left:1rem}}.homeContent{text-align:center}.homeContent .artwork{margin:25px auto auto;width:60%;cursor:initial}.socialLink>*{padding:10px;font-size:25px;vertical-align:middle}@media screen and (max-width: 1920px){.homeContent .artwork{width:50%}}@media screen and (max-width: 800px){.homeContent .artwork{width:100%}}.artwork{width:20%;cursor:pointer}.whiteBorder{padding:.35rem;background-color:#fff;margin-bottom:-5px}.availableTag{padding:.35rem;background-color:#fff}.artNav{display:flex;flex-flow:row nowrap;align-items:center}.pageHeader{font-size:1.75vmax;padding:.5rem;flex-grow:1}.yearList{font-size:1.35vmax;list-style:none;display:flex;flex-direction:row;column-gap:15px;padding:8px}.year{font-size:1.25vmax;text-align:right;border-bottom:3px solid #fff}.artworkContainer{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-evenly;gap:20px;padding-bottom:25px}.artName{font-size:.75vmax;margin-top:-.15rem;padding-bottom:.5rem;text-align:right}img{width:100%}.home section{margin-top:5rem;display:grid;grid-template-columns:repeat(3,1fr);column-gap:1.5rem}@media screen and (max-width: 800px){.artNav{flex-direction:column;align-items:flex-start}.pageHeader{font-size:2vmax;margin:0}.yearList{font-size:1.75vmax;margin:0}.year{font-size:1.75vmax}.artwork{width:40%}.artName{font-size:1vmax}}@media screen and (max-width: 400px){.artwork{width:60%}}@media (max-width: 639px){.home section{margin-top:5rem;grid-template-columns:1fr;row-gap:1rem}}.darkBackground{background-color:#0003;width:100%;height:100%;z-index:0;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.centered{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.modal{color:#fff;z-index:10;border-radius:16px}.heading{margin:0;padding:10px;color:#2c3e50;font-weight:500;text-align:center;font-size:28px}.modalContent{padding:25px;font-size:20px;color:#2c3e50;text-align:center;width:50%;background:#fff;margin:auto;border-radius:16px}.modalArtwork{max-height:125vh}p{margin:2px}.modalActions{position:absolute;bottom:2px;margin-bottom:10px;width:100%}.actionsContainer{display:flex;justify-content:space-around;align-items:center}.closeBtn{cursor:pointer;padding:4px 8px;border-radius:8px;border:none;font-size:18px;color:#fff;background:var(--header-background-color);transition:all .25s ease;box-shadow:0 5px 20px #0000000f;align-self:flex-end;margin-top:-35px;margin-right:-35px;float:right}.closeBtn:hover{box-shadow:0 5px 20px #0000000a;transform:translate(-4px,4px)}@media screen and (max-width: 800px){.centered{width:85%}.heading{font-size:25px}.modalContent{font-size:14px}}.artistImageAndStatement{display:flex}.aboutImage{width:25%;cursor:pointer;flex-shrink:0;padding:25px 25px 0 0}.paragraphContainer{padding-bottom:10px}.paragraph{padding:5px 0}.cv{display:flex;flex-direction:row;gap:30px}.cvLeft,.cvRight{flex-grow:1}.cvBlock{display:flex;flex-direction:column}.cvTitle{display:flex;flex-direction:row;gap:5px}.cvImportant{font-weight:700}h4{border-bottom:2px solid white}@media (max-width: 639px){.artistImageAndStatement{flex-direction:column}.aboutImage{width:100%}.cv,.cvTitle{flex-direction:column;gap:0}.separator{display:none}}:root{font-family:Comfortaa,sans-serif;line-height:1.5;font-weight:400;color:var(--green-text-color);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;--background-color: #cbefb6;--header-background-color: #38121e;--green-text-color: #272524;--red-text-color: #c5cdac;--link-text-color: #635d5c}body{margin:0;background-color:var(--background-color)}#app{display:flex;flex-direction:column;min-height:100vh}main{flex:auto;display:flex;align-items:center;max-width:1600px;margin:0 auto;text-align:left;flex-wrap:wrap}a{color:#373f33}a:visited{color:#6f5b6d}a:hover{background-color:#373f33;color:var(--background-color)}.about{padding:0 30px}@media (max-width: 639px){main{margin:2rem}.about{padding:0}}
