@import url(https://fonts.googleapis.com/css?family=Poppins&display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.App{font-family:Poppins,sans-serif;background-color:#d2f4ff}.user-profile{display:flex;flex-direction:column;background-color:#90c8db;width:700px;height:360px;color:#fff;border:2px double rgba(10,51,63,.349);box-shadow:0 0 10px 2px rgba(0,0,0,.192)}.user-header{width:100%;padding:20px;font-size:28px;font-weight:700;border-bottom:1px solid}.user-info-projects-wrapper{display:grid;grid-template-columns:2fr 3fr;max-height:290px}.user-info{display:flex;flex-direction:column;align-items:center;padding:20px;max-height:290px}#user-avatar>img{height:100%}#user-avatar{display:flex;justify-content:center;height:80px;width:80px;border-radius:50%;border:3px solid #fff;overflow:hidden;margin-bottom:20px}.user-info>p{width:100%}.user-projects{display:flex;flex-flow:column nowrap;padding:20px}.projects-header{display:flex;align-items:center;justify-content:space-between;font-size:26px;font-weight:700;margin-bottom:10px}#add-project{width:25px;margin-right:5px;-webkit-transition:all .2s;transition:all .2s}#add-project:hover{-webkit-transform:scale(1.1);transform:scale(1.1);cursor:pointer}.projects-list{overflow:auto;border:2px solid;height:210px}.user-project{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:5px;border-bottom:1px solid;line-height:1.4}.user-project>p{font-size:12px}.project-title{color:#fff;font-size:18px;font-weight:700}.arrow-icon{width:25px;height:25px}.arrow-icon:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.nav-bar{justify-content:space-between;flex-flow:row nowrap;position:-webkit-sticky;position:sticky;top:0;height:70px;background:radial-gradient(#90c8db,#6ebfda);padding:0 30px;font-size:16px;color:#fff;box-shadow:0 2px 10px rgba(0,0,0,.322)}.logo,.nav-bar{display:flex;align-items:center}.logo{font-size:36px;cursor:pointer}.logo>img{width:50px;margin-right:10px}.logo>h1{text-shadow:0 0 5px rgba(0,0,0,.26)}.nav-bar>p{-webkit-transition:all .2s;transition:all .2s}.nav-bar>p:hover{-webkit-transform:scale(1.02);transform:scale(1.02);cursor:pointer}footer{display:flex;align-items:center;height:50px;background-color:#90c8db;font-size:18px;padding-left:30px;box-shadow:0 -2px 10px rgba(0,0,0,.233)}footer,footer a{color:#fff}.project-form-wrapper{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.199);z-index:1}.project-form{display:flex;align-items:center;justify-content:space-evenly;flex-direction:column;width:300px;height:250px;background-color:#4f8da1;color:#fff;border:2px solid #fff;box-shadow:0 0 10px rgba(0,0,0,.315)}.project-form>h3{font-size:25px;font-weight:700}.project-form-inputs{display:flex;align-items:center;flex-direction:column;padding:20px 30px;border:1px solid;width:80%;box-sizing:border-box}.project-form-inputs>*{margin:3px;width:100%}#submit-new-project{display:block;background-color:#fffffe;color:#22505f;margin-top:15px;padding:5px 10px;width:80%;font-size:12px;-webkit-transition:all .1s;transition:all .1s}#submit-new-project:hover{-webkit-transform:scale(1.02);transform:scale(1.02);cursor:pointer}main{justify-content:center;height:calc(100vh - 120px);background-image:url(http://tangentde.com/wp-content/uploads/sites/89/2018/11/architectural-drawing-1080x675.jpeg);background-size:cover}.welcome,main{display:flex;align-items:center}.welcome{flex-direction:column;width:80%;height:90%;padding:5% 10%;background-color:rgba(144,200,219,.904);border:2px solid rgba(62,102,116,.637);color:#fff;line-height:1.6;box-sizing:border-box;overflow:auto;text-shadow:0 0 5px rgba(0,0,0,.315);box-shadow:0 0 10px rgba(0,0,0,.411)}.welcome>*{margin:10px 0}.welcome>h3{font-size:30px;font-weight:700}.welcome>h2{font-size:25px;font-weight:700}.welcome>p{font-size:18px;width:100%}.welcome a{color:#fff}.project-page{color:#fff;background-color:#add8e6;min-height:100vh;max-width:100vw}.project-page>header{display:flex;justify-content:space-between;align-items:center;font-weight:700;padding:20px 30px;color:#add8e6;background-color:#fff;border-top:1px solid}.project-page h2{font-size:30px;text-shadow:0 0 1px rgba(0,0,0,.219)}.project-menu{display:flex;font-size:15px}.project-menu>p{cursor:pointer;-webkit-transition:all .1s;transition:all .1s;padding:0 10px}.project-menu>p:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.component-level{display:flex;align-items:center;flex-flow:row nowrap;overflow-x:auto;height:200px;max-width:100vw;border-bottom:solid;margin-top:-25px;padding:0 20px}#level-tag{padding:5px;font-size:15px}.component{position:relative;display:flex;align-items:center;justify-content:center;flex-direction:column;border:1px solid;padding:20px 10px;margin:0 20px;font-size:20px;line-height:1.5;width:100%;min-width:200px;height:100px;text-align:center;box-shadow:0 0 10px 1px rgba(0,0,0,.144)}.component.active{background-color:#fff;color:#add8e6}.component.active-parent{border:3px solid}.component>h4{width:100%;font-size:24px;font-weight:700;overflow-wrap:break-word}.component:hover{background-color:rgba(208,239,250,.233)}.component.active:hover{background-color:#fff}#component-menu-icon{position:absolute;right:0;top:5px;-webkit-transition:all .2s;transition:all .2s;height:30px}#component-menu-icon:hover{-webkit-transform:scale(1.2);transform:scale(1.2)}.component-menu-wrapper{position:absolute;right:25px;top:5px}.component-menu{position:-webkit-sticky;position:sticky;border:1px solid #add8e6;width:250px;z-index:1}.component-menu:hover{cursor:pointer}.component-menu-option{background-color:#fff}.component-menu-option:hover{background-color:#9ce1f8;color:#fff;box-shadow:0 0 5px rgba(0,0,0,.144)}.component-form-wrapper{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.096);z-index:1}.component-form{display:flex;align-items:center;justify-content:space-evenly;flex-flow:column;background-color:#fff;color:#add8e6;width:300px;height:250px;padding:10px 25px;border:2px solid rgba(0,0,0,.377);box-shadow:0 0 10px 1px rgba(0,0,0,.11)}.component-form>h3{font-size:25px;font-weight:700}.input-container{display:flex;align-items:left;justify-content:space-around;flex-flow:column;width:70%}.input-container>*{margin:5px 0}#submit-btn{display:block;background-color:#add8e6;color:#fff;padding:5px 10px;font-size:14px;-webkit-transition:all .1s;transition:all .1s}#submit-btn:hover{-webkit-transform:scale(1.02);transform:scale(1.02);cursor:pointer}
/*# sourceMappingURL=main.fc4c2bff.chunk.css.map */