@import url(https://fonts.googleapis.com/css?family=Work+Sans);@import url(https://fonts.googleapis.com/css?family=Questrial);@import url(https://fonts.googleapis.com/css?family=Anonymous+Pro);@import url(https://fonts.googleapis.com/css?family=Yeseva+One);@import url(https://fonts.googleapis.com/css?family=Poppins);@import url(https://fonts.googleapis.com/css?family=Montserrat);body{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}:root{--secondary-purple:#3d4267;--primary-gray:#292929;--white:#e8e9f3;--medium-gray:#525252;--light-purple:#8e98e9;--light-gray:#c4c4c4}body{background-color:var(--medium-gray);font-family:"Questrial",sans-serif}h1{font-size:28pt}h1,h2,h3,h4{font-weight:800;font-family:"Work Sans",sans-serif}a,p{font-size:14pt}a{text-decoration:none;font-weight:600;cursor:pointer}.strike{color:var(--white);position:relative;line-height:30px}.strike:hover{cursor:pointer;animation:strikethrough;color:var(--white)}@keyframes strikethrough{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.strike:hover:after{content:" ";position:absolute;display:block;top:50%;left:0;width:100%;height:2px;background:var(--white);transform-origin:0 50%;animation:strikethrough .3s ease-out}.strike-purple{color:var(--secondary-purple)}.strike-purple:hover:after{background-color:var(--secondary-purple)}.flex-row{display:flex;flex-direction:row}@media only screen and (max-width:767px){a,p{font-size:12pt}}.home-container{scroll-snap-type:y mandatory}body{margin:0}#landing-container{display:flex;flex-direction:row;align-items:center;justify-content:space-around;height:100%;margin:0 50px 50px}#logo{float:left;height:200px}#logo2{width:50%;min-width:500px;display:block}#logo2_vertical{width:50%;min-width:200px;position:absolute;display:none}#landing-text{color:var(--white);text-align:right}#landing-text h1{font-size:40pt;margin-bottom:28px}#landing-text p{font-size:16pt;line-height:1}.glow:hover{text-shadow:0 0 15px var(--white);transition:.2s}#holographic{height:100vh;width:100vw;background-image:linear-gradient(270deg,#483475,#2b2f77,#141852,#090d3f,#141852,#2b2f77,#483475);background-size:350%}@media only screen and (max-width:600px){#landing-container{flex-direction:column;justify-content:center}#logo{width:200px;margin-bottom:5vh}#landing-text{text-align:center}#landing-text h1{font-size:32pt}#landing-text p{font-size:12pt}#logo2_vertical{display:block}#logo2{display:none}}#home-about-container{height:100vh;background-color:var(--primary-gray);display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:14pt}#home-about-content{flex-direction:column;justify-content:center;align-items:flex-end;padding-bottom:15px}#home-about-content,#text-bar{display:flex;max-width:500px;width:50%;min-width:400px}#text-bar{background-color:var(--white);height:50px;border-radius:15px;text-align:right;padding-right:20px;justify-content:flex-end;overflow:hidden}#text-bar,#text-bar b{color:var(--secondary-purple);flex-direction:row;align-items:center}#text-bar b{opacity:1;height:30px;display:flex}.typing{border-right:.15em solid var(--secondary-purple);padding-right:5px;animation:blink-cursor .75s step-end infinite}@keyframes blink-cursor{0%{border-color:var(--secondary-purple)}50%{border-color:transparent}}@media only screen and (max-width:676px){#text-bar b{color:var(--secondary-purple);opacity:1;height:20px}#home-about-content,#text-bar{min-width:280px}#home-about-container{font-size:12pt}}.speech-bubble-container{display:flex;flex-direction:column;align-items:flex-end;font-size:14pt}.img-bubble{width:200px;margin:15px 0}.img-bubble,.speech-bubble{background-color:var(--secondary-purple);color:var(--white);font-weight:800;word-wrap:break-word;border-radius:10px}.speech-bubble{max-width:300px;padding:15px}.speech-triangle{width:0;height:0;border-left:20px solid transparent;border-top:15px solid var(--secondary-purple);margin-right:10px}@media only screen and (max-width:676px){.img-bubble{width:150px}.speech-bubble-container{font-size:12pt}}#projects-container{width:100vw;height:100vh;background-color:var(--primary-gray)!important;display:flex;flex-direction:row}@media only screen and (max-width:900px){#projects-container{flex-direction:column;align-items:center}}#display-container{width:40vw;height:80vh;margin-top:10vh;margin-bottom:10vh;display:flex;flex-direction:column;align-items:center;overflow:scroll}#display-container p{position:absolute;z-index:1;color:var(--white);text-align:center;font-family:"Anonymous Pro";font-weight:800;opacity:1}.display-text-container{height:200px}@media only screen and (max-width:900px){#display-container{width:80vw;flex-direction:row;overflow:scroll;margin:0 10vw}}.display-item{width:300px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-bottom:20px;flex-shrink:0}.display-item p{position:absolute;z-index:1;color:var(--white);text-align:center;font-family:"Anonymous Pro";font-weight:800;opacity:1}.display-item img{width:200px;filter:opacity(50%)}.display-item:hover{transition:.2s;transform:translateY(-5px)}#display-text-right{top:5%;right:0;width:100px}#display-text-left{bottom:5%;left:0;width:100px}@media only screen and (max-width:900px){.display-item{width:250px}.display-item img{width:150px}#display-text-right{top:5%;right:0;width:100px}#display-text-left{bottom:5%;left:0;width:100px}}@media only screen and (max-width:576px){.display-item{width:200px}.display-item img{width:125px}#display-text-right{right:0;width:100px}#display-text-left{bottom:10%;left:0;width:100px}}#title-container{width:60vw;height:100vh;position:relative;padding-right:5vw;display:flex;flex-direction:column;align-items:flex-end;justify-content:center}#bright-title,#dark-title{font-size:118pt}#bright-title,#title-link{color:var(--white);position:relative;z-index:1;text-align:right}#title-link{font-family:"Anonymous Pro"}#dark-title{color:#000;position:absolute;top:50%;left:50%;transform:translate(-60%,-40%)}@media only screen and (max-width:900px){#bright-title,#dark-title{font-size:96pt}}@media only screen and (max-width:576px){#bright-title,#dark-title{font-size:55pt}#dark-title{transform:translate(-80%,-60%)}#title-link{font-size:18pt}#title-container{padding-right:0}}.nav-bar{background-color:var(--primary-gray);width:100vw;height:50px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 20px;z-index:2;position:fixed;transition:top .3s}#nav-bar-logo{width:40px;height:40px}#nav-bar-right .strike{margin-left:15px;color:#e8e9f3}#footer{background-color:var(--secondary-purple);width:100vw;height:300px;padding:20px;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer-menu-title{font-size:20pt}#footer a,#footer p,#title,.footer-menu-title{color:var(--white);text-decoration:none}#footer p{font-size:11pt}#footer-container{display:flex;flex-direction:row;align-items:center;justify-content:center}#copyright{position:absolute;bottom:0}#title{font-size:28pt}#footer img{width:100px;margin-right:10px}#footer-title{display:flex;flex-direction:row;align-items:flex-end}.footer-menu{align-items:center;padding:20px}.footer-menu,.footer-menu-items{display:flex;flex-direction:column}.footer-menu-items{align-items:flex-start;border-left:2px solid var(--white);padding-left:20px;margin-left:50px;line-height:25pt;font-weight:700;color:var(--white);font-size:12pt}#footer-nav{display:flex;flex-direction:row}@media only screen and (max-width:800px){#footer-container{flex-direction:column}.footer-menu-title{font-size:14pt}#title{font-size:16pt}#footer img{width:50px}.footer-menu{padding-left:0;padding-right:0;width:45%}}.about-content{padding:20vh 10vw 15vh;display:flex;flex-direction:column;justify-content:center;align-items:center}#about-card h1,#about-card p,#about-text p{color:var(--white)}#create{display:inline;animation:color-change 2.5s linear infinite alternate}#about-card{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-bottom:15vh;width:90%}#me{width:30vw;max-width:200px;margin-left:10vw}#about-description{display:flex;flex-direction:column}#about-description h1{font-size:48px;text-align:left}#about-description p{font-size:20px}#icon-row{display:flex;flex-direction:row;justify-content:space-between;margin-top:25px;width:30vw;max-width:200px}#icon-row img{width:40px}#icon-row img:hover{transition:.2s;transform:translateY(-2.5px)}@media only screen and (max-width:650px){#about-card{flex-direction:column;align-items:center;justify-content:center;margin-bottom:10vh}#about-description{width:75vw;align-items:center;text-align:center;margin-bottom:5vh}#about-description h1{font-size:36px;text-align:center}#about-description p{font-size:18px}#icon-row,#me{width:175px;margin-left:0}#icon-row img{width:35px}#about-intro{width:100%}}@keyframes color-change{0%{color:#ffd6ff}20%{color:#e7c6ff}40%{color:#c8b6ff}60%{color:#b8c0ff}80%{color:#bbd0ff}to{color:#ffd6ff}}.role-item{margin-top:25px}.role,.role-item{display:flex;flex-direction:row;align-items:center}.role{margin-left:50px;width:40vw;color:var(--white)}#role-title{color:var(--light-gray)}@keyframes fadein{0%{opacity:0}to{opacity:1}}.role-bar{position:relative;background-color:var(--primary-gray);height:10px;width:80px;margin:0 20px 20px 0}.role-info{width:40px;height:40px;border-radius:50%;border:solid var(--white)}.role-info h4{line-height:40px;text-align:center;color:var(--white)}@media only screen and (max-width:576px){.role-item{flex-direction:column;align-items:flex-start;width:75vw;margin-bottom:10vh}.role{width:100%;margin-left:0}.role-text{display:flex;flex-direction:column;width:100%;padding-left:37.5px}}.project{margin:0 30px 50px}.project-thumbnail img{width:200px;margin-bottom:25px}.illustration-thumbnail:hover,.project-thumbnail img:hover{transition:.2s;transform:translateY(-5px);cursor:pointer}#project-description{width:200px;color:var(--white);font-size:14pt}.music-text{margin-bottom:25px}.music-text a{font-size:14pt!important}.subtext,.subtext:hover{opacity:.8;text-align:left}.illustration-thumbnail{max-width:350px!important}@media only screen and (max-width:676px){#project-description{font-size:12pt}}#experience-content{width:100vw;background-color:var(--medium-gray);padding:10vh 25px 25px}#experience-content,.experience-section{display:flex;flex-direction:column;align-items:center}.experience-section{margin-top:10vh;margin-bottom:10vh}.projects-wrapper{display:flex;flex-direction:row;align-items:center;justify-content:center;width:90vw}.projects-container{display:flex;flex-flow:row wrap;justify-content:center}#experience-content a,#experience-content h1,#experience-content h4,#experience-content h6{color:var(--white);font-weight:700}#experience-content h1{width:80vw;text-align:left;margin-bottom:32px}.video-container,.video-player{position:relative;padding:0}.video-player{display:flex;flex-direction:column;justify-content:center;align-items:center}.video-player:hover{cursor:pointer}#final-content-body{background-color:#dbc7ff;height:100%;width:100%;position:absolute}.final-content{position:relative;padding-top:3%;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}#quarantitle{width:450px}.covers{position:relative;width:570px}.cover1{display:block;position:absolute;width:570px}.hidden{display:none}#default{z-index:1}.final-buttons{opacity:0;background-color:initial;position:absolute}.final-buttons:hover{cursor:pointer}#button1{width:50px;height:60px;left:157px;top:200px;z-index:1}#button2{width:105px;height:70px;left:315px;top:195px;z-index:2}#button3{width:75px;height:35px;left:410px;top:425px;z-index:3}#eighth{width:20px;left:340px;top:140px;animation:fade 2s ease-in 0s infinite}#doubles,#eighth{position:absolute}#doubles{width:25px;left:380px;top:160px;animation:fade 2s ease-in 1s infinite}@keyframes fade{0%{opacity:0}50%{opacity:1}90%{opacity:0;transform:translateY(-20px)}to{opacity:0}}#dalgona-content-body{background-color:#f8f7ff;min-height:-moz-fit-content;min-height:fit-content;margin:0;padding-top:20px;padding-bottom:20px}#dalgona-container{background-color:#f4ead0;width:700px;padding:55px;margin:72px auto}.dalgona-title{display:flex;flex-direction:column;align-items:center}#dalgona-content-body h2{margin-top:0;margin-bottom:25px}#dalgona-content{width:520px;display:flex;flex-direction:column;align-items:center;margin-left:auto;margin-right:auto}#dalgona-content-body img{max-width:520px;margin:15px;opacity:.9}.dalgona-description{text-align:center}#circles{width:100%;display:flex;flex-direction:row;justify-content:space-between;margin-top:30px;margin-bottom:30px}.circle{width:8px;height:8px;background-color:#7d645e;border-radius:50%}.recipe{display:flex;flex-direction:row;justify-content:space-between;width:600px}#dalgona-content-body ul{list-style-type:none}#instructions{margin-left:30px;width:75%}#dalgona-content-body a,#dalgona-content-body h3,#dalgona-content-body li,#dalgona-content-body p{color:#7d645e;line-height:25px}#dalgona-content-body a{font-family:"Montserrat";font-size:15pt;text-decoration:none}#dalgona-content-body h1{font-size:18pt;margin-bottom:15px}#dalgona-content-body h1,#dalgona-content-body h2{font-family:"Yeseva One";font-weight:400;color:#5e5768}#dalgona-content-body h2{font-size:48pt}#dalgona-content-body h3{font-family:"Yeseva One";font-weight:400;font-size:18pt}#dalgona-content-body li,#dalgona-content-body p{font-family:"Poppins";font-size:18px}#dalgona-content-body p{color:#5e5768}#dalgona-content-body li{margin-top:15px}#dalgona-content-body a:hover{color:#5b433e;cursor:pointer}#applications-content-body{background:url(/static/media/desktop.988cc6c3.jpg);background-repeat:no-repeat;background-size:cover;position:absolute;height:100%;width:100%}#applications-container{position:relative;background:linear-gradient(#403f44,#403f44 90.99999px,#222027 91px,#222027);width:650px;padding:15px;border-radius:5px;left:50%;top:50%;transform:translate(-50%,-50%)}#mac-heading{width:650px;display:flex;flex-direction:row;align-items:center}.mac-buttons{display:flex;flex-direction:column;width:-moz-fit-content;width:fit-content;height:50%}#mac-circles{width:65px;margin-bottom:0;margin-top:0}#applications-back{margin-top:5px;width:65px;opacity:.7}#applications-back:active{opacity:1}.mac-title{display:flex;flex-direction:row;align-items:center;justify-content:center;height:75px;transform:translate(-25px,-5px);width:100%}#mac-folder{width:45px;height:37px}#applications-content-body p{font-family:Poppins;color:#fff;font-size:20pt;margin-top:20px;margin-left:20px}#icons{display:flex;flex-direction:row;justify-content:space-evenly;align-items:center;margin-top:7%;margin-bottom:6%;height:300px}#spotify,#zoom{position:relative;width:152px}#spotify:hover,#zoom:hover{transform:scale(1.1)}#spotify-content-body a{font-family:Montserrat;font-size:15pt;text-decoration:none;color:#fff}#spotify-content-body li{font-family:Poppins;font-size:14pt;text-decoration:none;color:#fff}#spotify-content-body h1{font-family:Montserrat;font-size:32pt;color:#fff;margin-bottom:15px}#spotify-content-body p{color:#a7a5a5}#spotify-content-body p,#spotify-name{font-family:Poppins;font-size:11pt;margin:3px}#spotify-name{color:#fff}#spotify-content-body h2{font-family:Poppins;font-size:12pt;color:#fff}#spotify-content-body a:hover{color:#5dcc61;cursor:pointer}#spotbutt{width:120px;position:relative}#spotbutt:hover{transform:scale(1.1)}#spotify-content-body{background:linear-gradient(#9060a6 40%,#bc96e6);padding-top:5%;padding-bottom:5%}#spotify-container{position:relative;background:linear-gradient(#4c4c4c,#272626 20%,#1f1f1f);width:700px;padding:55px 55px 7%;margin:72px auto}#spotify-title{position:relative;margin-top:50px;display:flex;flex-direction:row;align-items:flex-end;margin-left:15px}#spotify-content-body img{width:200px}#quarantunes{margin-left:25px;position:relative}#spotify-description{display:flex;flex-direction:row;margin-bottom:15px}#spotify-content{width:600px;margin-top:50px;display:flex;flex-direction:row;justify-content:space-between;margin-left:auto;margin-right:auto}#spotify-content-body ul{list-style-type:none;line-height:40px;padding-left:0}.artists{text-align:right}#zoom-container{position:relative;background:linear-gradient(#403f44,#403f44 50.999999px,#222027 51px,#222027);width:700px;height:1000px;padding-top:15px;margin:72px auto;border-radius:5px}#zoom-content-body{background:url(/static/media/desktop.988cc6c3.jpg);background-repeat:no-repeat;background-size:cover;background-position:50%;width:100%;position:absolute}#zoom-heading{position:absolute;width:700px;top:0;left:0;display:flex;flex-direction:row;align-items:center}#zoom-circles{width:65px;margin-bottom:10px;margin-left:20px}#zoom-applications{height:50px;margin-left:auto;margin-right:auto;transform:translateX(-30px);display:flex;align-items:center;padding-top:20px}#zoom-content-body p{font-family:Poppins;color:#fff;font-size:14pt;opacity:1%}.zoom-backgrounds{position:relative;width:665px;height:350px;margin-top:36px;margin-left:auto;margin-right:auto;overflow:hidden}.zoom-background{position:absolute;width:665px;top:0;left:0;opacity:1}#og{z-index:1}.zoom-hidden{opacity:0}#zoom-iconbar{position:relative;width:700px;height:70px;background-color:#242424;display:flex;flex-direction:row;align-items:center;justify-content:space-between}#zoom-right{transform:translateX(-20px);padding:20px 17px}#zoom-left{transform:scale(.9)}.zoom-icon{width:45px;opacity:.9;margin-left:5px}#zoom-content-body a{font-family:Poppins;color:red;text-decoration:none;padding-bottom:0;opacity:.9}#zoom-right:hover{background-color:#403f44}#zoom-change{display:flex;justify-content:center;margin-top:15px;margin-bottom:5px}#zoom-content-body h1{color:#fff;opacity:.7;font-family:Poppins;font-size:25pt;font-weight:400}#zoom-pictures{width:650px;margin-left:auto;margin-right:auto;display:flex;flex-wrap:wrap;align-content:center;justify-content:center}.zoom-pic{width:230px;margin:10px;border-radius:10px;height:159px}.zoom-pic:hover{opacity:.5;cursor:pointer;transition:.25s}#reminders-content-body a{font-family:Montserrat;font-size:15pt;text-decoration:none;color:#4e4eff}#reminders-content-body h1{font-family:Comfortaa;color:#e38c00;font-size:30pt;font-weight:700;margin-bottom:0}#reminders-content-body li{font-family:Poppins;font-size:18pt;color:#626262}#reminders-content-body a:hover{opacity:1%;cursor:pointer}#reminders-content-body{background-color:#9fb8ad;position:absolute;width:100%;height:100%}#reminders-container{position:relative;background-color:#fff;width:550px;padding:55px;margin:40px auto}#reminders-content{margin-top:0;display:flex;flex-direction:row;width:400px;justify-content:center}#reminders-check{display:flex;flex-direction:column;flex-wrap:wrap;width:44px;padding-top:7px}.reminders-circle{background-color:#fff}.reminders-circle,.reminders-fill{height:26px;width:26px;border-radius:50%;border:1px solid #626262;margin-top:16px}.reminders-circle:hover,.reminders-fill{background-color:#e38c00}.reminders-circle:hover{cursor:pointer}#reminders-content-body ul{line-height:42px;padding-left:0;list-style-type:none;padding-top:15px}
/*# sourceMappingURL=main.cd0b1a34.chunk.css.map */