*{margin:0;padding:0;box-sizing:border-box;overflow-x:hidden}@font-face{font-family:"roboto";src:url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap)}html{scroll-behavior:smooth}body{background-color:#f0e0ee;font-size:1.6rem;line-height:1.2;font-family:"roboto","Franklin Gothic Medium","Arial Narrow",sans-serif}body.darkMode{color:#f064d2;background-color:#333}.container{max-width:1000px;padding:5rem}h1{text-transform:uppercase;width:auto;background:linear-gradient(#f064d2,#863990,#bf65cb,#ca67d7);background-size:200%;background-clip:text;font-size:3rem;-webkit-background-clip:text;-webkit-text-fill-color:#fff0;transition:transform 0.3s ease,box-shadow 0.5s ease}h1:hover{transform:scale(1.1)}body.darkMode h1{color:#f064d2}h2{font-size:2rem;color:#380a5e}body.darkMode h2{color:#d17cbd}header{display:flex;flex-direction:row-reverse;justify-content:space-evenly;align-items:center;min-height:10vh}header,.hero{background-image:url(images/backgroundLight.webp);background:center center cover no-repeat;min-height:auto}body.darkMode header{background-image:url(images/backgroundDark.jpg)}body.darkMode .hero{background-image:url(images/backgroundDark.jpg)}@media (max-width:1200px){body.darkMode header,body.darkMode .hero{background-image:url(images/backgroundDarktMedium.webp)}}@media (max-width:768px){body.darkMode header,body.darkMode .hero{background-image:url(images/backgroundDarkSmall.webp)}}body.darkMode a{color:#e7d4f1}nav ul{display:flex;justify-content:space-between;list-style:none;gap:3rem}a{color:#000;border-radius:2rem;font-size:1.4rem;color:#6f3078;padding:.4 rem;background-color:none;text-decoration:none;margin-right:1rem}body.darkMode header{background-color:#121212}.hidden{display:none}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}#about{display:flex;justify-content:center;align-items:center;min-height:100vh;background-color:#e2f7fcb8;background-size:cover;background-position:center;flex-wrap:wrap}.containerAbout{display:flex;justify-content:center;align-items:center;width:auto;max-width:1200px;gap:10px}body.darkMode #about{color:#f064d2;background-color:#252424}#profilePicture{width:400px;height:400px;object-fit:cover;border-radius:50%;transform:scale(1);transition:transform 0.3s ease;padding:1rem;max-width:100%}#profilePicture:hover{transform:scale(1.1)}.paragraph h2{color:#863990;margin-top:0;margin-bottom:20px;text-align:center}.paragraph{min-width:auto;color:#44064e;max-width:500px;padding:0rem 3rem 2rem 3rem;line-height:1.6;background-color:#fff;border:#e4b0b0;border-radius:2rem;min-width:300px;box-shadow:0 4px 8px rgb(0 0 0 / .3)}body.darkMode .paragraph{background-color:#303030;color:#f7cdf7}.paragraph p{font-size:1.2rem}#seeMoreButton,#modeButton,.submitButton{padding:10px 20px;background-color:#561648;margin-top:1rem;font-weight:700;color:#fff;border:none;border-radius:5px;cursor:pointer;text-align:center;display:block;transition:transform 0.3s ease,box-shadow 0.3s ease;align-items:center;margin:0 auto;padding:1rem}#modeButton{background-color:#e75eb3be}#seeMoreButton:hover,#modeButton:hover,.submitButton:hover{background-color:#683059;transform:scale(1.1)}.submitButton{padding:10px 20px;margin-bottom:2rem;display:block;width:auto;margin:0 auto;margin-bottom:1rem;background-color:#9a4c95}#seeMoreButton{margin-top:2rem}body.darkMode #seeMoreButton{color:antiquewhite;background-color:#743a71}.overlay.hidden{display:none}.overlay{position:fixed;top:0;left:0;background-color:rgb(56 46 56 / .723);width:100%;height:100%;display:flex;justify-content:center;align-items:center}.modal{background-color:rgb(231 231 231 / .961);height:60vh;width:60vw;padding:2rem;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap}.modal p{font-size:1.2rem;padding:0rem 2rem}body.darkMode .modal{background-color:#222;color:#fff}#closeButton{display:flex;position:static;top:15%;right:15%;background-color:#e75eb33c;padding:3rem;color:#340b34;padding:10px;border-radius:50%;cursor:pointer;background-color:#fff0;border:none;font-size:16px}#closeButton:hover{background-color:#d64b98}body.darkMode #closeButton{color:#fff}#projects{min-height:100vh;background-color:#998ed7;background-size:cover;background-position:center;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;text-align:center;color:#53243b;flex-wrap:wrap}body.darkMode #projects{background-color:#252424}body.darkMode .project h3{color:#fff}.projectcontainer{background-size:cover;background-position:center;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}#project{width:100%;max-width:400px;height:auto;padding:20px;border-radius:2rem;background-color:#dad4e3;box-shadow:0 10px 20px rgb(0 0 0 / .2);text-align:center}.projectImage{width:100%;height:400px;object-fit:cover;border-radius:50%;margin-bottom:1rem;transition:transform 1.2s ease,box-shadow 0.6s}.projectImage:hover{border-radius:1rem;transform:scale(1.03);box-shadow:0 10px 20px rgb(0 0 0 / .2)}body.darkMode div#project{color:#efd3e9;background-color:#303030}.contactSection{display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#7566b1;background-size:cover;background-position:center;height:auto;box-shadow:0 6px 15px rgb(0 0 0 / .25);padding:1rem;height:120vh;text-align:center;transition:transform 0.2s ease,box-shadow 0.3s ease}.contactSection:hover{transform:scale(1.01);box-shadow:0 4px 15px rgb(0 0 0 / .3)}h2.contactH2{margin-bottom:1rem;color:#d7cefe;align-items:center}.formContainer{display:flex;flex-direction:column;align-items:center;height:auto;gap:20px;width:100%;max-width:500px;background-color:#262525;padding:0 2rem;border-radius:2rem;box-shadow:0 6px 15px rgb(0 0 0 / .2)}body.darkMode .formContainer{background-color:#303030}body.darkMode #contactH2{color:#fc8ce4}.formContainer label{font-size:1.8rem;color:#fff;line-height:1.8;text-align:left}.formContainer input,.formContainer textarea{font-family:"Franklin Gothic Medium","Arial Narrow",Arial,sans-serif;width:100%;padding:.5rem;line-height:1.8;border-radius:2rem;border:3px solid #665774a0;font-size:1rem;border-radius:1rem;transition:transform 0.2s ease,box-shadow 0.3s ease;color:purple}.formContainer input:hover,.formContainer textarea:hover{transform:scale(1.01);box-shadow:0 4px 15px rgb(0 0 0 / .3)}textarea#message{background-color:#fff}body.darkMode .formContainer input,.formContainer textarea{background-color:#fff}.formContainer input:focus{outline:none;border-color:#687ed9}.formContainer textarea:focus{outline:none;border-color:#ff9bf7}body.darkMode .contactSection{background-color:#252424}body.darkMode label{color:#f4f1f1}#backToTopButton{color:antiquewhite;background-color:#743a71;padding:1rem 1.5rem;border:none;border-radius:10px;font-family:monospace;position:fixed;bottom:2rem;right:2rem;display:none;transition:transform 0.3s ease,box-shadow 0.3s ease}#backToTopButton:hover{background-color:#683059;transform:scale(1.1)}#menuToggle{display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;background:#fff0;border:none;padding:1rem;position:fixed;right:1rem;color:#813b8b;max-width:100%}#mobileMenu{display:none;position:fixed;top:0;right:0;height:100vh;width:250px;background-color:rgb(246 242 242 / .956);flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-top:50px}body.darkMode #menuToggle{color:#e8b7ef}#mobileMenu ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;align-items:flex-start;width:100%}#mobileMenu li{width:100%;padding:10px;text-align:left;border-bottom:1px solid #ccc}body.darkMode #mobileMenu{background-color:#181818e6;color:#687ed9}body.darkMode footer{color:#af69eb;background-color:#333}@media (max-width:1200px){h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5rem}body,p{font-size:1.125rem}}@media (min-width:768px){#menuToggle{display:none}#mobileMenu{display:none}}@media (max-width:768px){#desktopMenu{display:none}#menu{display:none}#menuToggle{display:block;cursor:pointer;margin-top:1rem}#mobileMenu.active{display:flex}#about{flex-direction:column;justify-content:flex-start}.containerAbout{flex-direction:column;width:100%;padding:3rem}.paragraphPicture,.paragraph{width:100%;text-align:center}.modal{height:80vh;width:80vw;padding:1.5rem}}h1{font-size:2.5rem}h2{font-size:2.5rem;padding:2rem}h3{font-size:1.25rem}body,p{font-size:1rem}@media (max-width:375px){h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.125rem}body,p{font-size:.875rem}.modal{height:90vh;width:90vw;padding:1rem}.projectcontainer{flex-direction:column}}@media (max-width:1280px){header,.hero{background-image:url(images/backgroundLightMedium.jpg);background:center center cover no-repeat}}@media (max-width:300px){header,.hero{background-image:url(images/backgroundLightSmall.jpg);background:center center cover no-repeat}}@media (max-width:1280px){body.darkMode header,body.darkMode .hero{background-image:url(images/backgroundDarkMedium.jpg);background:center center cover no-repeat}}@media (max-width:640px){body.darkMode header,body.darkMode .hero{background-image:url(images/backgroundDarkSmall.jpg);background:center center cover no-repeat}}