@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap);*{box-sizing:border-box}html{font-family:Open Sans,sans-serif}body{background:#4d4d4d;list-style:none;margin:0}.slide-in-left-enter{-webkit-transform:translateX(-100%);transform:translateX(-100%)}.slide-in-left-enter-active{transition:all .2s}.slide-in-left-enter-active,.slide-in-left-exit{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}.slide-in-left-exit-active{opacity:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);transition:all .2s}.center{text-align:center}.avatar,.center{align-items:center;display:flex;justify-content:center}.avatar,.avatar img{height:100%;width:100%}.avatar img{border-radius:50%;display:block;object-fit:cover}.card{background:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.26);margin:0;overflow:hidden;padding:1rem;position:relative}.user-item{list-style:none;margin:1rem;min-width:17.5rem;width:calc(45% - 2rem)}.user-item a{align-items:center;background:#292929;color:#fff;display:flex;height:100%;padding:1rem;text-decoration:none;width:100%}.user-item a:active,.user-item a:hover{background:#ffd900}.user-item__content{padding:0}.user-item__image{height:4rem;margin-right:1rem;width:4rem}.user-item__info h2{color:#ffd900;font-size:1.5rem;font-weight:400;margin:0 0 .5rem}.user-item:active h2,.user-item:active h3,.user-item:hover h2,.user-item:hover h3{color:#292929}.user-item__info h3{margin:0}.users-list{display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0 auto;max-width:50rem;padding:0;width:90%}.modal{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.26);left:10%;position:fixed;top:22vh;width:80%;z-index:100}.modal__header{background:#2a006e;color:#fff;padding:1rem .5rem;width:100%}.modal__header h2{margin:.5rem}.modal__content,.modal__footer{padding:1rem .5rem}@media (min-width:768px){.modal{left:calc(50% - 20rem);width:40rem}}.modal-enter{opacity:0;-webkit-transform:translateY(-10rem);transform:translateY(-10rem)}.modal-enter-active{transition:all .2s}.modal-enter-active,.modal-exit{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.modal-exit-active{opacity:0;-webkit-transform:translateY(-10rem);transform:translateY(-10rem);transition:all .2s}.backdrop{background:rgba(0,0,0,(.75));height:100vh;left:0;position:fixed;top:0;width:100%;z-index:10}.button{background:#f05;border:1px solid #f05;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font:inherit;margin-right:1rem;padding:.5rem 1.5rem;text-decoration:none}.button:focus{outline:none}.button:active,.button:hover{background:#ff4382;border-color:#ff4382}.button--inverse{background:transparent;color:#f05}.button--inverse:active,.button--inverse:hover{background:#f05;color:#fff}.button--danger{background:#830000;border-color:#830000}.button--danger:active,.button--danger:hover{background:#f34343;border-color:#f34343}.button:active:disabled,.button:disabled,.button:hover:disabled{background:#ccc;border-color:#ccc;color:#979797;cursor:not-allowed}.button--small{font-size:.8rem}.button--big{font-size:1.5rem}.lds-dual-ring{display:inline-block;height:64px;width:64px}.lds-dual-ring:after{-webkit-animation:lds-dual-ring 1.2s linear infinite;animation:lds-dual-ring 1.2s linear infinite;border-color:#510077 transparent;border-radius:50%;border-style:solid;border-width:5px;content:" ";display:block;height:46px;margin:1px;width:46px}.loading-spinner__overlay{align-items:center;background:hsla(0,0%,100%,.9);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}@-webkit-keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-dual-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.form-control{margin:1rem 0}.form-control input,.form-control label,.form-control textarea{display:block}.form-control label{font-weight:700;margin-bottom:.5rem}.form-control input,.form-control textarea{background:#f8f8f8;border:1px solid #ccc;font:inherit;padding:.15rem .25rem;width:100%}.form-control input:focus,.form-control textarea:focus{background:#ebebeb;border-color:#510077;outline:none}.form-control--invalid label,.form-control--invalid p{color:red}.form-control--invalid input,.form-control--invalid textarea{background:#ffd1d1;border-color:red}.place-form{background:#fff;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.26);list-style:none;margin:0 auto;max-width:40rem;padding:1rem;position:relative;width:90%}.main-header{align-items:center;background:#f05;box-shadow:0 2px 6px rgba(0,0,0,.26);display:flex;height:4rem;left:0;padding:0 1rem;position:fixed;top:0;width:100%;z-index:5}main{margin-top:5rem}@media (min-width:768px){.main-header{justify-content:space-between}}.main-navigation__menu-btn{background:transparent;border:none;cursor:pointer;display:flex;flex-direction:column;height:3rem;justify-content:space-around;margin-right:2rem;width:3rem}.main-navigation__menu-btn span{background:#fff;display:block;height:2.5px;width:3rem}.main-navigation__title{color:#fff}.main-navigation__title a{color:#fff;text-decoration:none}.main-navigation__header-nav{display:none}.main-navigation__drawer-nav{height:100%}@media (min-width:768px){.main-navigation__menu-btn{display:none}.main-navigation__header-nav{display:block}}.nav-links{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;list-style:none;margin:0;padding:0;width:100%}.nav-links li{margin:1rem}.nav-links a{border:1px solid transparent;color:#292929;padding:.5rem;text-decoration:none}.nav-links a.active,.nav-links a:active,.nav-links a:hover{background:#f8df00;border-color:#292929;color:#292929}.nav-links button{background:transparent;border:1px solid #292929;color:#292929;cursor:pointer;font:inherit;padding:.5rem}.nav-links button:focus{outline:none}.nav-links button:active,.nav-links button:hover{background:#292929;color:#fff}@media (min-width:768px){.nav-links{flex-direction:row}.nav-links li{margin:0 .5rem}.nav-links a{color:#fff;text-decoration:none}.nav-links button{background:transparent;border:1px solid #fff;color:#fff}.nav-links button:active,.nav-links button:hover{background:#f8df00;color:#292929}}.side-drawer{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.26);height:100vh;left:0;position:fixed;top:0;width:70%;z-index:100}.place-list{list-style:none;margin:1rem auto;max-width:40rem;padding:0;width:90%}.place-item{list-style:none;margin:1rem 0}.place-item__content{padding:0}.place-item__info{padding:1rem;text-align:center}.place-item__image{height:12.5rem;margin-right:1.5rem;width:100%}.place-item__image img{height:100%;object-fit:cover;width:100%}.place-item__info h2,.place-item__info h3,.place-item__info p{margin:0 0 .5rem}.place-item__actions{border-top:1px solid #ccc;padding:1rem;text-align:center}.place-item__modal-content{padding:0}.place-item__modal-actions{text-align:right}.place-item__actions a,.place-item__actions button{margin:.5rem}@media (min-width:768px){.place-item__image{height:20rem}}.map{height:16rem;width:40rem}.authentication__header{color:#fff;text-align:center}.authentication{margin:7rem auto;max-width:25rem;text-align:center;width:90%}.authentication form{margin-bottom:1rem}
/*# sourceMappingURL=main.9e361dd1.css.map*/