@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);@import url(https://fonts.googleapis.com/css?family=Roboto:400,300);#social-platforms{position:relative;font-size:1rem;text-align:center;justify-content:center;overflow:hidden;display:flex;gap:1rem}.btn{clear:both;white-space:nowrap;width:30%;font-size:.8em;display:inline-block;border-radius:5px;box-shadow:0 1px 5px 0 rgba(0,0,0,.35);margin:2px;transition:all .5s;overflow:hidden}.btn:hover{box-shadow:0 5px 15px 0 rgba(0,0,0,.45)}.btn:focus{box-shadow:0 3px 10px 0 rgba(0,0,0,.4)}.btn-icon>i,.btn>span{float:left;width:25%;padding:13px;transition:all .5s;line-height:1em}.btn>span{width:75%;padding:14px 18px 16px;white-space:nowrap;color:#fff;background:#b8b8b8}.btn:focus>span{background:#9a9a9a}.btn-icon>i{border-radius:5px 0 0 5px;position:relative;width:25%;text-align:center;font-size:1.25em;color:#fff;background:#212121}.btn-icon>i:after{content:"";border:8px solid transparent;border-left-color:#222;position:absolute;top:13px;right:-15px}.btn-icon:focus>i,.btn-icon:hover>i{color:#fff}.btn-icon>span{border-radius:0 5px 5px 0}.btn-github:focus>i,.btn-github:hover>i{color:#000}.btn-github>span{background:#fff;color:#000}.btn-linkedin:focus>i,.btn-linkedin:hover>i{color:#007bb6}.btn-linkedin>span{background:#007bb6}@media (max-width:600px){.btn{width:100%}#social-platforms{flex-direction:column}}:root{--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--primary-glow:radial-gradient(rgba(1,65,255,.4),rgba(1,65,255,0));--secondary-glow:linear-gradient(to bottom right,rgba(1,65,255,0),rgba(1,65,255,0),rgba(1,65,255,.3));--tile-start-rgb:2,13,46;--tile-end-rgb:2,5,19;--tile-border:conic-gradient(#ffffff80,#ffffff40,#ffffff30,#ffffff20,#ffffff10,#ffffff10,#ffffff80);--callout-rgb:20,20,20;--callout-border-rgb:108,108,108;--card-rgb:100,100,100;--card-border-rgb:200,200,200}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;color-scheme:dark}body{color:rgb(var(--foreground-rgb));background:linear-gradient(to bottom,transparent,rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb))}a{color:inherit;text-decoration:none}html{color-scheme:dark}body{margin:0;font-family:Arial,sans-serif}.content-container{width:80%}.who-am-i-container{display:flex;flex-direction:column;gap:3rem}.bottom-bar{position:fixed;bottom:0;left:0;width:100%;background-color:#333;padding:10px 0;text-align:center}.bottom-bar button{color:#fff;text-decoration:none;margin:0 1rem;border:none;background-color:inherit;display:flex;width:23vw;flex-direction:column;align-items:center;gap:.5rem;font-size:1.2rem}.bottom-bar .active{color:#007bff}.bottom-bar{display:flex}@media (max-width:600px){.content-container{width:100%}.layout-container{align-items:flex-start!important;padding:4rem 1.5rem 1.5rem}h1{font-size:3.5rem!important}html{font-size:12px}.layout-container{height:calc(100vh - 8rem)}}@media (min-width:601px){.bottom-bar{display:none}}.sidebar{background-color:#f0f0f0;border-right:1px solid #ccc}.content{flex-grow:1}.progress-steps{list-style-type:none;padding:0;margin:0;flex-direction:column}.progress-step,.progress-steps{display:flex;align-items:center}.progress-step{width:20px;height:20px;background-color:#ccc;border-radius:50%;justify-content:center;cursor:pointer;transition:background-color .3s ease}.progress-step.active{background-color:#007bff}.edges{display:flex;flex-direction:column;align-items:center}.edge{width:2px;height:60px;background-color:#ccc}.edge.active{background-color:#007bff}.step-text.active{color:#007bff}.step-text{margin-bottom:60px;vertical-align:middle;height:20px;display:flex;align-items:center;cursor:pointer}.step-texts{margin-left:1.25rem}.vertical-progress-bar{display:flex;width:25%;max-width:16rem;margin-left:3rem}.layout-container{display:flex;gap:2rem;align-items:center;height:100vh;width:100vw}.who-am-i-title{font-size:6rem}.resume-button{background-color:#000;color:#fff;font-size:2rem;border:1px solid #fff;padding:1rem 2rem;width:-moz-fit-content;width:fit-content;border-radius:3rem;margin-top:3rem;display:flex;align-items:center;gap:.5rem;transition:all .2s ease-in;cursor:pointer;box-sizing:border-box}.resume-button:hover{background-color:#fff;color:#000}.resume-button:hover>svg{fill:#000}.resume-button>svg{transition:all .2s ease-in}@media (max-width:600px){.vertical-progress-bar{display:none}.who-am-i-container{margin-top:6rem}}.article-card{width:100%;height:330px;border-radius:12px;overflow:hidden;position:relative;font-family:Arial,Helvetica,sans-serif;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);transition:all .3s}.projects-box>a{width:30%}.article-card:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.22)}.article-card img{width:100%;height:100%;object-fit:cover}.article-card .content{box-sizing:border-box;width:100%;position:absolute;padding:30px 20px 20px;height:auto;bottom:0;background:linear-gradient(transparent,rgba(0,0,0,.9))}.article-card .date,.article-card .title{margin:0}.article-card .date{font-size:12px;color:hsla(0,0%,100%,.9);margin-bottom:4px}.article-card .title{font-size:17px;color:#fff}.projects-box{display:flex;gap:2rem;flex-wrap:wrap}@media (max-width:600px){.projects-box>a{width:100%}.projects-box{margin-bottom:7rem}}