@import"https://fonts.googleapis.com/css2?family=Amiko&family=Roboto&display=swap";.button-icon{background-color:var(--color-white);border-radius:var(--border-radius);height:40px;width:40px;display:flex;justify-content:center;align-items:center;margin:0 .5rem;opacity:.65}.button-icon:hover{opacity:1}.button-icon a{display:flex}.button-icon img{height:35px}.name_plate{text-align:center;padding:2rem}.name_plate-links{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-top:2rem}.name_plate-links a{margin:0 .5rem}@media (min-width: 960px){.name_plate{padding:0;max-width:310px;text-align:right}.name_plate-links{justify-content:flex-end}}.project_item{margin:.5rem;display:flex;flex-direction:column;overflow:hidden;border-radius:var(--border-radius)}.project_head{background-color:var(--color-white);display:flex;flex-direction:row;align-items:stretch;justify-content:space-between;padding:.65rem 1rem .5rem;cursor:pointer}.project_head-name{flex-grow:1;line-height:1.5;text-align:left}.project_head-info{color:var(--color-text);transition:all .25s ease-in}.active .project_head-info svg{transform:rotate(180deg);transition:all .25s .25s ease-out}.project_head-link{color:var(--color-green)}.icon{margin:.25rem}.project_body{background-color:var(--color-white);text-align:left;overflow:hidden}.project_body-content{padding:0 1rem;margin:.5rem 1.5rem 1.25rem;border-left:2px solid var(--color-green)}.project_body-tags{display:flex;flex-direction:row;justify-content:flex-end;padding:0 1rem 1rem}.project_tag{font-size:14px;border:1px solid var(--color-green);border-radius:var(--border-radius);color:var(--color-dark);padding:.25rem 1rem;margin-left:.5rem}.fade-enter-active,.fade-leave-active{transition:all .25s .25s ease-out;max-height:200px}.fade-enter-from,.fade-leave-to{transition:all .25s ease-in;max-height:0px}.project-container{display:flex;flex-direction:column;justify-content:center}@media (min-width: 960px){.project-container{flex:0 1 500px}}.container{display:flex;flex-direction:column}@media (min-width: 960px){.container{width:1080px;display:flex;flex-direction:row;justify-content:space-around;align-items:center}}:root{--breakpoint-sm: 600px;--breakpoint-md: 960px;--breakpoint-lg: 1264px;--breakpoint-xl: 1904px}:root{--border-radius: 3px}:root{--color-green: #3bab6f;--color-white: #fff;--color-dark: #29323c;--color-text: #34383e}.color-green{color:var(--color-green)}.color-white{color:var(--color-white)}.color-dark{color:var(--color-dark)}:root{--h1-size: 42px;--h2-size: 24px;--h3-size: 20px;--h4-size: 16px}@media (min-width: 960px){:root{--h1-size: 56px;--h2-size: 28px;--h3-size: 22px;--h4-size: 16px}}body{font-family:"Roboto",sans-serif;color:var(--color-text)}h1,h2,h3,h4,h5,h6{font-family:"Amiko",sans-serif}h1{font-size:var(--h1-size);margin-top:0;margin-bottom:.5rem}h2{font-size:var(--h2-size);margin-top:0;margin-bottom:.5rem}h3{font-size:var(--h3-size);margin-top:0;margin-bottom:.5rem}h4{font-size:var(--h4-size);margin-top:0;margin-bottom:0;font-weight:300}h5{font-size:var(--h5-size);margin-top:0;margin-bottom:.5rem}h6{font-size:var(--h6-size);margin-top:0;margin-bottom:.5rem}#app{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;background-image:url(/assets/Background.2066157c.jpg);background-size:1750px;min-height:100vh;display:flex;flex-direction:row;justify-content:center;align-items:center}body{margin:0;background-color:var(--color-dark)}
