@import url(https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap);@import url(https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap);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}.MyProjectsDisplay{position:relative;display:flex;flex-direction:row;margin:1em 0;padding:5px 10px;border-bottom:2px solid var(--quaternary-color);box-shadow:-5px 5px 12px 5px rgba(0,0,0,.3)}.MyProjectsDisplay>img{height:72px;width:100px;object-fit:cover;box-shadow:-5px 5px var(--primary-color);margin:10px 15px}.MyProjectsDisplay>h3{margin:auto auto auto 1em}.MyProjectsDisplay>button{margin:auto 5px;width:72px}.MyProjectsDisplay>button:last-of-type:hover{color:var(--secondary-color);border-color:var(--secondary-color)}.PublishedStatusIcon{font-size:12px;background:var(--tertiary-color);color:#fff;padding:3px;margin:3px;position:absolute;top:0;font-weight:600}.unpublished{background:var(--secondary-color)}.ProfileSummary{text-align:left;position:relative;background:var(--tertiary-color);box-shadow:-10px 10px var(--primary-color);padding:1em}.main-info{display:flex;flex-direction:row}.main-info>img{height:200px;width:200px;border-radius:50%;border:15px solid var(--white-color);object-fit:cover}.text-container>h1{padding:0 1em;color:var(--white-color)}.text-container>p{padding:1em;margin:1em;text-indent:1em;background:var(--white-color);box-shadow:-10px 10px var(--primary-color)}.user-stats{display:flex;flex-direction:row;justify-content:space-around;font-size:12px}.EditUserForm>.input-container{display:flex;flex-direction:row;margin:1em}.EditUserForm:first-child{display:flex;flex-direction:column}.EditUserForm>button{width:10em;margin:5px auto}.edit-btn{position:absolute;right:0;top:0;margin:1em;color:var(--white-color);border:1px solid var(--white-color)}.ProjectPreview{width:200px;height:300px;font-size:10px;margin:10px;box-shadow:-5px 5px 12px 5px rgba(0,0,0,.3);position:relative;z-index:5}.ProjectPreview>.preview-project-info{position:absolute;margin:0;width:200px;height:300px;display:flex;flex-direction:column}.ProjectPreview>img{max-width:100%;height:300px;background:#000;object-fit:cover}.preview-project-head{background-color:rgba(0,0,0,.5);border-bottom:1px solid var(--tertiary-color)}.preview-project-head>p{margin:5px;font-size:12px;color:#fff;text-align:right}.preview-project-head>h3{margin:5px;font-size:16px;text-align:left;color:#fff}.preview-project-description{background-color:rgba(0,0,0,.5);opacity:0;margin:0;height:100%;transition:.3s;cursor:pointer}.preview-project-description:hover{background-color:rgba(0,0,0,.5);color:#fff;opacity:1}.preview-project-controls{display:flex;flex-direction:row;justify-content:space-between}.preview-project-controls>button{margin:0;width:100%;padding:2px;position:absolute;bottom:0;background-color:rgba(0,0,0,.5);color:#fff}.preview-project-controls>button:hover{background-color:rgba(0,0,0,.1)}.UserPreview{margin:1em;width:250px;box-shadow:-5px 5px 12px 5px rgba(0,0,0,.3)}.user-image-container>img{height:150px;width:150px;object-fit:cover;border-radius:100px;border:10px solid var(--white-color);margin:1em}.UserPreview>h3{padding:5px;margin:auto 1em}.UserPreview>button{width:100%;margin:auto 0 0;border:none;border-top:1px solid grey;color:grey}.UserPreview>button:hover{color:var(--primary-color);border-color:var(--primary-color)}.UserPreview>p{font-size:12px;overflow-y:auto;height:100%;max-height:72px}.UserPreview>.user-stats{font-size:12px}.UserPreview:nth-of-type(1n)>.user-image-container{background-color:var(--tertiary-color)}.UserPreview:nth-of-type(1n)>h3{color:var(--tertiary-color);border-bottom:2px solid var(--tertiary-color)}.UserPreview:nth-of-type(2n)>.user-image-container{background-color:var(--quaternary-color)}.UserPreview:nth-of-type(2n)>h3{color:var(--quaternary-color);border-bottom:2px solid var(--quaternary-color)}.UserPreview:nth-of-type(3n)>.user-image-container{background-color:var(--primary-color)}.UserPreview:nth-of-type(3n)>h3{color:var(--primary-color);border-bottom:2px solid var(--primary-color)}.UserPreview:nth-of-type(4n)>.user-image-container{background-color:var(--secondary-color)}.UserPreview:nth-of-type(4n)>h3{color:var(--secondary-color);border-bottom:2px solid var(--secondary-color)}.my-makers-container,.MyMakers,.MyProfile{display:flex;flex-direction:row}.MyProfile{justify-content:center;margin:.5em 1em}.MyProfileContent{width:70ch;margin:1em}.MyMakers>div{margin:auto}.MyProfileNav>button{border:2px solid var(--quaternary-color);color:var(--quaternary-color);box-shadow:-10px 10px var(--quaternary-color)}.MyProfileNav>button,.MyProfileNav>button:hover{margin:10px;-webkit-text-decoration:bold;text-decoration:bold;font-size:16px}.MyProfileNav>button:hover{background-color:var(--quaternary-color);border:2px solid var(--white-color);color:var(--white-color)}.nav-btn{margin:0;padding:.5em;border:2px solid transparent;color:var(--primary-color)}.nav-btn.selected{border-color:var(--primary-color);background:var(--white-color);box-shadow:-10px 10px var(--primary-color)}.nav-btn:hover{color:grey}.SavedProjectsContainer{display:flex;width:100%;flex-direction:row}.SavedProjectsContainer>p{margin:auto}.Explore{flex-direction:column;width:90ch}.Explore,.ExploreSearch{display:flex;margin:auto}.ExploreSearch{flex-direction:row;border:10px solid var(--secondary-color);box-shadow:-10px 10px var(--primary-color);padding:0 2em}.ExploreSearch>.selected{color:#fff;border:#fff}.SearchResults{margin-top:1em;display:flex;flex-direction:row;justify-content:center}.SearchResults>.background-text{z-index:-1;font-size:100px}.ProjectEditor{margin:auto auto 20vh}.TextEditor{border:2px solid var(--primary-color);font-size:14px;padding:2em;margin:auto;max-width:80ch;text-align:left;max-height:60vh;overflow-y:auto}.editor-editor{border-top:1px solid grey;cursor:text;font-size:16px;margin-top:10px}.editor-buttons-container{display:flex;flex-direction:row;margin-bottom:.5rem;position:absolute}.public-DraftEditor-content,.public-DraftEditorPlaceholder-root{margin-top:50px}.public-DraftEditor-content{min-height:100px}.public-DraftEditorPlaceholder-root{display:none}.editor-blockquote{border-left:5px solid grey;color:#444;font-style:italic;margin:16px 0;padding:10px 20px}.public-DraftStyleDefault-pre{background-color:rgba(0,0,0,.5);font-size:16px;padding:20px}.editor-controls{font-size:14px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.editor-styleButton{color:grey;border-color:grey;background:var(--white-color)}.editor-styleButton:hover{color:#000;border-color:#000;background:var(--white-color)}.editor-activeButton{background:rgba(0,0,0,.5);color:#fff}.DraftEditor-root{min-height:50px}.description-input{width:70ch;font-family:inherit}.ProjectImagesEditor{max-width:70ch;margin:3em auto;padding:2em;border:2px solid var(--primary-color)}.image-preview-container{margin:auto;display:flex;flex-direction:row;align-content:flex-start;flex-wrap:wrap}.ImageEditorPreview{margin:3px;max-height:150px;display:flex;border:1px dashed grey}.ImageEditorPreview>img{max-width:100%;max-height:100%;max-height:150px}.ImageEditorPreview>p{display:inline-block;position:relative;right:0;margin:0;font-size:12px;max-width:100px;height:100%;max-height:150px;background-color:rgba(0,0,0,.2);color:#fff;opacity:1;text-overflow:ellipsis;overflow:hidden;z-index:5}.delete-image-btn{position:absolute;background-color:rgba(0,0,0,.3);color:#fff;border-color:#fff;margin:3px;z-index:5}.delete-image-btn:hover{background-color:rgba(0,0,0,.6)}.AddImageForm{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap}.AddImageForm>.input-container{margin:5px}.no-images{margin:auto}.CommentsContainer{width:70ch;display:flex;flex-direction:column;justify-content:center;margin:auto auto 20vh}.comment-info{display:flex;flex-direction:row;justify-content:space-between;color:grey;font-size:10px}.Comment{width:100%;font-size:12px}.CommentForm{display:flex;margin:2em 0}.CommentForm>input[type=text]{width:70ch}.CommentsContainer>button{border:none}.comments-display{max-height:80vh;overflow-y:auto;padding:5px}.ViewProject{margin:auto;max-width:90ch;text-align:left;font-family:"Noto Serif",serif}.ViewProject>img{max-width:100%;max-height:90vh}.ProjectImage{margin:15px 0}.ProjectImage>p{font-size:10px;margin:0}.ProjectImage>img{max-width:100%}.article-container{display:flex;flex-direction:row;margin:auto}.ProjectImages{max-width:30ch;margin-top:1em;margin-right:2em}.ProjectContent{margin:0 .5em;font-size:16px}.ProjectContent>h3{font-size:40px;max-height:100px;margin:.5em 0}.project-info{display:flex;flex-direction:row;align-items:center;color:grey;font-style:italic}.HTMLContent>p{text-indent:2em;padding:0 1em}.HTMLContent>blockquote{border-left:5px solid grey;color:grey;font-style:italic;margin:1em;padding:10px;text-indent:2em}.project-info>p{height:100%;text-align:center}.project-info>img{height:2.5em;width:2.5em;object-fit:cover;margin-right:.5em;border-radius:2em;border:3px solid var(--primary-color)}.publish-date{margin-left:auto;margin-right:5px}.ViewUser{width:90ch;margin:auto}.ViewUser>.ProfileSummary>.ToggleFollowButton{position:absolute;top:0;right:0;margin:1em;color:var(--white-color);border-color:var(--white-color)}.MakerProjectsContainer{display:flex;flex-direction:row;justify-content:center;position:relative;margin-top:110px}.no-projects-message{position:absolute;z-index:5}.background-text{position:absolute;height:100%;width:100%;font-size:10em;font-weight:700;color:#d3d3d3;z-index:0;margin:auto;transform:translateY(-130px)}.Main{display:flex;flex-direction:column;width:100%}.main-page-container{margin-top:10vh;padding-top:2em}.Header{background:var(--primary-color);color:var(--white-color);width:100%;height:6vh;z-index:10;display:flex;flex-direction:row}.HeaderNav{margin:auto 1em}.HeaderNav>button{color:var(--white-color);border-color:var(--white-color);margin:auto 1em}.HeaderNav>button:hover,.UserIcon>button:hover{color:grey;border-color:grey}.logo{margin:auto 1em;font-size:40px}.UserIcon{display:flex;flex-direction:row;align-self:flex-end;margin:auto 1em auto auto}.UserIcon>button{color:var(--white-color);border-color:var(--white-color)}.header-container{display:flex;flex-direction:column;position:fixed;width:100%;z-index:10}.header-bar{content:" ";position:relative;z-index:10;height:10px;width:100%}.header-bar,.header-bar:before{background:var(--quaternary-color)}.header-bar:before{transform:translateY(100px)}.logo-slash{position:relative;height:120%;width:5px;transform:rotate(25deg) translateY(-5px)}.logo-slash:first-of-type{background:var(--secondary-color)}.logo-slash:nth-of-type(2){background:var(--quaternary-color)}.logo-slash:nth-of-type(3){background:var(--white-color)}.logo-slash:nth-of-type(4){background:var(--tertiary-color);margin-right:2em}.selected{background:var(--secondary-color)}.UserIcon>img{height:2em;width:2em;border-radius:50%;border:2px solid #fff;margin:5px}.UserIcon>p{border-bottom:1px solid #fff;margin:auto;padding-left:1em;font-size:12px}.logo{font-family:"Major Mono Display",monospace}.Login{height:100vh;width:100vw;display:flex;background-image:url(/static/media/tools1.3e822c2c.jpeg);background-size:cover}.login-container{position:relative;margin:20vh auto auto;background:var(--white-color);padding:10px;box-shadow:-10px 10px var(--secondary-color)}.login-inner-container{z-index:10;display:flex;flex-direction:column;justify-content:center;align-items:center;background:var(--white-color);position:relative;padding:2em;border:2px solid var(--quaternary-color)}.login-inner-container>.logo{font-size:50px;padding:5px 50px;border-bottom:2px solid var(--tertiary-color)}.tagline{display:flex;flex-direction:row;margin:10px}.tagline>*{margin:auto 5px}.Login:before{right:-45%;width:100%;background-color:var(--primary-color);border-left:20px solid var(--tertiary-color)}.Login:after,.Login:before{content:"";position:fixed;top:-50%;height:300%;transform:rotate(25deg)}.Login:after{z-index:1;right:60%;width:2px;width:5px;border:1px solid var(--white-color);border-right-width:3px}:root{--primary-color:#2e2836;--secondary-color:#f46036;--tertiary-color:#1b998b;--quaternary-color:#d7263d;--white-color:#eaebed}.App{display:flex;text-align:center;height:100%;width:100%;min-height:100vh;max-width:100vw;position:static;z-index:0;background-color:#eaebed;background-color:var(--white-color)}button,input,textarea{background:none;border:1px solid #000;padding:.5em;margin:auto .5em;font-family:"Work Sans",sans-serif}label{display:flex;align-items:center}.nav-btn,button,input[type=submit]{cursor:pointer}button:hover,input[type=submit]:hover{color:grey;border-color:grey}.nav-btn{cursor:pointer}.input-container{margin:2em;display:flex;justify-content:center;align-content:center}textarea{width:100%;height:5em}h1,h2,h3,h4,h5,h6{font-family:"Work Sans",sans-serif}
/*# sourceMappingURL=main.dcedb30d.chunk.css.map */