@import url("https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&family=Dosis:wght@200..800&family=Triodion&display=swap");@import url("https://fonts.googleapis.com/css2?family=Coustard:wght@400;900&family=Croissant+One&family=Darumadrop+One&family=Genos:wght@500&family=Inknut+Antiqua:wght@300;400;500;600;700;800;900&family=LXGW+Marker+Gothic&family=Namdhinggo:wght@400;500&family=Taviraj:wght@400;500&display=swap");h1{font-family:"Darumadrop One"}h2,h3,h5,.subtitle{font-family:"LXGW Marker Gothic"}body{font-family:"Dosis",sans-serif;font-size:18px;color:#37353e;background:#f2f2f2;text-align:justify}#content{display:grid;grid-template-areas:"sidebar" "main" "footer"}#aside{background:#c9b194;color:#37353e;max-width:100%;grid-area:sidebar;padding:1rem}#aside li.nav-item{font-size:2rem;list-style:none;background-color:#c9b194}#aside li.nav-item a.nav-link{text-decoration:none;transition:color .3s ease;font-family:"LXGW Marker Gothic",serif;color:#37353e}#aside li.nav-item a.nav-link:hover{color:#538392}#aside li.nav-item a.nav-link:focus,#aside li.nav-item a.nav-link:active{background-color:rgba(0,0,0,0) !important}#main{grid-area:main}#main .header-block .carousel-banner{height:200px}#main .header-block .row{background-color:#f2f2f2;margin-top:-3.5rem;align-items:end}#main .header-block .row .title{font-family:"Darumadrop One",serif;display:inline-block;background-color:#f2f2f2;padding:0 1rem;font-size:3.5rem}#main p.bio{padding:1.5rem 0}#links{display:flex;column-gap:.5rem}#links i.ic{font-size:1.5rem;transition:transform 1s cubic-bezier(.25, .46, .45, .94)}#links i.ic:hover{transform:rotate(360deg)}.muted{color:#706d54}.clip-title{margin-top:-3rem;background-color:#f2f2f2;padding:.5rem}a{color:#538392;text-decoration:none;transition:all .3s}a:hover{color:#706d54;text-decoration:underline}a:visited{color:#706d54}a:focus{color:#37353e;background-color:rgba(83,131,146,.5)}hr{border-top-width:6px}.project-list{list-style:none;margin-bottom:.5rem}.project-list>a{font-size:1.3rem;font-family:"LXGW Marker Gothic",serif}.project-list>p{margin:0 auto}.project-box{margin-bottom:2rem}.project-box .col{padding:1rem}.project-card{border:1px solid;box-shadow:-1rem .5rem #c9b194;transition:.3s box-shadow ease-in-out}.project-card:hover{box-shadow:-1.5rem 1rem #c9b194}.project-card .project-cover-img{min-height:250px}.peek-container{margin-bottom:2.5rem;border:1px solid}.peek-container>*{margin:0 auto}.peek-container .peek-title{margin-top:-20px}.peek-container .peek-title a{background-color:#f2f2f2;padding:0px 10px;margin:0px 10px}.peek-container .peek-title a:hover{text-decoration:none}.peek-container .peek-details{padding:1rem}.peek-container .peek-date,.peek-container .peek-continue{font-size:.85rem;margin:5px 0px}@media screen and (min-width: 992px){#content{min-height:100vh;grid-template-areas:"sidebar main  " "footer  footer";grid-template-columns:200px 1fr;grid-template-rows:1fr auto}body{padding:50px 200px}#aside{position:sticky;top:2rem;text-align:right;max-height:calc(100vh - 4rem)}#aside::after{content:"";position:absolute;height:100%;width:100%;display:block;border:1px solid;left:-2rem;top:-1rem;z-index:-1}#main{padding:30px 60px}#main .boxed{border:1px solid;position:relative;box-shadow:2rem 1rem #c9b194}}#footer{padding:.5rem;font-size:.8rem;text-align:center;grid-area:footer}#footer a{color:inherit;text-decoration:none;transition:color .3s ease}#footer a:hover{text-decoration:underline;color:#538392}#s-m-t-tooltip{max-width:300px;z-index:10;margin:24px 14px 7px 12px;padding:2px;background:#f2f2f2;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;border:1px solid rgba(0,0,0,.25);font-family:"Dosis",sans-serif;font-size:11px;line-height:16px;color:#706d54}