@import url(https://fonts.googleapis.com/css?family=Fira+Sans|Montserrat+Alternates|Taviraj&display=swap);a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.App{text-align:center}header{position:-webkit-sticky;position:sticky;z-index:1;top:0;width:100%;justify-content:space-between;background-color:#886965;font-family:Taviraj,serif;height:60px;box-shadow:0 0 2px #000}header,hgroup{display:flex;align-items:center}hgroup{font-weight:1000;font-size:2.2rem;margin-left:20px;color:#ffd9c6}#home{text-decoration:none}#logo{width:50px;margin-right:8px}h1{text-shadow:0 0 2px #000}nav{padding-right:10px;display:flex;flex-flow:row nowrap}.nav-link{padding:5px 10px;text-decoration:none;color:#ffd9c6;cursor:pointer}.user-link{border-left:1px solid #ffd9c6;margin-left:5px;padding-left:15px}.logout{cursor:pointer}.welcome-header{display:flex;align-items:center;justify-content:space-between;padding:0 100px;height:300px;background:url(https://images.unsplash.com/photo-1481627834876-b7833e8f5570?auto=format&fit=crop&ixid=eyJhcHBfaWQiOjEyMDd9&ixlib=rb-1.2.1&q=80&w=1082) 10% 15%;color:#fff}.welcome-description{text-align:left;width:300px;padding:20px;background-color:rgba(0,0,0,.2);font-family:Fira Sans,sans-serif}.welcome-description>h2{font-size:2rem;color:#fff;border-bottom:2px solid #fff}.welcome-description>p{font-size:1rem;margin-top:10px}#get-started{background-color:rgba(0,105,105,.452);border:none;color:#fff;padding:15px 32px;text-decoration:none;font-size:16px;font-weight:500;margin-right:100px;-webkit-transition:all .3s;transition:all .3s}#get-started:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}main{background-color:#5e4e57;padding:20px 50px;min-height:100vh}.search-container{padding:20px 50px;background-color:#d6ab95}.search-bar{border:1px solid;padding:20px;text-align:left}.search-form{margin-top:5px}.search-results{display:grid;grid-template-columns:25% 25% 25% 25%;padding:20px}#query{width:500px;margin-right:5px}#search-submit{margin-left:5px}.book-display{padding:15px;-webkit-transition:all .5s;transition:all .5s;-webkit-animation:fade-in 1s;animation:fade-in 1s}.book-display>img{height:150px;margin-bottom:5px}.book-display:hover{-webkit-transform:scale(1.05);transform:scale(1.05);cursor:pointer}.book-display>h4{font-weight:700}#no-results{grid-column:2/4;margin:100px}.book-details-wrapper{display:flex;align-items:center;justify-content:center;flex-direction:column;position:fixed;width:100vw;height:100vh;top:0;left:0;z-index:1;background-color:rgba(0,0,0,.507)}.book-details{display:grid;grid-template-columns:40% 60%;background-color:#35384e;border:5px double #000;width:700px;height:400px;color:#ffeae0}.book-image-and-links{display:flex;flex-flow:column nowrap;align-items:center;justify-content:space-around;padding:20px 0}.book-image-and-links>img{width:180px;max-height:300px}.select-collection{display:flex;flex-flow:row nowrap;justify-content:space-between}.select-collection>*{margin:0 5px}.link{color:#80c2d8}.book-information{text-align:left;margin:20px 10px;overflow:auto}.book-information>h3{font-weight:700;font-size:30px}.small-print{font-size:14px}#delete-book{left:320px;bottom:25px}#close-details,#delete-book{position:relative;border:none;background:transparent;color:#fff;text-decoration:none;font-size:12px;font-weight:500;margin-right:100px;cursor:pointer}#close-details{left:380px}#close-details:hover,#delete-book:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.about-header,.contact-header{display:flex;align-items:center;justify-content:center;padding:0 100px;height:300px;background:url(https://images.unsplash.com/photo-1521587760476-6c12a4b040da?auto=format&fit=crop&ixid=eyJhcHBfaWQiOjEyMDd9&ixlib=rb-1.2.1&q=80&w=1350);opacity:.8;color:#fff}.about-header>h2,.contact-header>h2{font-size:3rem;font-weight:500;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:30px 50px;background-color:rgba(0,0,0,.486);z-index:1}.about,.contact{display:flex;align-items:center;flex-flow:column nowrap;background-color:#d6ab95;height:80%}.about>p,.contact>p{font-weight:600;margin:30px 20px;padding:10px 0;width:70%;border-top:1px solid;border-bottom:1px solid}.sign-in-wrapper{justify-content:center;flex-direction:column;width:100vw;height:calc(100vh - 60px);top:0;left:0;z-index:1;background:url(https://images.unsplash.com/photo-1457369804613-52c61a468e7d?auto=format&fit=crop&ixid=eyJhcHBfaWQiOjEyMDd9&ixlib=rb-1.2.1&q=80&w=2100);background-size:cover}.sign-in,.sign-in-wrapper{display:flex;align-items:center}.sign-in{justify-content:space-around;flex-flow:column nowrap;padding:20px 40px;width:380px;height:300px;background-color:rgba(122,102,114,.925);color:#ffeae0;border:5px double #000}.sign-in>h3{font-size:2rem;font-weight:600}.sign-in-form{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;padding:20px;border:1px solid}.sign-in-form>*{margin:5px;width:240px}#form-names{display:flex;flex-flow:row nowrap;justify-content:space-between;width:247px}#form-names>input{width:113px}.sign-in-form>#submit{width:60px}.user-page-wrapper{display:flex;align-items:center;justify-content:center;flex-flow:column nowrap;background:url(https://images.unsplash.com/photo-1507842217343-583bb7270b66?auto=format&fit=crop&ixid=eyJhcHBfaWQiOjEyMDd9&ixlib=rb-1.2.1&q=80&w=1453);background-size:cover;min-height:calc(100vh - 60px);opacity:.9}.user-page-wrapper>h3{font-size:2rem;padding:10px 20px;background-color:#d6ab95;position:relative;right:200px;border:2px solid #000;color:#000;z-index:1}.user-page{display:flex;align-items:center;justify-content:center;height:450px;width:700px;background-color:#35384e;border:1px double #000;box-shadow:0 0 10px rgba(0,0,0,.493);position:relative;bottom:25px}.collections-display{display:flex;flex-flow:column nowrap;position:relative;bottom:10px}.collections-list{display:flex;flex-flow:row-reverse nowrap;align-self:flex-end}.collection-header{background-color:#d6ab95;padding:10px 20px;border:1px solid #000;cursor:pointer;width:100px;position:relative}.collection-header:hover{font-weight:600}.collection-header.active{font-weight:600;border-bottom:none;z-index:1}.collection-books{display:flex;flex-flow:row nowrap;grid-template-rows:1fr;background-color:#d6ab95;height:300px;width:550px;border-left:1px solid #000;border-right:1px solid #000;border-bottom:1px solid #000;overflow-x:auto;overflow-y:hidden}.collection-books>.book-display{padding:0;margin:50px 15px 0;min-width:160px;max-width:200px}@-webkit-keyframes fade-in{0%{opacity:0};to{opacity:1};}@keyframes fade-in{0%{opacity:0};to{opacity:1};}@-webkit-keyframes zoom-in{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoom-in{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(1);transform:scale(1)}}
/*# sourceMappingURL=main.e11a54ac.chunk.css.map */