:root{--black:#0a1612;--darkBlue:#1a2930;--yellow:#f7ce3e}*,:after,:before{box-sizing:border-box}body{background-color:#0a1612;background-color:var(--black);color:#fff}.preview-img{float:left;width:100%;height:300px;object-fit:cover}.card{position:relative;overflow:hidden;margin-bottom:30px}.card .image-effect{font-size:0;overflow:hidden}.card .image-effect img{width:100%;height:400px;transition:all .3s}.card:hover .image-effect img{-webkit-transform:scale(1.2);transform:scale(1.2)}.card .text-effect{position:absolute;top:15px;right:15px;left:15px;bottom:15px;display:flex;align-items:center;justify-content:center;text-align:center;background:rgba(0,0,0,.8);overflow:hidden;transition:all .3s ease-in;opacity:0}.card .text-effect .text{position:absolute;padding:15px;z-index:1}.card .text-effect:after,.card .text-effect:before{position:absolute;display:block;width:100%;height:0;content:""}.card .text-effect:before{border-top:3px solid #fff;border-right:3px solid #fff;left:-100%;top:0}.card .text-effect:after{border-bottom:3px solid #fff;border-left:3px solid #fff;left:100%;bottom:0}.card:hover .text-effect{opacity:1}.card:hover .text-effect:after,.card:hover .text-effect:before{-webkit-animation-delay:.1s;animation-delay:.1s;-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.card:hover .text-effect:after{-webkit-animation-name:left-up;animation-name:left-up}.card:hover .text-effect:before{-webkit-animation-name:right-dn;animation-name:right-dn}@-webkit-keyframes left-up{0%{left:100%;height:0}50%{left:0;height:0}to{left:0;height:100%}}@keyframes left-up{0%{left:100%;height:0}50%{left:0;height:0}to{left:0;height:100%}}@-webkit-keyframes right-dn{0%{left:-100%;height:0}50%{left:0;height:0}to{height:100%;left:0}}@keyframes right-dn{0%{left:-100%;height:0}50%{left:0;height:0}to{height:100%;left:0}}.text{color:#fff}.card:hover{opacity:.9;cursor:pointer}.contact-text{color:#000;font-size:unset}.contact-text:hover{color:#00f}.my-name,h4{font-size:200%}h4{font-weight:750}.footer{color:#fff;text-align:center}.footer,.nav{background-color:#1a2930;background-color:var(--darkBlue)}.top-bar ul{background-color:unset}.profilePic{border-radius:100px;height:190px;width:190px}.thumbnail{border:unset}a{font-size:larger}a,a:hover{color:#f7ce3e;color:var(--yellow)}a:hover{opacity:.8}p{font-family:Arial,Helvetica,sans-serif}p,tr td{font-weight:700}tr td{background-color:#f7ce3e;background-color:var(--yellow)}tr td a{font-weight:700;text-decoration:underline}.form-container,table{margin-left:auto;margin-right:auto}.form-container{width:70%}.form-btn{display:block;background-color:#fff;padding:5px 20px;margin-left:auto;margin-right:auto;border-radius:5px}.form-btn:hover{background-color:#f7ce3e;background-color:var(--yellow);cursor:pointer}footer{height:155px}.nav-and-body{min-height:calc(100vh - 155px)}.icons{color:#fff}.icons:hover{cursor:pointer;color:#f7ce3e}.icon-container{display:flex;justify-content:center;grid-gap:20px;gap:20px}.card-icon,.card-title{color:#fff}.card-icon:hover,.card-title:hover{color:#f7ce3e;color:var(--yellow)}.resume-bullets{margin-left:10%}.description{font-size:small}.aboutMe-txt{width:90%}
/*# sourceMappingURL=main.c6575ac2.chunk.css.map */