@import"https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700 &display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@200;400;700&display=swap";body{margin:0 auto;padding:0 auto;color:#e2e2e2;font-weight:normal;display:flex;flex-direction:column;justify-content:space-between;line-height:1.5;font-family:"Lato",sans-serif}main{margin-top:4rem;margin-bottom:4rem}header{background-color:#1a252f;padding:1rem;display:flex;justify-content:space-between;align-items:center}nav{display:flex;justify-content:space-between;width:15rem}h1,h2,h3{font-family:"Montserrat",sans-serif;font-weight:bolder;color:#fff;text-transform:uppercase;margin:0}h1{font-size:2rem}h2{font-size:1.2rem;margin-bottom:.5rem}h3{font-size:.8rem}footer{background-color:#1a252f;font-size:.7rem;padding:1rem;color:#fff;display:flex;flex-direction:column;align-items:center}a{color:#fff;text-decoration:none}a:hover{text-decoration:underline}#intro{background:#386fa4;background:linear-gradient(80deg, #386fa4 20%, rgba(98, 28, 189, 0.1) 100%)}#intro .profile-card{max-width:1000px;margin:0 auto;padding:2rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;-webkit-animation:1s ease-in-out 0s 1 slideInFromLeft;animation:1s ease-in-out 0s 1 slideInFromLeft}#bg-video{position:fixed;right:0;bottom:0;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-1000;background-color:#386fa4}@-webkit-keyframes slideInFromLeft{0%{transform:translateX(-20%);opacity:0}50%{transform:translateX(10%);opacity:1}100%{transform:translateX(0);opacity:1}}@keyframes slideInFromLeft{0%{transform:translateX(-20%);opacity:0}50%{transform:translateX(10%);opacity:1}100%{transform:translateX(0);opacity:1}}#intro .profile-img{border-radius:10%;border:2px solid #fff;box-shadow:15px 15px rgba(0,0,0,.2);margin:2rem;background-color:#386fa4}#intro .short-intro{background-color:#386fa4;border:2px solid #fff;padding:2rem;margin-left:2rem;border-radius:25px;display:flex;flex-direction:column;box-shadow:15px 15px rgba(0,0,0,.2);flex-grow:2}#intro .desc{font-weight:lighter}#intro .moto{font-size:2rem;padding-top:2rem;font-style:italic}.about{background-color:#133c55;padding:3rem;display:flex;justify-content:space-evenly;flex-wrap:wrap}.about div{flex-basis:400px;margin:1rem;text-align:center}.about .skills{line-height:2.5rem}.about i{font-size:4rem;margin:.8rem;padding:.2rem}i:hover{background-color:#386fa4;border-radius:5px}.badge{background-color:gray;color:#fff;font-size:.8rem;padding:.4rem}.special{background-color:#386fa4}.icon-list{display:flex;flex-wrap:wrap;justify-content:center}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}#nav-wide{display:none}@media only screen and (max-width: 600px){#intro .short-intro{margin-left:0;margin-top:1rem}.profile-img{height:250px;margin:0}#nav-wide{display:none}header h1{font-size:1.5rem}}/*# sourceMappingURL=style.css.map */