*{box-sizing:border-box}body{font-family:sans-serif}.main-header{width:100%;position:fixed;left:0;top:0}.content{margin-top:3.5rem;padding:1rem}@media (min-width:768px){.content{margin-top:3.5rem;padding:1rem 2rem}}.backdrop{width:100%;height:100vh;background:rgba(0,0,0,.75);z-index:100;position:fixed;left:0;top:0;-webkit-transition:opacity .3s ease-out;transition:opacity .3s ease-out;opacity:1}.toolbar{width:100%;height:3.5rem;background:#3b0062}.mobile-toggle{background:transparent;border:none;display:flex;width:2.5rem;height:80%;flex-direction:column;justify-content:space-evenly;cursor:pointer;padding:0;margin-right:1rem}.mobile-toggle__bar{width:2.5rem;height:4px;background:#fff}@media (min-width:768px){.mobile-toggle{display:none}}.logo{font-size:1rem;font-weight:700;border:1px solid #fff;padding:.5rem;color:#fff}.navigation-item{padding:0 1.5rem}.navigation-item a{text-decoration:none;color:#fff}.navigation-item.mobile{font-size:1.75rem;margin:.5rem 0}.navigation-item.mobile a{color:#3b0062}.navigation-item a.active,.navigation-item a:active,.navigation-item a:hover{color:#fab83f}.navigation-item:last-of-type{padding-right:0}.navigation-item button{font:inherit;background:transparent;border:none;color:#fff;cursor:pointer;padding:0}.navigation-item button:active,.navigation-item button:hover{color:#fab83f}.main-nav{height:100%;padding:0 1rem;display:flex;align-items:center}.spacer{flex:1 1}.main-nav__items{list-style:none;padding:0;margin:0 1.5rem;display:none}@media (min-width:768px){.main-nav__items{display:flex}}.mobile-nav{position:fixed;top:0;left:0;height:100vh;width:30rem;max-width:90%;background:#fff;box-shadow:1px 0 8px rbga(0,0,0,.26);-webkit-transition:-webkit-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out;-webkit-transform:translateX(-100%);transform:translateX(-100%);z-index:200;padding:3rem 2rem}.mobile-nav.open{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-nav__items{display:flex;list-style:none;padding:0;margin:0}.mobile-nav__items.mobile{flex-direction:column}.button{font:inherit;border:1px solid #3b0062;color:#3b0062;background:none;padding:.5rem 1rem;cursor:pointer;text-transform:uppercase;text-decoration:none}.button:focus{outline:none}.button:disabled{cursor:not-allowed;box-shadow:none}.button:disabled,.button:disabled:active,.button:disabled:hover{background:#ccc;color:#888;border:#ccc}.button:active,.button:hover{background:#3b0062;color:#fff}.button--flat{border:none}.button--flat:active,.button--flat:hover{background:rgba(59,0,98,.3);color:#3b0062}.button--raised{background:#3b0062;color:#fff;box-shadow:0 1px 8px rgba(0,0,0,.26)}.button--raised:active,.button--raised:hover{background:#520288}.button.button--accent{border-color:#fab83f;color:#fab83f}.button--accent:active,.button--accent:hover{background:#fab83f;color:#3b0062}.button--flat.button--accent:active,.button--flat.button--accent:hover{background:rgba(250,184,63,.3);color:#fab83f}.button.button--accent.button--raised{background:#fab83f;color:#3b0062}.button--raised.button--accent:active,.button--raised.button--accent:hover{background:#fbc766}.button.button--danger{border-color:#a30000;color:#a30000}.button--danger:active,.button--danger:hover{background:#a30000;color:#fff}.button--flat.button--danger:active,.button--flat.button--danger:hover{background:rgba(163,0,0,.3);color:#a30000}.button.button--danger.button--raised{background:#a30000;color:#fff}.button--raised.button--danger:active,.button--raised.button--danger:hover{background:#c00000}.button.button--success{border-color:#00b359;color:#00b359}.button--success:active,.button--success:hover{background:#00b359;color:#fff}.button--flat.button--success:active,.button--flat.button--success:hover{background:rgba(0,179,90,.3);color:#00b359}.button.button--success.button--raised{background:#00b359;color:#fff}.button--raised.button--success:active,.button--raised.button--success:hover{background:#00a151}.modal{position:fixed;width:90%;left:5%;top:20vh;background:#fff;border-radius:5px;z-index:200;box-shadow:0 2px 8px rgba(0,0,0,.26)}.modal__header{border-bottom:2px solid #3b0062}.modal__header h1{font-size:1.5rem;color:#3b0062;margin:1rem}.modal__content{padding:1rem}.modal__actions{padding:1rem;text-align:right}.modal__actions button{margin:0 .5rem}@media (min-width:768px){.modal{width:40rem;left:calc((100% - 40rem)/2)}}@media (max-width:700px){.modal{overflow-y:scroll;overflow-x:hidde;top:5vh}}.post{margin:1rem 0;border:1px solid #3b0062;border-radius:5px;padding:.5rem}.post__meta{font-size:1rem;color:#707070;margin:0}.post__title{font-size:1.5rem;margin:1rem 0;color:#3b0062}.post__image{height:15rem;width:100%}.post__actions{text-align:right}@media (min-width:768px){.post{padding:1rem;width:40rem;margin-left:auto;margin-right:auto}}.input{margin:1rem 0;width:100%}.input label{display:block;text-transform:uppercase;margin-bottom:.25rem}.input input,.input textarea{display:block;font:inherit;padding:.25rem .5rem;width:100%;border-radius:3px;border:1px solid #ccc}.input .touched.invalid{border-color:red;background:#ffc2c2}.input input:focus,.input textarea:focus{outline:none;border-color:#3b0062;color:#3b0062}.image{width:100%;height:100%;background-repeat:no-repeat}.paginator__controls{display:flex;justify-content:center}.paginator__control{width:5rem;padding:.25rem 0;margin:0 1rem;border:1px solid #3b0062;background:transparent;font:inherit;cursor:pointer;font-size:1rem;color:#3b0062}.paginator__control:active,.paginator__control:hover{color:#fab83f;border-color:#fab83f}.paginator__control:focus{outline:none}.loader{display:inline-block;position:relative;width:64px;height:64px}.loader div{box-sizing:border-box;display:block;position:absolute;width:51px;height:51px;margin:6px;border-radius:50%;-webkit-animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite;border:6px solid transparent;border-top-color:#3b0062}.loader div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.loader div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.loader div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes loader{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.feed__status{width:90%;margin:1rem auto}.feed__status form{display:flex;align-items:center}.feed__status form *{margin:0 .5rem}.feed__control{text-align:center}.new-post__preview-image{width:15rem;height:7rem}@media (min-width:768px){.feed__status{width:30rem}}@media (max-width:767px){.new-post__preview-image{height:3.5rem}}.single-post{width:90%;margin:auto;text-align:center;color:#3b0062}.single-post h2{font-size:1rem;color:#464646;padding-bottom:1rem;border-bottom:2px solid #464646}.single-post__image{height:20rem;width:20rem;margin:1rem auto}@media (min-width:768px){.single-post{width:40rem}}.auth-form{width:90%;margin:auto;padding:1rem;border:1px solid #3b0062;border-radius:5px}@media (min-width:768px){.auth-form{width:40rem}}
/*# sourceMappingURL=main.caf07372.chunk.css.map */