body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.board-container{margin:20px 40px;width:100%}.board-navbar{align-items:center;display:flex;gap:20px;width:100%}.board-cols{display:flex;gap:20px;margin-top:40px}.board-col{background-color:#e9ecef;border-radius:7px;color:#6c757d;font-size:14px;min-height:200px;padding:10px 0;text-align:center;width:20%}.issue-modal{border:1px solid gray;border-radius:7px;display:flex;flex-direction:column;gap:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:20px;padding:10px;width:80%}.issue-modal h4{border-bottom:1px solid gray;padding-bottom:10px}.issue-modal-table{display:flex;gap:60px}.issue-modal-table div{display:flex;flex-direction:column;gap:20px}.nav-link{border-radius:4px;color:#fff;display:block;font-size:.875rem;font-weight:500;letter-spacing:.02857em;line-height:1.75;min-width:64px;padding:6px 8px;text-transform:uppercase}.task-item{border:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;margin:0;padding:5px 10px}.task-item:first-child{border-radius:10px 10px 0 0}.task-item:last-child{border-radius:0 0 10px 10px}.task-form{display:flex;justify-content:space-between;width:100%}.task-subtitle{align-items:center;cursor:pointer;display:flex;font-size:20px;margin:0 0 0 10px;padding:0}.todolist__subtitle:hover{opacity:.8;transition:opacity .5s}.task-subtitle__important{color:#3517fc;font-weight:700}.task-subtitle__done{text-decoration:line-through}html{box-sizing:border-box;overflow-x:hidden;width:100vw}*,:after,:before{box-sizing:inherit}body{font-family:Roboto,sans-serif;line-height:1.5;margin:0}img{display:inline-block;height:auto;max-width:100%}ol,ul{list-style:none;margin:0;padding:0}a{text-decoration:none}h1,h2,h3,h4,h5,h6,label,p{margin-bottom:0;margin-top:0}.App-page{display:flex}.TeamModalWrapper{background-color:#d6cfd6;border-color:none;box-shadow:10px 10px 20px rgba(9,30,63,.2);height:500px;overflow-y:scroll;padding:10px;width:300px}@media screen and (min-width:768px){.TeamModalWrapper{height:650px;width:700px}}@media screen and (min-width:1280px){.TeamModalWrapper{height:700px;overflow-y:hidden;width:1000px}}.TeamName{color:#994207;font-size:16px;letter-spacing:.04em;line-height:1.25;margin:5px auto 15px;text-align:center}.TeamModalList{display:flex;flex-wrap:wrap;justify-content:center;margin-left:-10px;margin-top:-10px;@media screen and (min-width:1280px){margin-left:-20px;margin-top:-20px}}.TeamModalListItem{border-radius:6px;box-shadow:4px 6px 15px rgba(0,0,0,.1);flex-basis:calc(50% - 10px);height:240px;margin-left:10px;margin-top:10px;transition:-webkit-transform .25s linear;transition:transform .25s linear;transition:transform .25s linear,-webkit-transform .25s linear}.TeamModalListItem:focus,.TeamModalListItem:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}@media screen and (min-width:768px){.TeamModalListItem{flex-basis:calc(25% - 10px);height:300px}}@media screen and (min-width:1280px){.TeamModalListItem{flex-basis:calc(16.66667% - 20px);height:300px;margin-left:20px;margin-top:20px}}.TeamMemberPhoto{border-top-left-radius:6px;border-top-right-radius:6px;height:150px;margin-bottom:10px;object-fit:cover;@media screen and (min-width:768px){height:200px}@media screen and (min-width:1280px){height:200px}}.TeamMemberInfo{display:flex}.TeamMemberName{color:#994207;font-size:12px;line-height:1.25;margin-left:auto;margin-right:auto;text-transform:uppercase;width:60%}.TeamMemberName,.TeamMemberPosition{letter-spacing:.04em;margin-bottom:5px;text-align:center}.TeamMemberPosition{color:#858598;font-size:10px;line-height:1.2}.SocialList{display:flex;justify-content:center;width:80px}.SocialList,.SocialListItem{margin-left:auto;margin-right:auto}.SocialListLinkIcon{fill:#858598;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:changeBookColor;animation-name:changeBookColor;-webkit-animation-timing-function:linear;animation-timing-function:linear}.SocialListLinkIcon:hover{-webkit-animation-play-state:paused;animation-play-state:paused}.ModalOverlay{align-items:center;background-color:rgba(43,43,43,.15);display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:100}.Modal{left:50%;max-height:calc(100vh - 24px);max-width:calc(100vw - 48px);position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:200}.footer-container{padding-bottom:15px}.FooterWrapper{position:relative}.footerIcon{fill:#3c4148;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:changeBookColor;animation-name:changeBookColor;-webkit-animation-timing-function:linear;animation-timing-function:linear}.footerIcon:hover{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes changeBookColor{0%{fill:#2b190c}70%{fill:#6d7a8d}to{fill:#ff6b08}}@keyframes changeBookColor{0%{fill:#2b190c}70%{fill:#6d7a8d}to{fill:#ff6b08}}.footerText{@media screen and (min-width:280px){color:#6d7a8d;font-family:Montserrat,sans-serif;font-size:14px;line-height:1.22;margin-left:auto;margin-right:auto;margin-top:60px;text-align:center;width:200px}@media screen and (min-width:768px){.footerText{font-size:16px;margin-top:60px;width:450px}}@media screen and (min-width:1280px){.footerText{margin-top:80px;width:900px}}}.footerButton{-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:changeColor;animation-name:changeColor;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-color:initial;border:none;color:#6d7a8d;cursor:pointer;font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;line-height:1.22}.footerButton:hover{-webkit-animation-play-state:paused;animation-play-state:paused}@-webkit-keyframes changeColor{0%{color:#6d7a8d}70%{color:#131313}to{color:#ff6b08}}@keyframes changeColor{0%{color:#6d7a8d}70%{color:#131313}to{color:#ff6b08}}
/*# sourceMappingURL=main.e33a5c2e.css.map*/