.App{align-items:center;background-color:var(--main-white);color:var(--main-black);display:flex;flex-direction:column;font-family:Lora;font-size:1.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;max-width:100vw;min-height:100vh;min-width:100vw;overflow:hidden;padding:0 1rem;width:100vw}.add-collection-container.active,.add-photo-container.active,.delete-collection-container.active,.edit-collection-container.active,.edit-photo-container.active{background-color:hsla(0,0%,50%,.281);height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}header{align-items:center;background-color:var(--main-white);display:flex;justify-content:center;padding:1rem;position:fixed;width:100%;z-index:1;& h1{font-size:2.5rem;font-weight:lighter}& .menu-control{display:flex;flex-direction:column;gap:.5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-between;position:absolute;right:2rem;width:3rem}& .menu-control span{background-color:var(--main-grey);border-radius:.5rem;height:.5rem;transition:.5s;width:100%;z-index:200}& .menu-control.active span:first-of-type{-webkit-transform:rotate(45deg) translateY(.7rem) translateX(.7rem);transform:rotate(45deg) translateY(.7rem) translateX(.7rem)}& .menu-control.active span:nth-of-type(2){-webkit-transform:translateX(1.5rem);transform:translateX(1.5rem);width:0}& .menu-control.active span:nth-of-type(3){-webkit-transform:rotate(-45deg) translateY(-.7rem) translateX(.7rem);transform:rotate(-45deg) translateY(-.7rem) translateX(.7rem)}& .side-menu{background-color:var(--main-white);box-shadow:0 0 1rem var(--main-black);color:var(--main-black);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;min-height:30vh;padding:1rem;position:absolute;top:0;-webkit-transform:translateY(-100vw);transform:translateY(-100vw);transition:.5s;width:100vw;z-index:100}& .side-menu.active{-webkit-transform:translateY(0);transform:translateY(0)}& .side-menu-container{transition:.5s;visibility:hidden}& .side-menu-container.active{background-color:hsla(0,0%,50%,.5);display:flex;height:100vh;left:0;position:fixed;visibility:visible;width:100vw}& .side-menu-header{align-items:center;display:flex;gap:.5rem;margin-top:4rem;width:100%}& .side-menu-header h2{border-bottom:1px solid var(--main-black);font-weight:lighter}}footer{align-items:center;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;min-height:8vh;width:100%}footer button{border-bottom:1px solid #000;border-radius:0;padding:0}footer div{display:flex;gap:2rem;justify-content:center;width:100%}.login{max-width:500px;padding-top:5rem}.login,.login form{align-items:center;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.login form{gap:1rem}.login-error-message{align-items:center;border:1px solid red;border-radius:.5rem;color:red;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.login form input{border-bottom:1px solid var(--main-black);border-bottom-left-radius:0;border-bottom-right-radius:0}.login input[type=submit]{border:1px solid var(--main-black);border-radius:5px}.home{padding:5rem 0 1rem}.collections,.home{align-items:center;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:100vh;width:100%}.collections{& h2{border-bottom:1px solid var(--main-black);font-weight:lighter}& .collection{max-width:500px;padding:1rem}& h3{font-weight:lighter}& h6{font-size:5rem;margin-top:-2rem}}.collections-header{align-items:center;display:flex;gap:1rem;width:100%}.collections-dropdown{height:0;overflow:hidden}.collections-dropdown.active{display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;padding-left:2rem;width:100%;& li{text-decoration:underline}}.collection-header{align-items:center;display:grid;grid-template-columns:1fr 2fr 1fr;text-align:center;width:100%}.collection-header span{display:flex;height:80%;width:100%}.collection-header span:first-of-type{border-left:1px solid var(--main-black)}.collection-header span:last-of-type{border-right:1px solid var(--main-black)}.collection-header span div{border-bottom:1px solid var(--main-black);height:50%;width:100%}.collection-header h3{align-items:center;display:flex;height:100%;justify-content:center;padding-bottom:.5rem}.image-gallery-photo{align-items:center;display:flex!important;flex-direction:column;height:80vh;justify-content:center}.image-gallery-slide .image-gallery-description{position:static!important}.image-gallery-description{background-color:initial!important;color:var(--main-black)!important;z-index:100}.image-gallery-bullets-extra-class{background-color:var(--main-black)!important;box-shadow:0 0 0!important;margin:1rem!important}.image-gallery-bullets{position:static!important}.image-gallery-bullet.active{border:1px solid var(--main-black)!important}.image-gallery-icon{-webkit-appearance:none;appearance:none;background-color:initial;border:0;color:#fff;cursor:pointer;-webkit-filter:drop-shadow(0 2px 2px #1a1a1a);filter:drop-shadow(0 2px 2px #1a1a1a);outline:none;position:absolute;transition:all .3s ease-out;z-index:4}@media(hover:hover)and (pointer:fine){.image-gallery-icon:hover{color:#337ab7}.image-gallery-icon:hover .image-gallery-svg{-webkit-transform:scale(1.1);transform:scale(1.1)}}.image-gallery-icon:focus{outline:2px solid #337ab7}.image-gallery-using-mouse .image-gallery-icon:focus{outline:none}.image-gallery-fullscreen-button,.image-gallery-play-button{bottom:0;padding:20px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:28px;width:28px}@media(max-width:768px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:15px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:24px;width:24px}}@media(max-width:480px){.image-gallery-fullscreen-button,.image-gallery-play-button{padding:10px}.image-gallery-fullscreen-button .image-gallery-svg,.image-gallery-play-button .image-gallery-svg{height:16px;width:16px}}.image-gallery-fullscreen-button{right:0}.image-gallery-play-button{left:0}.image-gallery-left-nav,.image-gallery-right-nav{padding:50px 10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:120px;width:60px}@media(max-width:768px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:72px;width:36px}}@media(max-width:480px){.image-gallery-left-nav .image-gallery-svg,.image-gallery-right-nav .image-gallery-svg{height:48px;width:24px}}.image-gallery-left-nav[disabled],.image-gallery-right-nav[disabled]{cursor:disabled;opacity:.6;pointer-events:none}.image-gallery-left-nav{left:0}.image-gallery-right-nav{right:0}.image-gallery{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative;-webkit-user-select:none;-o-user-select:none;user-select:none}.image-gallery.fullscreen-modal{background:#000;bottom:0;height:100%;left:0;position:fixed;right:0;top:0;width:100%;z-index:5}.image-gallery.fullscreen-modal .image-gallery-content{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.image-gallery-content{line-height:0;position:relative;top:0}.image-gallery-content.fullscreen{background:#000}.image-gallery-content .image-gallery-slide .image-gallery-image{max-height:calc(100vh - 80px)}.image-gallery-content.image-gallery-thumbnails-left .image-gallery-slide .image-gallery-image,.image-gallery-content.image-gallery-thumbnails-right .image-gallery-slide .image-gallery-image{max-height:100vh}.image-gallery-slide-wrapper{position:relative}.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{display:inline-block;width:calc(100% - 110px)}@media(max-width:768px){.image-gallery-slide-wrapper.image-gallery-thumbnails-left,.image-gallery-slide-wrapper.image-gallery-thumbnails-right{width:calc(100% - 87px)}}.image-gallery-slide-wrapper.image-gallery-rtl{direction:rtl}.image-gallery-slides{line-height:0;overflow:hidden;position:relative;text-align:center;white-space:nowrap}.image-gallery-slide{left:0;position:absolute;top:0;width:100%}.image-gallery-slide.image-gallery-center{position:relative}.image-gallery-slide .image-gallery-image{object-fit:contain;width:100%}.image-gallery-slide .image-gallery-description{background:rgba(0,0,0,.4);bottom:70px;color:#fff;left:0;line-height:1;padding:10px 20px;position:absolute;white-space:normal}@media(max-width:768px){.image-gallery-slide .image-gallery-description{bottom:45px;font-size:.8em;padding:8px 15px}}.image-gallery-bullets{bottom:20px;left:0;margin:0 auto;position:absolute;right:0;width:80%;z-index:4}.image-gallery-bullets .image-gallery-bullets-container{margin:0;padding:0;text-align:center}.image-gallery-bullets .image-gallery-bullet{-webkit-appearance:none;appearance:none;background-color:initial;border:1px solid #fff;border-radius:50%;box-shadow:0 2px 2px #1a1a1a;cursor:pointer;display:inline-block;margin:0 5px;outline:none;padding:5px;transition:all .2s ease-out}@media(max-width:768px){.image-gallery-bullets .image-gallery-bullet{margin:0 3px;padding:3px}}@media(max-width:480px){.image-gallery-bullets .image-gallery-bullet{padding:2.7px}}.image-gallery-bullets .image-gallery-bullet:focus{background:#337ab7;border:1px solid #337ab7;-webkit-transform:scale(1.2);transform:scale(1.2)}.image-gallery-bullets .image-gallery-bullet.active{background:#fff;border:1px solid #fff;-webkit-transform:scale(1.2);transform:scale(1.2)}@media(hover:hover)and (pointer:fine){.image-gallery-bullets .image-gallery-bullet:hover{background:#337ab7;border:1px solid #337ab7}.image-gallery-bullets .image-gallery-bullet.active:hover{background:#337ab7}}.image-gallery-thumbnails-wrapper{position:relative}.image-gallery-thumbnails-wrapper.thumbnails-swipe-horizontal{touch-action:pan-y}.image-gallery-thumbnails-wrapper.thumbnails-swipe-vertical{touch-action:pan-x}.image-gallery-thumbnails-wrapper.thumbnails-wrapper-rtl{direction:rtl}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{display:inline-block;vertical-align:top;width:100px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{width:81px}}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails{height:100%;left:0;padding:0;position:absolute;top:0;width:100%}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail{display:block;margin-right:0;padding:0}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right .image-gallery-thumbnails .image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:0;margin-top:2px}.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 5px}@media(max-width:768px){.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-left,.image-gallery-thumbnails-wrapper.image-gallery-thumbnails-right{margin:0 3px}}.image-gallery-thumbnails{overflow:hidden;padding:5px 0}@media(max-width:768px){.image-gallery-thumbnails{padding:3px 0}}.image-gallery-thumbnails .image-gallery-thumbnails-container{cursor:pointer;text-align:center;white-space:nowrap}.image-gallery-thumbnail{background:transparent;border:4px solid transparent;display:inline-block;padding:0;transition:border .3s ease-out;width:100px}@media(max-width:768px){.image-gallery-thumbnail{border:3px solid transparent;width:81px}}.image-gallery-thumbnail+.image-gallery-thumbnail{margin-left:2px}.image-gallery-thumbnail .image-gallery-thumbnail-inner{display:block;position:relative}.image-gallery-thumbnail .image-gallery-thumbnail-image{line-height:0;vertical-align:middle;width:100%}.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:4px solid #337ab7;outline:none}@media(max-width:768px){.image-gallery-thumbnail.active,.image-gallery-thumbnail:focus{border:3px solid #337ab7}}@media(hover:hover)and (pointer:fine){.image-gallery-thumbnail:hover{border:4px solid #337ab7;outline:none}}@media(hover:hover)and (pointer:fine)and (max-width:768px){.image-gallery-thumbnail:hover{border:3px solid #337ab7}}.image-gallery-thumbnail-label{box-sizing:border-box;color:#fff;font-size:1em;left:0;line-height:1em;padding:5%;position:absolute;text-shadow:0 2px 2px #1a1a1a;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);white-space:normal;width:100%}@media(max-width:768px){.image-gallery-thumbnail-label{font-size:.8em;line-height:.8em}}.image-gallery-index{background:rgba(0,0,0,.4);color:#fff;line-height:1;padding:10px 20px;position:absolute;right:0;top:0;z-index:4}@media(max-width:768px){.image-gallery-index{font-size:.8em;padding:5px 10px}}.admin{align-items:flex-start;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:100vh;padding-top:5rem;width:100%;& h2{border-bottom:1px solid var(--main-black);font-weight:lighter}& .collection{align-items:center;display:flex;flex-direction:column;gap:.5rem;padding:1rem;width:100%}& .collection-header{display:grid!important}& h3{font-weight:lighter}& h6{font-size:5rem;margin-top:-2rem}& div{align-items:center;display:flex;gap:1rem;width:100%;& svg{border:1px solid var(--main-black);border-radius:5rem;font-size:2rem;text-align:center}}& .admin-add-buttons{align-items:center;display:flex;justify-content:center;width:100%;& svg{border:0}}}.image-gallery-container{align-items:center;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1rem 0;width:100%}.image-gallery-extra-class{flex-direction:column!important}.add-photo{background-color:var(--main-black);border-radius:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:1.9rem;min-height:80vh;position:fixed;top:1rem;width:90%;z-index:1000;& p{color:var(--main-white)}& .image-upload-container{align-items:center;display:flex;justify-content:center;width:100%}& svg{color:red;position:absolute;right:1rem;top:1rem}& form{padding:1rem}& .add-photo-page-1,& form,.add-photo-page-2{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}& .error{border:1px solid red}& .flash-container{display:flex;gap:1rem}& .fieldset-container{display:flex;flex-direction:column;gap:1rem;width:100%}& fieldset{padding:1rem;width:50%}& select{width:100%}}.add-collection{background-color:var(--main-black);border-radius:1rem;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:1.9rem;min-height:80vh;padding:2rem 0;position:fixed;top:1rem;width:90%;z-index:1000;& form{align-items:center;display:flex;flex-direction:column;gap:1rem;width:90%}}.edit-collection{align-items:center;background-color:var(--main-black);border-radius:1rem;display:flex;flex-direction:column;gap:5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:1.9rem;min-height:80vh;padding:2rem 0;position:fixed;top:1rem;width:90%;z-index:1000;& form{align-items:center;display:flex;flex-direction:column;gap:1rem;width:90%}}.delete-collection{align-items:center;background-color:var(--main-black);border-radius:1rem;color:var(--main-white);display:flex;flex-direction:column;gap:5rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;left:1.9rem;min-height:80vh;padding:2rem 0;position:fixed;text-align:center;top:1rem;width:90%;z-index:1000;& form{align-items:center;display:flex;flex-direction:column;gap:1rem;width:90%}& h4:last-of-type{color:var(--main-red)}}.edit-photo{align-items:center;background-color:var(--main-black);border-radius:1rem;display:flex;flex-direction:column;gap:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:1.9rem;min-height:80vh;padding:1rem;position:fixed;top:1rem;width:90%;z-index:1000;& p{color:var(--main-white)}& .image-upload-container{align-items:center;display:flex;justify-content:center;width:100%}& svg{color:red;position:absolute;right:1rem;top:1rem}& .edit-photo-page-1,& form,.edit-photo-page-2{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}& .error{border:1px solid red}& .flash-container{display:flex;gap:1rem}& .fieldset-container{display:flex;flex-direction:column;gap:1rem;width:100%}& fieldset{padding:1rem;width:50%}& select{width:100%}& .delete-photo{background-color:var(--main-red)!important}& .toggle-delete-photo{display:none}& .toggle-delete-photo.active{align-items:center;display:flex;flex-direction:column;gap:1rem;width:100%}}html{font-size:10px;max-width:100vw;overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{background-color:initial;box-sizing:border-box;margin:0;padding:0}:root{--main-white:#e4e4e4;--main-black:#171717;--main-grey:#363636;--main-blue:#085cd4;--main-red:#c20909}input{border:0;border-radius:5px;font-size:1.5rem;padding:1rem}input[type=submit]{max-width:40%}.mobile-button-styler{background-color:#085cd4!important;background-color:var(--main-blue)!important}.mobile-button-delete-styler,.mobile-button-styler{border:0!important;border-radius:1rem!important;color:#e4e4e4!important;color:var(--main-white)!important;display:flex!important;font-weight:bolder!important;height:-webkit-fit-content!important;height:-moz-fit-content!important;height:fit-content!important;justify-content:center!important;padding:.7rem 0!important;width:40%!important}.mobile-button-delete-styler{background-color:#c20909!important;background-color:var(--main-red)!important}button{border:0;border-radius:5px;font-size:1.5rem;padding:1rem}button,input,option,select,textarea{color:#171717;color:var(--main-black)}input,option,select,textarea{background-color:#e4e4e4;background-color:var(--main-white);border:1px solid #e4e4e4;border:1px solid var(--main-white);border-radius:5px;font-family:Lora;font-weight:bolder;width:100%}textarea{padding:1rem}label{width:100%}form{color:#e4e4e4;color:var(--main-white)}li{list-style:none}
/*# sourceMappingURL=main.7bb2e864.css.map*/