.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion: no-preference){.App-logo{animation:App-logo-spin infinite 20s linear}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.customCarousel{position:relative;width:100%;height:100%;overflow:hidden;border-radius:10px;background-color:#000;display:flex;justify-content:center;align-items:center}.carouselSlide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:transform .5s ease-in-out,opacity .5s ease-in-out;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;transform:var(--transformDirection)}.carouselSlide.active{transform:translate(0);opacity:1;z-index:1}.carouselSlide.slide-out-left{transform:translate(-100%);opacity:0}.carouselSlide.slide-out-right{transform:translate(100%);opacity:0}.carouselSlide img{width:auto;max-width:100%;height:82%;object-fit:contain;display:block;margin:0 auto}.imageDesc{height:18%;width:100%;background-color:#00000080;color:#fff;text-align:center;display:flex;justify-content:center;align-items:center;font-family:Verdana,Geneva,Tahoma,sans-serif;padding:5px 10px;box-sizing:border-box;font-size:.875em}@media (max-width: 720px){.imageDesc{font-size:.5em}}.arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;color:#fff;font-size:1em;cursor:pointer;background-color:#0006;padding:5px;border-radius:50%;-webkit-user-select:none;user-select:none;display:flex;justify-content:center;align-items:center}.arrow.left{left:10px}.arrow.right{right:10px}.screenCover{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#00000080;z-index:5}.imageContainer{height:50%;width:50%;transform:translate(50%) translateY(50%);background-color:#000;border-radius:15px}.closePopUp{position:absolute;top:10px;right:10px;background-color:#3d3d3d80;color:#fff;border-radius:50%;font-size:.75em;width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;z-index:6}.vanta-canvas{width:100%!important;height:100%!important}.listContainer{width:100%;height:100%;display:flex;justify-content:flex-start;align-items:center;flex-direction:column}.listTitle{min-height:30px;max-height:40px;width:100%;margin-top:10px;display:flex;justify-content:center;align-items:center;font-family:verdana;font-size:1.15em;border-radius:25px;background-color:#4db6ac;color:#fff;box-shadow:0 4px 12px #00000026;text-align:center}.listList{min-height:calc(100% - 60px);max-height:calc(100% - 70px);width:100%;overflow-y:scroll;display:flex;flex-direction:column;margin-top:20px;padding:5px 5px 5px 0;gap:10px;scrollbar-width:thin;scrollbar-color:#888 transparent}.listList::-webkit-scrollbar{width:12px}.listList::-webkit-scrollbar-track{background:transparent;border-radius:12px}.listList::-webkit-scrollbar-thumb{background-color:#888;border-radius:50px;border:3px solid transparent;background-clip:content-box}.listList::-webkit-scrollbar-thumb:hover{background-color:#555}.listItem{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;border-radius:4px;padding:8px 12px;box-shadow:0 4px 6px #00000040,inset 0 1px #fff9}.listItemTab{flex-shrink:0;font-size:3em;height:100%;display:flex;align-items:center;color:#4db6ac;margin-right:8px;margin-left:-25px}.listItemText{flex:1;display:flex;align-items:center;font-size:1.5em;font-family:Verdana,Geneva,Tahoma,sans-serif}@media (max-width: 720px){.listContainer{font-size:12px}.listItemText{font-size:1.25em}}.contactBar{display:flex;justify-content:space-around;align-items:center;width:100%;height:100%}.contactItem{font-size:1.25em;font-family:Verdana,Geneva,Tahoma,sans-serif;color:#fff;text-shadow:5px 5px 10px rgba(0,0,0,.6);font-weight:700}.icons{display:flex;justify-content:space-between;align-items:center}.educationTop .contactItem,.portfolioTop .contactItem,.workTop .contactItem{color:#000;text-shadow:3px 3px 6px rgb(255,255,255);font-weight:700}.contactItem img{height:40px;width:auto;cursor:pointer}@media (min-width: 720px){.icons{width:20%}}@media (max-width: 720px){.contactMe .contactBar{flex-direction:column;font-size:12px}.contactBar{font-size:10px}.contactItem img{height:25px}}html,body{padding:0;margin:0;overflow-x:hidden}body::-webkit-scrollbar{display:none}#backgroundImageDisplay{position:fixed;height:100vh;width:100vw;background-size:cover;background-repeat:no-repeat;transition:background-image .5s ease;z-index:-3}#backgroundImageDisplay.introSection{background-image:url(/assets/backgrounds/intro.png)}#backgroundImageDisplay.educationSection{background-image:url(/assets/backgrounds/Lehigh.jpg)}#backgroundImageDisplay.unite-proSection{background-image:url(/assets/backgrounds/unite-pro.png)}#mainContainer{height:auto}.section{height:var(--sectionHeight);display:flex;justify-content:space-around;align-items:center;padding:0 20px}.spacer{height:var(--spacerHeight);position:relative}#firstSpacer{background-color:#f7f7f7}#secondSpacer,#thirdSpacer{background-color:#00796b}.textSection{width:50%;height:100%;margin:0;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:space-around}.rowSection{width:100%;display:flex;justify-content:space-around;align-items:center;padding:15px 0}.textBlob{background-color:#4b4b4bcc;border:2px solid white;border-radius:10px;color:#fff;font-family:Verdana,Geneva,Tahoma,sans-serif;padding:20px;min-height:200px;min-width:150px;font-size:1.25em;margin:5px;display:flex;justify-content:center;align-items:center;flex-direction:column}.imageSection{width:50%;height:100%;margin:0;padding:0;display:flex;align-items:center;justify-content:space-around;flex-direction:column}.imageDisplay{background-color:#4b4b4bcc;border-radius:10px;padding:20px;min-height:200px;min-width:150px;display:flex;justify-content:center;align-items:center;border:2px solid white}.imageDisplay img{width:100%;height:100%;object-fit:contain;display:block}.bobbing1{animation:bob1 4s ease-in-out infinite}@keyframes bob1{0%,to{transform:translate(0)}50%{transform:translate(3px,-8px)}}.bobbing2{animation:bob2 4s ease-in-out infinite}@keyframes bob2{0%,to{transform:translate(0)}50%{transform:translate(-3px,8px)}}.scale-on-scroll{transform:scale(var(--scale, 1));transition:transform .4s cubic-bezier(.25,1,.5,1)}#education{position:relative;display:flex;flex-direction:column;padding:0}#professionalImage{max-height:400px;max-width:300px;transform:scale(var(--scale, 1))}.educationTop{height:10%;width:100%;background-color:#f7f7f7;color:#fff;position:relative}.educationContactMe{position:absolute;height:100%;width:70%;top:0;right:0}.educationMiddle{height:30%;width:100%;position:relative;background:url(/assets/backgrounds/Lehigh.jpg);background-size:cover;background-repeat:no-repeat;color:#fff;text-shadow:3px 3px 6px rgba(0,0,0,.6);border-bottom:5px solid black;border-top:5px solid black}#educationMiddleContent{height:100%;width:55%;display:flex;justify-content:center;align-items:center;position:absolute;top:0;left:40%;flex-direction:column}#major{height:40%;width:100%;font-size:1.8em;color:#fff;text-shadow:6px 6px 12px rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;font-family:Verdana,Geneva,Tahoma,sans-serif;text-align:center;font-weight:700}#degreeInformation{display:flex;justify-content:space-evenly;align-items:center;height:25%;width:100%}#minors,#GPA{width:50%;color:#fff;font-size:1.25em;text-shadow:3px 3px 6px rgba(0,0,0,.6);display:flex;justify-content:center;align-items:center;font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:700}#lehighLogo{z-index:5;height:calc(100% + 160px);width:auto;position:absolute;top:-80px;left:5%}@media (max-width: 720px){#lehighLogo{height:55%;top:22.5%}#educationMiddleContent{font-size:10px;right:5%;z-index:2}.educationContactMe{width:100%}}.educationBottom{height:60%;width:calc(100% - 40px);position:relative;background-color:#00796b;color:#2c2c2c;display:flex;justify-content:space-between;align-items:center;padding:0 20px}.educationList{height:60%;width:30%;background:#fff;box-shadow:0 4px 12px #00000026;border-radius:8px;padding:20px;position:relative}.educationCarousel{z-index:2;width:25%;height:55%;background:#fff;box-shadow:0 4px 12px #00000026;border-radius:8px;padding:20px}@media (max-width: 720px){.educationBottom{flex-direction:column;justify-content:space-around}.educationList,.educationCarousel{height:calc(30% - 40px);width:calc(100% - 40px)}}#intro{margin:0;padding:0;display:flex;flex-direction:column}.headerBar{width:100%;height:50%;display:flex;justify-content:space-between;align-items:center;color:#fff;position:relative;overflow:hidden}.headerPhoto{width:calc(50% - 40px);height:calc(100% - 40px);padding:20px;object-fit:contain;display:flex;justify-content:space-around;align-items:center}.headerPhoto img{max-width:90%;max-height:90%;object-fit:contain;border-radius:10px;border:3px solid white}.downloadResume{position:absolute;top:10px;right:10px;width:60px;height:60px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;font-size:1em;cursor:pointer;color:#fff}.downloadIcon{padding-bottom:5px;color:#fff}.headerTextPortion{width:calc(50% - 40px);height:calc(100% - 40px);padding:20px 20px 40px;display:flex;flex-direction:column;justify-content:space-between;align-items:center}.headerName{width:100%;height:50%;display:flex;justify-content:center;align-items:center;flex-direction:column}.name{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:2.5em;color:#fff;text-shadow:6px 6px 12px rgba(0,0,0,.6);font-weight:700;text-align:center}.title{font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:1em;color:#fff;text-shadow:3px 3px 6px rgba(0,0,0,.6);font-weight:700;padding-top:10px;text-align:center}.links{display:flex;justify-content:space-around;align-items:center;width:100%;height:25%}.linkItem{height:100%;width:33%;color:#fff;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:1em;cursor:pointer;display:flex;justify-content:center;align-items:center;text-shadow:5px 5px 10px rgba(0,0,0,.6);font-weight:700;text-align:center}.headerItemClickable:hover{text-decoration:underline}.introContent{position:relative;height:50%;padding:2.5% 0;width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:row;z-index:1;background-color:#f7f7f7}.introCarousel{z-index:2;width:32%;height:80%;background:#fff;box-shadow:0 4px 12px #00000026;border-radius:8px;padding:20px;margin-right:20px}.skillsArea{z-index:2;height:80%;width:50%;background:#fff;box-shadow:0 4px 12px #00000026;border-radius:8px;padding:20px;margin-left:20px;position:relative}.contactMe{width:100%;height:20%;font-size:.85em}@media (max-width: 720px){.links{font-size:8px}.headerTextPortion{font-size:12px}.introContent{flex-direction:column;justify-content:space-around;padding-top:5%}.skillsArea,.introCarousel{height:calc(45% - 40px);width:calc(90% - 40px);margin:0}.downloadResume{left:10px}}#portfolioSection{padding:0;margin:0;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.portfolioTop{width:100%;height:10%;background-color:#f7f7f7;border-bottom:5px solid black}.portfolioContactBar{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.portfolioContent{width:100%;height:90%;display:flex;justify-content:space-around;align-items:center;background-color:#00796b}.portfolioContentLeft{height:100%;width:60%;display:flex;justify-content:center;align-items:center}.portfolioProjectVideoAndSelector{height:75%;width:100%;background-repeat:no-repeat;background-size:cover;background-position:center;border:5px solid black;border-radius:5px;transition:background-image .5s ease-in-out;position:relative}.portfolioProjectVideoAndSelector.unite-pro{background-image:url(/assets/backgrounds/unite-pro.png)}.portfolioProjectVideoAndSelector.enrolld{background-image:url(/assets/backgrounds/enrolld.png)}.portfolioProjectSelector{height:10%;width:100%;display:flex;justify-content:center;align-items:center;position:relative;background-color:#0009;z-index:3}.portfolioProject{height:50%;width:50%;display:flex;justify-content:center;align-items:center;font-size:1.5em;font-family:Verdana,Geneva,Tahoma,sans-serif;font-weight:700;color:#fff;cursor:pointer;text-shadow:6px 6px 12px rgba(0,0,0,.6)}.portfolioProjectSelectorBar{position:absolute;bottom:0;height:4px;width:50%;background-color:#fff;transition:left .5s ease,right .5s ease}.portfolioProjectSelectorBar.left{left:0;right:auto}.portfolioProjectSelectorBar.right{left:50%;right:auto}.portfolioProject.selected{text-decoration:underline}.projectVideo{width:100%;height:90%;object-fit:fill;z-index:2}.portfolioContentRight{width:35%;height:100%;display:flex;flex-direction:column;justify-content:space-around;align-items:center}.portfolioContentDescription{height:35%;width:calc(100% - 40px);font-size:1em;color:#000;font-family:Verdana,Geneva,Tahoma,sans-serif;margin:10px;padding:10px;background-color:#fff;box-shadow:0 4px 12px #00000026;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-direction:column;overflow-y:scroll}.portfolioContentDescription::-webkit-scrollbar{display:none}.descriptionTitle{width:80%;height:30px;border-radius:30px;padding:5px;font-size:1.25em;font-weight:700;color:#f7f7f7;font-family:Verdana,Geneva,Tahoma,sans-serif;display:flex;align-items:center;justify-content:center;margin-bottom:15px;box-shadow:0 4px 12px #00000026;position:relative}.descriptionTitle.unite-pro{background-color:#780071}.descriptionTitle.enrolld{background-color:#00b39e}.clickMeIcon{width:70px;height:40px;display:flex;justify-content:space-between;align-items:center;text-align:center;position:absolute;top:0;right:20px;font-size:16px}.mouseIcon{font-size:1.25em;color:#000}.clickMeText{font-size:.5em;color:#fff}.belowTitle{width:100%;height:calc(100% - 45px);display:flex;align-items:center;justify-content:space-between}.whatIsIt,.significantExperience,.usageData,.keyTakeaways,.howDoesItWork,.userTesting{height:calc(100% - 10px);width:30%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;background-color:#fff;border-radius:10px;padding:5px;box-shadow:inset 0 4px 6px #0000004d;margin-bottom:10px}.usageData{width:25%}.howDoesItWork{width:35%}.subsectionTitle{width:100%;height:20%;font-size:1.25em;font-weight:700;font-family:Verdana,Geneva,Tahoma,sans-serif;color:#000;text-align:center;display:flex;justify-content:center;align-items:center;text-decoration:underline}.subsectionInformation{width:100%;height:75%;font-size:.8em;font-family:Verdana,Geneva,Tahoma,sans-serif;color:#000;display:flex;justify-content:flex-start;align-items:flex-start;overflow-y:scroll}.subsectionInformation::-webkit-scrollbar{display:none}.skillsFromProject{height:40%;width:calc(100% - 80px);background:#f7f7f7;box-shadow:0 4px 12px #00000026;border-radius:8px;padding:20px;position:relative}@media (max-width: 720px){.portfolioContent{flex-direction:column}.portfolioContentLeft{width:100%;height:35%}.portfolioContentRight{width:100%;height:60%}.portfolioContentDescription{height:50%;font-size:12px}.skillsFromProject{height:40%}.portfolioProject{font-size:1em}.portfolioProjectSelectorBar{height:2px}.portfolioProjectVideoAndSelector{font-size:8px}.clickMeIcon{width:45px;height:30px;right:10px;font-size:12px}}#workSection{padding:0;margin:0;display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}.workTop{width:100%;height:calc(15% - 30px);background-color:#f7f7f7;position:relative;padding-bottom:30px}.workContactBar{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.workContent{height:calc(85% - 30px);width:100%;padding-top:30px;display:flex;justify-content:space-between;align-items:center;position:relative}.DASection{width:55%;height:100%;display:flex;justify-content:space-around;align-items:center;flex-direction:column}.DATop{width:90%;height:40%;display:flex;justify-content:space-around;align-items:center}.DALogo{width:40%;height:100%;background-color:#000;border-radius:10px;display:flex;justify-content:center;align-items:center}.DALogo img{width:100%;height:100%;object-fit:contain}.DADescription{width:50%;height:calc(100% - 40px);padding:20px;background:#fff;box-shadow:0 4px 12px #00000026;border-radius:8px;position:relative;font-family:Verdana,Geneva,Tahoma,sans-serif}.DADescTitle{height:30px;background-color:#00b39e;border-radius:20px;color:#fff;display:flex;justify-content:center;align-items:center;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:1em;margin-bottom:10px}.DADescTopics{width:100%;height:calc(100% - 45px);display:flex;align-items:center;justify-content:space-between}.myRole,.myLearning{height:calc(100% - 10px);width:45%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;background-color:#fff;border-radius:10px;padding:5px;box-shadow:inset 0 4px 6px #0000004d;margin-bottom:10px}.DABottom{width:80%;height:40%;display:flex;justify-content:space-around;align-items:center;flex-direction:column}.DAExampleTasks{width:calc(100% - 40px);height:calc(100% - 40px);background:#fff;box-shadow:0 4px 12px #00000026;border-radius:8px;padding:20px;position:relative}.MonroeSection{width:45%;height:100%;display:flex;justify-content:space-around;align-items:center;flex-direction:column}.MonroeSectionTop{width:90%;height:50%;display:flex;justify-content:space-around;align-items:center}.MonroeDescription{width:50%;height:calc(100% - 40px);padding:20px;background:#fff;box-shadow:0 4px 12px #00000026;border-radius:8px;position:relative;font-family:Verdana,Geneva,Tahoma,sans-serif}.MonroeDescTitle{height:30px;background-color:#00b39e;border-radius:20px;color:#fff;display:flex;justify-content:center;align-items:center;font-family:Verdana,Geneva,Tahoma,sans-serif;font-size:1em;margin-bottom:10px}.MonroeDescTopics{width:100%;height:calc(100% - 45px);display:flex;align-items:center;justify-content:space-between}.myRole,.myLearning,.myEffect,.myTasks{height:calc(100% - 10px);width:45%;display:flex;justify-content:space-between;align-items:center;flex-direction:column;background-color:#fff;border-radius:10px;padding:5px;box-shadow:inset 0 4px 6px #0000004d;margin-bottom:10px;text-align:center}.MonroeTitle{width:40%;height:100%;object-fit:cover}.MonroeLogo{width:calc(40% - 40px);height:calc(100% - 40px);background-color:#fff;display:flex;justify-content:center;align-items:center;border-radius:10px;padding:20px}.MonroeLogo img{width:100%;height:100%;object-fit:contain}.MonroeSectionBottom{width:90%;height:35%;display:flex;justify-content:space-around;align-items:center}.MonroeAchievements{width:calc(100% - 40px);height:calc(100% - 40px);background:#fff;box-shadow:0 4px 12px #00000026;border-radius:8px;padding:20px;position:relative}@media (max-width: 720px){.DATop{flex-direction:column;height:65%;width:100%}.DALogo{width:90%;height:20%}.DADescription{width:calc(90% - 20px);height:calc(70% - 20px);padding:10px;font-size:12px}.DABottom{height:30%}.DAExampleTasks{padding:10px;height:calc(100% - 20px);width:calc(100% - 20px)}.MonroeSectionTop{flex-direction:column;width:100%;height:70%}.MonroeDescription{height:calc(70% - 20px);width:calc(95% - 20px);padding:10px;font-size:12px}.MonroeLogo{height:calc(25% - 20px);width:calc(95% - 20px);padding:10px}.MonroeSectionBottom{width:100%;height:25%}.MonroeAchievements{padding:10px;height:calc(100% - 20px);width:calc(95% - 20px)}}
