@import url(https://fonts.google.com/specimen/Montserrat);*{margin:0;padding:0;box-sizing:border-box}body{color:#e6e2d0;font-family:Montserrat,-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}#nav-container{height:20vh;min-height:120px;background-color:#0c243f}#nav-profile-div{height:100px;width:100px;background-color:#00f;border:.25rem solid #fff;border-radius:50px;display:flex;justify-content:center;align-items:center}#nav-profile-div p{font-size:3rem;font-weight:600}#nav{height:100%;display:flex;flex-flow:row nowrap;justify-content:space-around;align-items:center}#nav p{font-size:2rem}#nav li{list-style:none}.nav-link{text-decoration:none;padding:1rem 3rem}a:visited.current,a:visited.nav-link{color:#fff}.current{text-decoration:none;padding:1rem 3rem .5rem;border-bottom:.5rem solid #000}.App{height:80vh;width:100%;background:#193759;background:linear-gradient(180deg,#193759 0,#1c3d66);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#193759",endColorstr="#1c3d66",GradientType=0);display:flex;flex-flow:row wrap;justify-content:space-evenly;align-items:center}.tile-container{height:48%;width:48%;padding:1rem;border-radius:25px;box-shadow:0 .3rem .8rem 0 rgba(2,2,2,.8);background:#1e5799;background:linear-gradient(180deg,#1e5799 0,#2989d8 32%,#207cca 51%,#7db9e8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1e5799",endColorstr="#7db9e8",GradientType=0)}#weather-tile{height:100%;justify-content:center;align-content:center}#weather-tile,#weather-top-div{width:100%;display:flex;flex-flow:row wrap}#weather-top-div{height:70%}#weather-icon-div{flex:50% 1;display:flex;flex-flow:column wrap;justify-content:center;align-items:center}#weather-icon-img{height:70%;-webkit-filter:invert(99%) sepia(98%) saturate(353%) hue-rotate(310deg) brightness(104%) contrast(80%);filter:invert(99%) sepia(98%) saturate(353%) hue-rotate(310deg) brightness(104%) contrast(80%)}#weather-desc{font-size:1.4rem;font-weight:500;text-transform:capitalize}#weather-temps-div{flex:50% 1;flex-flow:column nowrap}#weather-temp,#weather-temps-div{display:flex;align-items:center;justify-content:center}#weather-temp{flex-flow:column}#weather-f{font-size:5rem;font-weight:600}#weather-feels{font-size:1.2rem}#weather-location{font-size:2rem;font-weight:600;font-style:italic;display:flex;justify-content:center;padding-top:1rem}#weather-bottom-div{height:30%;width:100%;display:flex;flex-flow:row nowrap}#weather-bottom-div h4{font-weight:400}.weather-bottom-inner-div{width:50%;font-size:1.2rem;display:flex;flex-flow:column wrap;align-items:center;justify-content:center;grid-row-gap:10%;row-gap:10%}.weather-expected-temps-div{font-weight:500;display:flex;flex-flow:row nowrap;align-items:baseline;justify-content:space-around;grid-column-gap:1rem;-webkit-column-gap:1rem;column-gap:1rem}#weather-arrow-icon{height:1.5rem;-webkit-transform-origin:center;transform-origin:center}.weather-arrow-up{-webkit-filter:invert(22%) sepia(94%) saturate(6896%) hue-rotate(1deg) brightness(97%) contrast(122%);filter:invert(22%) sepia(94%) saturate(6896%) hue-rotate(1deg) brightness(97%) contrast(122%)}.weather-arrow-down{-webkit-filter:invert(13%) sepia(100%) saturate(5083%) hue-rotate(239deg) brightness(84%) contrast(138%);filter:invert(13%) sepia(100%) saturate(5083%) hue-rotate(239deg) brightness(84%) contrast(138%);-webkit-transform:scaleY(-1);transform:scaleY(-1)}#task-tile{height:100%;width:100%}#task-top-div{height:20%;width:100%;display:flex;flex-flow:row wrap;align-content:center}#task-header{width:100%;font-size:2rem;font-weight:600;text-align:center}#tasks-div{height:60%;width:100%;border:1px solid #e6e2d0;overflow:auto}#tasks-filter{display:flex;flex-flow:row nowrap;justify-content:space-around}.tasks-filter-button{background-color:transparent}.tasks-filter-active,.tasks-filter-button{color:#e6e2d0;font-size:.8rem;font-weight:500;border:1px solid #e6e2d0;border-radius:1rem;padding:.25rem .5rem;margin:.5rem 0}.tasks-filter-active{background-color:#00f}#tasks-div ul{padding-left:1.5rem}#task-bottom-div{height:20%;width:100%;display:flex;flex-flow:row wrap;align-items:center}.task-form-container{width:90%}.task-form-inputs-div{width:100%;display:flex;flex-flow:row nowrap;justify-content:space-around;align-items:center}.task-form-inputs-div input[type=text]{width:100%;font-size:1rem;padding:.25rem;border:1px solid #e6e2d0}.task-submit-button{margin:0 .5rem}.task-clear-button,.task-submit-button{color:#e6e2d0;font-size:.8rem;font-weight:500;padding:.25rem;background-color:transparent;border:1px solid #e6e2d0;border-radius:1rem}.task-clear-button{width:auto;height:1.75rem}.task-div{height:auto;padding:.25rem 0;display:flex;flex-flow:row nowrap;justify-content:space-between;align-content:center}.done{text-decoration:line-through}.task-buttons{width:20%;display:flex;flex-flow:row nowrap;justify-content:space-between}.task-buttons p{font-size:.8rem;padding:.05rem;display:inline;cursor:pointer}#posts-container{overflow:auto;height:100%}#posts-container::-webkit-scrollbar{width:0}#news-container{overflow:auto;height:100%}#news-container p{padding-bottom:2rem}.news-article-container{display:flex;flex-flow:row wrap;justify-content:space-between}.news-article-header{width:100%}.news-article-container h1{font-size:1.2rem}.news-article-container-p{font-size:.8rem;width:50%}.news-article-container-p-missing-image{font-size:.8rem;width:90%}.news-article-info{display:flex;justify-content:space-around}
/*# sourceMappingURL=main.d1c1d883.chunk.css.map */