iframe{pointer-events:none}.App{width:100%;background:#e2e2e2;scroll-behavior:smooth;font-family:Space Grotesk,sans-serif}h3,p{margin:0}h1,h2,h3,h4,h5{font-weight:700}#about-section{padding-top:3rem;font-size:1.3rem}.cv-container{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.download-link{transition:all .3s ease-in-out;padding:1rem;background-color:#cacacf;color:#1b1f41;margin:0 1rem 1rem 0;border-radius:2px;border:#1B1F41 1px solid;transform:translateY(60%)}.download-link:hover{background-color:#808cfc}.projects{width:100%;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between}.projects-column{flex:20;min-width:400px}.project{width:100%;margin:2rem 0;background:"white";border-radius:2px;display:flex;justify-content:space-between}.project-img{max-width:50%;object-fit:cover;border:#1B1F41 1px solid;box-shadow:1px 12px 54px -8px #0000009c;-webkit-box-shadow:1px 12px 54px -8px rgba(0,0,0,.61);-moz-box-shadow:1px 12px 54px -8px rgba(0,0,0,.61);transition:all .3s ease-in-out;background-color:#1b1f41}.project-img:hover{object-fit:contain}.project h3{font-size:2rem}.project-text{width:46%;padding:1rem}.project-text p{padding-bottom:1rem}#exp-section .content{width:100%;display:flex}.exp-list-container{overflow-x:auto}.exp-list{border-spacing:0;overflow-x:auto;overflow:hidden;transition:all .1s ease}.exp-list tr{transition:all .4s ease;border-bottom:2px solid #1B1F41;transition:all .1s ease;cursor:pointer}.exp-list td{padding:.5rem 1.5rem;vertical-align:top;overflow:hidden}.exp-list-item h3{font-size:1.2rem}.exp-list-item .year .first-year{margin-bottom:.5rem}.exp-list tr:hover .content-td,.exp-list tr:hover .last-cell{background-color:#cacacf}.exp-list tr:hover h3{text-decoration:underline}.exp-list-item .split{display:flex;justify-content:space-between}.exp-list-item .item-icon{width:2rem;font-size:3rem;border-right:2px solid #1B1F41}.exp-list-item .show{border-bottom:2px solid #1B1F41}.exp-list-item .hide .content{max-height:0;transition:all .2s ease-in-out;opacity:0}.exp-list-item .show .content{opacity:1;transition:all .3s ease-in-out;max-height:20rem;height:auto;padding-bottom:1rem}hr{border:1px #1B1F41 solid;margin:0}.wrapper{width:100%;max-width:1200px;margin:auto}nav{position:fixed;width:100%;z-index:2;padding-top:1rem;font-size:1.2rem}nav .wrapper{display:flex;justify-content:space-around;border-radius:1rem;transition:all .5s ease-in-out;background-color:#1b1f4100;border:none}nav a{padding:1rem;transition:all .3s ease-in-out;min-width:20%;text-align:center;border-radius:3px;cursor:pointer}nav a{color:#808cfc;font-weight:600}nav .bg-show{background-color:#1b1f41;-webkit-box-shadow:0px 0px 30px 6px rgba(0,0,0,.63);box-shadow:0 0 30px 6px #000000a1}.my-name{color:#fff}nav a:hover{color:#e2e2e2}.cursor{font-weight:100}.blink{animation:blinkAnim 2s ease-in-out infinite}@keyframes blinkAnim{0%{opacity:1}40%{opacity:0}60%{opacity:0}to{opacity:1}}@keyframes transitionAppear{0%{transform:translateY(200%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes wave-animation{0%{transform:rotate(0)}10%{transform:rotate(14deg)}20%{transform:rotate(-8deg)}30%{transform:rotate(14deg)}40%{transform:rotate(-4deg)}50%{transform:rotate(10deg)}60%{transform:rotate(0)}to{transform:rotate(0)}}.wave{animation-name:wave-animation;animation-duration:2.5s;animation-delay:2s;animation-iteration-count:2;transform-origin:70% 70%;display:inline-block}.section-1{background:rgb(27,31,65);background:linear-gradient(58deg,rgba(27,31,65,1) 45%,rgba(12,78,93,1) 100%);width:100%;display:flex;flex-wrap:wrap;min-height:36rem;padding-top:2rem;overflow:hidden;-moz-box-shadow:inset 0 0 20px #000000;-webkit-box-shadow:inset 0 0 20px #000000;box-shadow:inset 0 0 20px #000}.section-1 .content{width:100%;max-width:1200px;margin:auto;padding:0 2rem;display:table}#footer{background-color:#1b1f41;color:#808cfc}#footer-section{color:#808cfc;padding-top:rem;padding-bottom:5rem;display:flex;justify-content:space-between;flex-wrap:wrap}.contacts-link a{color:#808cfc;font-size:1.2rem}#contact-section{display:flex;flex-wrap:wrap;justify-content:space-around;padding:2rem}#me{width:auto;border-radius:100%;border:#1B1F41 solid 2px;background:linear-gradient(20deg,rgba(255,255,255,1) 40%,rgba(255,255,255,.3) 100%);box-shadow:#0000002b 0 -23px 25px inset,#00000026 0 -36px 30px inset,#0000001a 0 -79px 40px inset,#0000000f 0 2px 1px,#00000017 0 4px 2px,#00000017 0 8px 4px,#00000017 0 16px 8px,#00000017 0 32px 16px}.me-container{min-height:100%;display:block;flex-direction:column;justify-content:center}.links{display:flex;flex-wrap:wrap;margin:auto;justify-content:space-between;padding-top:1rem}#small-me{max-height:200px;height:fit-content;border-radius:30px;display:none;padding:1rem;box-shadow:#000}.section-1 .text{width:70%;min-width:250px;color:#f5f5f5;vertical-align:middle;display:table-cell;padding:0 0rem 0 2rem}.section-1 .text div{display:table;justify-content:space-around}.section-1 .text h1{width:100%;font-size:3.5rem;padding:0 0 2rem;vertical-align:middle;display:table-cell}.section-1 .text p{width:100%;padding:0 0 2rem;font-size:1.3rem}.section{transition:all .5s;color:#1b1f41;padding:4rem 3rem 0rem}.text-card-container-parent{width:fit-content;margin:auto;width:100%}.text-card-container{width:100%;display:flex;justify-content:left;flex-wrap:wrap;align-items:center;margin:0}.text-card{margin:.5rem;min-width:5rem;max-width:13rem;min-height:3rem;padding:1rem;backdrop-filter:blur(20px);border-radius:20px;transition:all .1s ease;background:linear-gradient(20deg,rgba(255,255,255,1) 40%,rgba(255,255,255,.3) 100%);box-shadow:#0000002b 0 -23px 25px inset,#00000026 0 -36px 30px inset,#0000001a 0 -79px 40px inset,#0000000f 0 2px 1px,#00000017 0 4px 2px,#00000017 0 8px 4px,#00000017 0 16px 8px,#00000017 0 32px 16px}.programming-card{background:rgb(226,68,68)}.webb-card{background:rgb(27,31,65)}.education-card{background:rgb(0,101,39)}.skill-card{background:purple}.text-card:hover{margin:.3rem;padding:1.2rem}.text-card h3,.text-card p{color:#fff;margin:0;padding:0}.text-card h3,.text-card p{font-size:1rem}.section-3 .text{width:100%;min-width:400px}.flex{display:flex;flex-wrap:wrap;justify-content:space-between}@media (max-width: 1000px){.section-1 .text h1{padding:0;font-size:6vw}nav{padding-top:0}.wrapper{width:90%}nav .wrapper{width:100%;padding:1rem;display:block;border-radius:0;margin:0}nav .nav-button{display:none}.section,.downloads{padding-left:.5rem;padding-right:.5rem}#exp-section .content{flex-wrap:wrap}.exp-list{margin-top:2rem;min-width:100%;width:100%}.exp-list td{padding:.5rem 1rem;vertical-align:top}.exp-list-item h3{font-size:1rem}.exp-list-item .item-icon{width:1.2rem;padding:.5rem;font-size:1.2rem;border-right:2px solid #1B1F41}.section-1{min-height:20rem}.section-1 .text p{font-size:1rem;padding:0}#about-section p,#about-section a{margin-left:0rem;margin-right:0rem}.exp-list-item .show .content{max-height:40rem}#me{display:none}#small-me{display:flex}.section-1 .text{width:100%;padding:0 3rem}.text-card-container{width:100%}.exp-list-item .show .content{max-height:30rem}.section-3 .text{width:100%;min-width:0}.projects-column{width:100%;min-width:100%;padding:0rem 0}.project{margin:1rem 0;display:block}.project-img{max-width:100%}.project-image-container{width:500%;max-width:100%}.project-text{width:100%;padding:1rem}.contacts-link a{font-size:1rem}#footer-section{display:block}}@media (max-width: 600px){.exp-list-item .show .content{max-height:60rem}#small-me{max-height:100px;display:flex}.exp-list-item .item-icon{width:00rem;padding:0rem;font-size:0rem;border-right:2px solid #1B1F41}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
