:root{--nav:#472d30;--highlight:#e26d5c;--background:#723d46;--gold:#eec657;--offwhite:#ffe1a8;--olive:#c9cba3}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#723d46;background-color:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;margin:0;width:100vw}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{flex-direction:column;text-align:center}.App,.navContainer{align-items:center;display:flex}.navContainer{background-color:var(--nav);border:.1rem outset #473d39;box-shadow:2px 2px 3px #1c1411;height:6rem;justify-content:center;margin:0 0 .5rem;position:absolute;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:100}.heading{background-image:linear-gradient(40deg,#fbe356,#fff,var(--gold));border:1px solid var(--gold);box-shadow:1px 1px 2px #000;color:#000;display:flex;font-size:1.6rem;font-style:italic;font-weight:bolder;justify-content:center;margin:.5rem;padding:.8rem 3rem;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}.homeLink{display:flex;height:75%;left:.8rem;position:absolute}.homeLinkImg{border:2px solid var(--gold);border-radius:20%;box-shadow:1px 1px 2px #000;display:flex}.listContainer{align-items:center;-webkit-animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) both;animation:slide-in-bottom 1s cubic-bezier(.25,.46,.45,.94) both;display:flex;flex-direction:column;justify-content:center}.searchBar{border:.1rem outset #473d39;border-radius:6px;box-shadow:1px 1px #1c1411;display:flex;font-size:1.2rem;height:2.4rem;margin:1rem;min-width:250px;padding:1rem;width:18rem}ul{flex-wrap:wrap;margin:0 0 .5rem}.monsterCard,ul{display:flex;justify-content:center}.monsterCard{align-items:center;background-color:#fff;border:.4rem outset #473d39;box-shadow:2px 2px 3px #1c1411;flex-direction:column;height:18rem;margin:1rem;overflow:hidden;position:relative;transition:all .2s ease-in-out;width:16rem}.monsterCard:hover{-webkit-transform:scale(1.02);transform:scale(1.02)}.monsterCard:active{box-shadow:none;-webkit-transform:scale(1);transform:scale(1)}.monsterImg{display:flex;justify-self:center;max-height:98%;max-width:98%;object-fit:cover;padding:.5rem 0 1rem}.cardLabel{background-image:linear-gradient(40deg,#fbe356,#fff,var(--gold));border:1px solid var(--gold);bottom:.5rem;box-shadow:1px 1px 2px #000;color:#000;display:flex;font-size:1.2rem;font-style:italic;font-weight:bolder;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;margin-bottom:.5rem;padding:.8rem;position:absolute;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff;width:90%}.cardLabel:hover{-webkit-backdrop-filter:blur(8px) sepia(70%);backdrop-filter:blur(8px) sepia(70%);background-image:none}.statSheetContainer{background-color:#f0e6d2;border:.3rem outset #473d39;display:flex;flex-direction:column;margin:.8rem;min-width:400px;width:50%}.statSheetContainer,section{align-items:center;box-shadow:1px 1px 2px #000;justify-content:center;padding:.5rem}section{background-color:#fff;border:1px solid #000;border-radius:6px;margin:.5rem;width:96%}label{font-size:1.1rem;font-weight:bolder}li{list-style:none;margin:.4rem 1rem;padding:0}.bioContainer{align-items:center;display:flex;height:18rem;justify-content:space-evenly}.scoreProfContainer{display:flex;width:96%}.scoreContainer{display:flex;flex-direction:column}.statBlockImg{border:1px solid var(--gold);border-radius:6px;box-shadow:1px 1px 4px #000;display:flex;max-height:98%;max-width:40%;object-fit:cover}.bioinfo{display:flex;flex-direction:column}.monsterNameCard{align-items:center;background-image:linear-gradient(40deg,#fbe356,#fff,var(--gold));border:1px solid var(--gold);box-shadow:1px 1px 2px #000;color:#000;display:flex;font-size:1.2rem;font-style:italic;font-weight:bolder;justify-content:center;margin:.2rem;padding:.5rem 1rem;text-shadow:-2px 0 #fff,0 2px #fff,2px 0 #fff,0 -2px #fff}@-webkit-keyframes slide-in-bottom{0%{opacity:0;-webkit-transform:translateY(1000px);transform:translateY(1000px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in-bottom{0%{opacity:0;-webkit-transform:translateY(1000px);transform:translateY(1000px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
/*# sourceMappingURL=main.32cff65d.css.map*/