@import url(https://fonts.googleapis.com/css?family=Lato|Permanent+Marker&display=swap);@import url(https://fonts.googleapis.com/css?family=Amatic+SC&display=swap);html{height:100%}body{width:100%;min-height:100%;background:-webkit-linear-gradient(135deg,rgba(0,0,0,.3),rgba(0,40,105,.8)),url(/NoteTaker/static/media/landscape.bbac3e7d.jpg);background:linear-gradient(-45deg,rgba(0,0,0,.3),rgba(0,40,105,.8)),url(/NoteTaker/static/media/landscape.bbac3e7d.jpg);background-attachment:fixed;background-size:cover}*{height:100%;box-sizing:border-box;margin:0;padding:0;border:0}.notesWrapper{display:flex;flex:1 1 auto;flex-direction:column;height:100%}.notesHeader{display:flex;flex:1 1 5%;font-size:1.8em;color:#f08080;font-family:Amatic SC,cursive;text-align:center;align-content:center;padding:20px 0;margin-bottom:6px;background-color:rgba(0,0,0,.5);text-shadow:3px 3px 10px #000;display:block}.notesBody{padding-top:24px;display:flex;flex:1 1 85%;flex-wrap:wrap;align-items:flex-start;align-content:flex-start;overflow:auto}.notesFooter{display:flex;flex:1 1 5%;background-color:rgba(0,0,0,.5)}.note{padding:10px 10px 38px 34px;height:auto;margin:auto auto 8px;width:60%;font-family:Lato,sans-serif;font-size:1.4em;color:#222;background-color:#eed;border-radius:3px;box-shadow:43x 3px 2px #333;opacity:1}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:.8}}@keyframes fadeIn{0%{opacity:0}to{opacity:.8}}@-webkit-keyframes fadeOut{0%{opactiy:.8}to{opacity:0}}@keyframes fadeOut{0%{opactiy:.8}to{opacity:0}}.fade-in{opacity:0;-webkit-animation:fadeIn ease-in 1;animation:fadeIn ease-in 1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-duration:.1s;animation-duration:.1s}.noteContent{float:left;padding-right:70px;padding-bottom:10px;display:block}.closebtn{color:#aa9;font-weight:700;float:right;cursor:pointer;font-size:1.3em}.closebtn:hover{color:#ac2500}.formWrapper{margin:auto}.noteButton{border:none;margin:0;border-top-right-radius:4px;border-bottom-right-radius:4px;padding:8px 24px;font-size:1.3em;font-family:Droid Sans,sans-serif;background-color:#019875}.noteButton,.noteButton:hover{color:#fff;-webkit-transition:.2s ease-out;transition:.2s ease-out}.noteButton:hover{background-color:#02ba85}.noteInput{width:800px;min-width:800px;font-size:1.3em;padding-left:20px;border-top-left-radius:4px;border-bottom-left-radius:4px;font-family:Droid Sans,sans-serif;background-color:rgba(34,49,63,.8);color:#fff;-webkit-transition:.2s ease-out;transition:.2s ease-out}.noteInput:focus{background-color:#e4f1fe;color:#111;-webkit-transition:.2s ease-in;transition:.2s ease-in}
/*# sourceMappingURL=main.8f958165.chunk.css.map */