@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;700&display=swap");*{box-sizing:border-box}.bandcamp{border:0;width:100%;height:120 px}.profile{width:25vw;height:auto}.card-img{width:100%;height:auto;max-height:256;max-width:256;margin-bottom:1em}.profile-div{display:flex;justify-content:flex-end;align-items:center}.bio{display:grid;grid-column-gap:1em;column-gap:1em;grid-template-columns:2fr 1fr}body{font-family:Roboto,sans-serif;margin:0 auto}.container{display:grid;margin-right:10em;margin-left:10em;grid-row-gap:4em;row-gap:4em;margin-bottom:4em;width:auto}.portfolio{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-column-gap:4em;column-gap:4em;grid-row-gap:8em;row-gap:8em;margin-bottom:12em}.card{background:#fff;border-radius:2px;padding:30px;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:all .3s ease;text-decoration:none;color:inherit;display:block;border-left:4px solid transparent}.hero{display:flex;justify-content:flex-end;justify-self:flex-end;align-items:center}.logo{width:-moz-fit-content;width:fit-content}nav{display:flex;justify-content:flex-end;justify-self:flex-end;align-items:center}.container-home{display:grid;grid-auto-rows:minmax(33vh,max-content);grid-row-gap:2em;row-gap:2em;margin-bottom:2em}.link,.nav-link{color:#000}.nav-link{margin-left:1em}.contact{margin:0 auto}.contact form{display:flex;flex-direction:column;width:400px}.contact label{margin-top:1em;margin-bottom:1em}.contact button{margin-top:1em}.footer{display:grid;grid-template-rows:repeat(3,auto);grid-template-columns:repeat(5,auto);grid-column-gap:2em;column-gap:2em;justify-content:center;margin-top:8em}.social img{margin-left:1em}.partners{margin-top:4em;display:grid;text-align:left;justify-content:left;grid-template-columns:1;grid-template-rows:auto;grid-row-gap:2em;row-gap:2em}.link-about{color:#000;text-decoration:underline}.partners span{margin-bottom:1em}.partner-img{width:15vw;height:auto}@media only screen and (max-width:1200px){.container{margin-right:4em;margin-left:4em}}@media only screen and (max-width:768px){.contact{text-align:left}.container{display:grid;margin-left:1em;margin-right:1em;grid-column-gap:0;column-gap:0}.container-home{margin-left:0;margin-right:0;grid-template-rows:repeat(auto-fit,minmax(33vh,max-content));margin-bottom:2em}.contact{margin-bottom:12em}.contact form{width:80vw}.footer{grid-template-columns:1fr;grid-template-rows:auto;text-align:center;row-gap:1em;column-gap:0}.social img{margin-right:.5em}.footer .link,.social img{margin-left:0}}@media only screen and (max-width:620px){nav{margin-top:3em}.container-home{margin-left:0;margin-right:1em;grid-template-rows:repeat(auto-fit,minmax(33vh,max-content));margin-bottom:12em}.hero{flex-direction:column}}.f-carousel{max-width:100%;margin:0 auto}.f-carousel__slide{display:flex;align-items:center;justify-content:center}.f-carousel__slide img{width:100%;height:auto}