body{margin:0;padding:0;font-family:sans-serif}.Navbar{width:100%;height:60px;background:#b5cfee;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0 2%;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;border-top:3px solid #333492;border-bottom:1px solid #bbb;border-bottom-left-radius:3px;border-bottom-right-radius:3px;position:fixed;top:0;z-index:5}.NavItem{font-size:20px;font-weight:700;color:#333492;text-shadow:1px 1px #eee;text-decoration:none;cursor:pointer}.NavItem-sideDrawer li{color:#7373e4;color:#d9d9e9;font-size:18px;font-weight:700;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;width:140px;padding:10px 6px}div.NavItem{width:280px;height:100%;padding:0}.NavItem ul{list-style:none;height:100%;margin:0;padding:0}.NavItem li,.NavItem ul{-webkit-box-sizing:border-box;box-sizing:border-box}.NavItem li{height:57px;padding:20px 8px;margin:0 1px;background-color:inherit;border:inherit}.NavItem-sideDrawer a,.NavItem a{text-decoration:none}.NavItem-sideDrawer li:hover,.NavItem li:active,.NavItem li:hover{background-color:#7fbbff86}.NavItem a:visited{color:#333492}.active-link{background-color:#86b2ec;border-bottom:3px solid #a0377d;border-bottom:3px solid #3335927c}.NavItem-menubars{height:100%;font-size:22px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:18px;border-radius:4px;margin-left:0;display:none}.NavItem-menubars:hover{background-color:hsla(0,0%,100%,.375)}.menubars-open{background-color:hsla(0,0%,100%,.175);-webkit-box-shadow:1px 1px 1px inset #999;box-shadow:inset 1px 1px 1px #999}@media(max-width:640px){div.NavItem{width:150px}.NavItem ul{display:none}.NavItem-menubars{display:inline-block}}.Logo{margin:0 auto;height:57px;width:100px}.SideDrawer{height:400px;width:200px;position:fixed;top:60px;left:-210px;padding:20px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#222;z-index:150;-webkit-transition:left .3s ease-in;-o-transition:left .3s ease-in;transition:left .3s ease-in}.SideDrawer-open{left:0;-webkit-transition:left .3s ease-out;-o-transition:left .3s ease-out;transition:left .3s ease-out}.SideDrawer ul{list-style:none;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start;margin:0;padding:0}@media(min-width:641px){.SideDrawer-container{display:none}}.ShadedBackground{position:fixed;height:100%;width:100%;top:0;left:0;background-color:rgba(10,8,8,.637);z-index:100;opacity:1;-webkit-transition:opacity .5s;-o-transition:opacity .5s;transition:opacity .5s}.Footer{width:100%;height:60px;background:#b5cfee;color:#555;font-size:16px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0 20%;border-top:1px solid #333;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:space-evenly;justify-content:space-evenly}.Footer a{text-decoration:none}.Footer a,.Footer a:visited{color:#555}.Footer a:hover{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#000}@media(max-width:707px){.Footer{padding:0 15px;font-size:14px}}.Spinner{border-radius:50%;width:120px;height:120px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;z-index:502;border-top:16px solid blue;border-right:16px solid green;border-bottom:16px solid red;border-left:16px solid pink}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Spinner-container{padding:70px;-webkit-box-sizing:border-box;box-sizing:border-box;width:300px;height:300px;background-color:#fff;-webkit-box-shadow:0 0 8px #000;box-shadow:0 0 8px #000;border-radius:3px;z-index:101;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Modal{padding:70px;-webkit-box-sizing:border-box;box-sizing:border-box;width:400px;height:250px;text-align:center;background-color:#fff;-webkit-box-shadow:0 0 8px #000;box-shadow:0 0 8px #000;border-radius:3px;z-index:101;position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Modal-content{font-size:20px;font-weight:700;margin:0 auto;text-align:center;line-height:50px}.Modal button{position:absolute;bottom:20px;left:130px}.App{font-family:Crimson Text,serif;font-size:18px}.MainWrapper{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0;margin:0;height:100%;background:rgba(118,225,244,.336);background:#ddd url(/static/media/background-min.24b447bd.jpg) no-repeat fixed;background-size:cover;background-blend-mode:color-dodge}.right{float:right}.left{float:left}.button-action{background-color:red;background:-webkit-gradient(linear,left top,left bottom,from(#ff5db1),to(#eb0936));background:-webkit-linear-gradient(top,#ff5db1,#eb0936);background:-o-linear-gradient(top,#ff5db1 0,#eb0936 100%);background:linear-gradient(180deg,#ff5db1 0,#eb0936);-webkit-box-shadow:1px 1px 2px #333;box-shadow:1px 1px 2px #333}.button-action,.button-cancel{height:40px;width:140px;border-radius:5px;font-weight:700;cursor:pointer}.button-cancel{background-color:#a9a9a9;background:-webkit-gradient(linear,left bottom,left top,from(#ff5db1),to(#ba979e));background:-webkit-linear-gradient(bottom,#ff5db1,#ba979e);background:-o-linear-gradient(bottom,#ff5db1 0,#ba979e 100%);background:linear-gradient(0deg,#ff5db1 0,#ba979e);-webkit-box-shadow:1px 1px 2px #333492;box-shadow:1px 1px 2px #333492;color:#111}.button-action:hover{background:-webkit-gradient(linear,left bottom,left top,from(#ff5db1),to(#eb0936));background:-webkit-linear-gradient(bottom,#ff5db1,#eb0936);background:-o-linear-gradient(bottom,#ff5db1 0,#eb0936 100%);background:linear-gradient(0deg,#ff5db1 0,#eb0936)}.button-cancel:hover{background:-webkit-gradient(linear,left top,left bottom,from(#ff5db1),to(#ba979e));background:-webkit-linear-gradient(top,#ff5db1,#ba979e);background:-o-linear-gradient(top,#ff5db1 0,#ba979e 100%);background:linear-gradient(180deg,#ff5db1 0,#ba979e)}.tooltip-container{position:relative;display:inline-block;border-bottom:1px dotted #333492}.tooltip-container .tooltiptext{visibility:hidden;width:140px;background-color:#000;color:#fff;text-align:center;padding:5px 0;border-radius:6px;font-family:Crimson Text,serif;font-size:12px;position:absolute;top:-5px;right:105%;z-index:1}.tooltip-container:hover .tooltiptext{visibility:visible}@media(max-width:707px){.tooltip-container .tooltiptext{width:100px;font-size:10px}}.ContentTray{-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(200,229,231,.692);border-bottom:1px solid #ddd;border-top:1px solid #ddd;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.39),0 -1px 1px #fff,0 1px 0 #fff;box-shadow:inset 0 1px 2px rgba(0,0,0,.39),0 -1px 1px #fff,0 1px 0 #fff;border-radius:3px;margin:0 auto;padding:30px 4%;width:92%}@media(min-width:900px){.ContentTray{width:860px}}.Spacer{height:50px;width:100%;background-color:transparent}@media(max-width:707px){.Spacer{height:40px}}.About{font-size:20px;font-weight:700;color:#333492;font-family:Crimson Text,serif}.About h2{font-size:26px;text-decoration:underline;text-align:center;margin-bottom:60px}.About div{margin-bottom:24px}.About ul li{margin:27px 0;line-height:1.5em}.About a{color:#92337e;text-decoration:none}.About a:hover{text-decoration:underline}.About a:visited{color:#92337e}@media(max-width:707px){.About{font-size:16px}.About div{margin-bottom:15px}.About h2{font-size:18px;margin-bottom:25px}.About ul li{margin:18px 0}}.Login{padding:30px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-sizing:border-box;box-sizing:border-box;height:180px;width:300px;background-color:#fff;-webkit-box-shadow:3px 3px 5px #333;box-shadow:3px 3px 5px #333;border-radius:3px;border:1px solid #ddd}.Login,.Login-container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Login-container{height:calc(100vh - 60px);-ms-flex-pack:center;justify-content:center}.Login h3{margin:0;padding:0;font-weight:700;font-size:1.2em;color:#333492}.Login input{display:block;margin:10px auto;color:#222}.Login button{background-color:aqua;margin:0 auto;font-weight:700;height:30px;width:60px;display:block;border-radius:4px}.Login button:hover{background-color:#7fffd4}.Login button:disabled{color:#aaa}.Login input:focus{background-color:#eee}@media(max-width:707px){.Login{height:180px;width:220px}}.Home{margin:0;padding:0;font-family:Open Sans Condensed,sans-serif}.Home-1{height:100vh;padding-top:150px;color:ivory;background:#bbb;background-image:url(/static/media/papers--min.804778d3.jpg);background-blend-mode:soft-light;background-size:cover;background-position:bottom;-webkit-box-sizing:border-box;box-sizing:border-box}.Home-1 div p{font-size:50px;font-weight:700;margin-top:0;text-align:right;text-shadow:1px 2px 2px #000,0 0 3px #ddd}.Home-1 div:first-child{position:absolute;bottom:90px;right:50px}.Home-1 div:last-child{font-size:40px;font-weight:700;color:#111;text-shadow:0 0 4px #eee;position:absolute;bottom:35px;right:30px}.Home-1 button{width:200px;height:38px;font-size:16px;position:relative;bottom:10px;margin:0 20px}.Home-2{color:#00008b;background-color:hsla(0,0%,100%,.8);padding-bottom:25px}.Home-2-section{height:auto;max-width:1120px;margin:0 auto;position:relative;padding:20px 15px;display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:start;justify-content:flex-start}.Home-2-section h3{font-size:120px;color:#add8e6;display:inline-block;margin:10px}.Home-2-section img{-webkit-box-shadow:0 0 5px 3px #aaa;box-shadow:0 0 5px 3px #aaa;border-radius:10px;margin:50px 25px 0}.Home-2-section p{font-size:26px;color:#333498;display:inline-block;line-height:40px;width:auto;padding:15px 10px 0}.Home-3{height:240px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-direction:column;flex-direction:column;color:ivory;background-color:#555}.Home-3 h1{margin:40px 0;text-shadow:1px 2px 1px #222}.Home-3 button{position:relative}@media(max-width:707px){.Home-1 div:first-child{bottom:100px}.Home-1 div:last-child{bottom:30px}.Home-1 div p{font-size:34px}.Home-1 button{width:150px;height:32px;font-size:12px}.Home-3{font-size:14px;padding:0 20px}}@media(max-width:890px){.Home-2-section{-ms-flex-wrap:wrap;flex-wrap:wrap}.Home-2-section h3{font-size:80px;float:left}.Home-2-section p{font-size:20px;width:70%}.Home-2-section img{width:90%;max-width:360px;height:auto;margin:15px auto}#smiley{width:50%;max-width:180px}}
/*# sourceMappingURL=main.e880f01e.css.map*/