.home{padding:15px;text-align:center}.portfolio{display:flex;flex-wrap:wrap;justify-content:space-around}.portfolio-item{margin:20px;max-width:calc(50% - 20px)}.image-text-container{font-size:24px;text-align:center}img{border-radius:8px;box-shadow:0 0 8px #000;height:auto;max-width:100%}p{margin-top:10px}@media only screen and (max-width:600px){.home{padding:15px}.portfolio-title{font-size:24px}.portfolio-item{max-width:100%}.image-text-container{font-size:18px}}@media only screen and (min-width:601px) and (max-width:1200px){.home{padding:15px}.portfolio-item{max-width:100%}.image-text-container{font-size:18px}}.about{padding:15px}h1{color:#333;text-align:center}.info-container{display:flex;flex-wrap:wrap;justify-content:space-around}.education,.experiences,.personal-info,.skills{margin:20px;width:300px}.cv-button{background-color:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;margin-top:10px;overflow:hidden;padding:10px 15px;text-decoration:none}.cv-button:hover{animation:rainbowEffect 2s infinite}.cv-button a{color:#fff;text-decoration:none}@keyframes rainbowEffect{0%{box-shadow:0 0 10px 5px red}16.666%{box-shadow:0 0 10px 5px #ffa600}33.333%{box-shadow:0 0 10px 5px #ff0}50%{box-shadow:0 0 10px 5px #00ff0080}66.666%{box-shadow:0 0 10px 5px #00f}83.333%{box-shadow:0 0 10px 5px #4c0082}to{box-shadow:0 0 10px 5px #ffb4e4}}.skill-category{margin-top:10px}.skill-category p{font-weight:700}ul{list-style-type:none;padding:0}ul li{margin-top:5px}.experience-item{margin-top:10px}.contact-info{margin-top:20px;text-align:center}.contact-buttons{display:flex;justify-content:space-evenly;margin-top:20px}.contact-button{align-items:center;background-color:#333;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;overflow:hidden;padding:10px 15px;text-decoration:none}.contact-button:hover{animation:rainbowEffect 2s infinite}.container,body{overflow-x:hidden}a{color:inherit;text-decoration:none}@media only screen and (max-width:600px){.about{padding:15px}.education,.experiences,.personal-info,.skills{margin:10px;width:100%}.education h2,.experiences h2,.personal-info h2,.skills h2{font-size:1.2rem}.education p,.experience-item h3,.experience-item p,.experiences p,.personal-info p,.skill-category p,.skills p,ul li{font-size:.9rem}}@media only screen and (min-width:601px) and (max-width:1200px){.education,.experiences,.personal-info,.skills{margin:10px;width:100%}.education h2,.experiences h2,.personal-info h2,.skills h2{font-size:1.5rem}.education p,.experience-item h3,.experience-item p,.experiences p,.personal-info p,.skill-category p,.skills p,ul li{font-size:1rem}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:beige}.navbar{align-items:center;background:#19191a;display:flex;font-size:1.2rem;height:80px;justify-content:center;position:-webkit-sticky;position:sticky;top:0;z-index:999}.navbar-container{display:flex;height:80px;justify-content:space-between}.container{margin-left:auto;margin-right:auto;max-width:1300px;padding-left:50px;padding-right:50px;width:100%;z-index:1}.navbar-logo{align-items:center;color:#fff;cursor:pointer;display:flex;font-size:2rem;justify-self:start;text-decoration:none}.navbar-icon{margin-right:.5rem}.nav-menu{align-items:center;display:flex;justify-content:center;justify-content:flex-end;list-style:none;text-align:center}.nav-item{border-bottom:2px solid #0000;height:80px}.nav-item:hover{border-bottom:2px solid #09bef0}.nav-links{align-items:center;color:#fff;display:flex;height:100%;padding:.5rem 1rem;text-decoration:none}.activated{color:#09bef0}.fa-bars{color:#fff}.menu-icon{display:none}@media screen and (max-width:960px){.navbar{position:relative}.nav-menu{display:flex;flex-direction:column;left:-100%;opacity:1;position:absolute;top:80px;transition:all .5s ease;width:100%}.nav-menu.active{background:#19191a;left:0;opacity:1;transition:all .6s ease;z-index:1}.nav-links{display:table;padding:2rem;text-align:center;width:100%}.nav-links:hover{color:#09bef0;transform:scale(1.2);transition:all .3s ease}.nav-item:hover{border:none}.nav-item{width:100%}.navbar-logo{left:0;position:absolute;top:0;transform:translate(160%,50%)}.menu-icon{cursor:pointer;display:block;font-size:1.8rem;position:absolute;right:0;top:0;transform:translate(-100%,60%)}}@media screen and (max-width:600px){.navbar-logo{left:80px;position:relative;text-align:center;transform:translateY(0)}}.projects{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;padding:10px;width:100%}.projects .projectTitle{color:#3e497a;font-size:60px;font-weight:bolder;text-align:center}.projectList{display:grid;grid-template-columns:1fr 1fr 1fr;height:auto;place-items:center;width:70vw}.projectItem{border-radius:15px;box-shadow:0 3px 15px #0003;height:300px;margin:10px;text-align:center;width:300px}.projectItem:hover{box-shadow:0 3px 15px #00000080;cursor:pointer;transition:.3s ease-in}.projectItem .bgImage{background-position:50%;background-repeat:no-repeat;background-size:cover;border-top-left-radius:15px;border-top-right-radius:15px;height:200px;width:100%}.projectItem h1{font-size:25px;padding-top:30px}@media only screen and (max-width:1300px){.projects{padding:15px}.projectList{grid-template-columns:1fr 1fr}}@media only screen and (max-width:800px){.projectList{grid-template-columns:1fr;width:100%}.projectItem{height:300px;width:300px}}
/*# sourceMappingURL=main.ef10867d.css.map*/