header{grid-area:header;background-color:#f7f5f4;background-image:url(/groovepaper.png);border-bottom:1px solid #D8D1C7;padding:0 1rem}.header-inner{max-width:48rem;margin:0 auto}.container-fluid{padding-left:0;padding-right:0}.nav-item{font-family:Playfair Display,serif;font-size:18px;letter-spacing:.3px}.nav-link{color:#625956}.navbar .navbar-nav .nav-link{padding-right:0;padding-left:1rem}#logo{font-family:Playfair Display,serif;font-size:32px;font-weight:600;letter-spacing:.3px;color:#382c2b}footer{grid-area:footer;display:flex;justify-content:center;text-align:center;background-color:#f7f5f4;background-image:url(/groovepaper.png);padding:1rem;border-top:1px solid #D8D1C7;font-family:Playfair Display,serif;font-size:1rem;letter-spacing:.3px;color:#625956}.status-message{text-align:center}.status-message_loading-error{color:red}.spinner-center{display:flex;justify-content:center}.button{background:#d0c8be;cursor:pointer;font-family:Playfair Display,serif;font-size:1.2rem;color:#362726;border:solid #838789 .05rem;border-radius:4px;margin-bottom:1rem;margin-top:.5rem;padding:.1rem 3rem}.button:hover,.button:active{background:#fff}.form__checkbox:checked{background:#d0c8be;border:solid #838789 .05rem}.form__checkbox:focus{box-shadow:5px -5px 22px -8px #736f7385;border-color:#838789}.form__select:focus{box-shadow:5px -5px 22px -8px #736f7385;border-color:#838789}.form__text:focus{box-shadow:5px -5px 22px -8px #736f7385;border-color:#838789}.form__textarea:focus{box-shadow:5px -5px 22px -8px #736f7385;border-color:#838789}.quotes-container{max-width:48rem;margin:0 auto;display:flex;justify-content:center;flex-direction:column;align-items:center}.quotes{display:flex;flex-direction:column;align-items:center}.quote{border:1px solid #D8D1C7;margin:.5rem;padding:1rem;width:100%;border-radius:5px;font-family:Playfair Display,serif}.quote_text{text-align:left;margin-bottom:.5rem;font-size:1.2rem;color:#362726}.quote_author{text-align:left;font-size:1.1rem;color:#5b4e48}@media(min-width:48rem){.quotes{min-width:48rem}}.auth_link,.sign_in_title,.sign_in_prompt,.register_title,.register_prompt{text-align:center}@media(min-width:40rem){.form-container{max-width:600px}}.not-found{text-align:center}.backdrop{position:fixed;top:0;left:0;z-index:2;width:100vw;height:100vh;background:#00000080}*{box-sizing:border-box}html{height:100%}body{margin:0;height:100%}#root{display:grid;grid-template-rows:auto 1fr fit-content(8rem);grid-template-areas:"header" "main" "footer";height:100%}main{grid-area:main;background-color:#f7f5f4;background-image:url(/groovepaper.png);padding:1rem}
