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;padding:0}html ::-webkit-scrollbar{display:none}html{-ms-overflow-style:none;scrollbar-width:none}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{background-color:#f0e8e8;display:grid;font-family:Times New Roman,serif;grid-template-columns:repeat(5,1fr)}.App.darkTheme{background-color:#1c1818}.headSection{align-items:center;background-color:#faebd7;display:flex;grid-column-end:6;grid-column-start:1;justify-content:space-between;padding:0 5vw}.headSection h1{font-family:Playfair Display,serif}.search input,button{border:1px solid #8a2be2;border-radius:3px;margin:2px;padding:3px}.search button:hover{box-shadow:2px 2px #639}.headSection aside img{height:10vh}.themeChanger{margin:5px}.themeChanger img{width:20px}.headSection.darkTheme{background-color:#1c1818;color:#a17878}.headSection.darkTheme :is(input,button){background-color:#1c1818;border-color:#817b74;color:#e2e2e2}@media only screen and (max-width:700px){aside{display:none}.headSection{flex-direction:row-reverse}.search{display:flex;flex-wrap:wrap;justify-content:flex-end;width:60%}}nav{background-color:#faebd7;border-top-right-radius:-50%;grid-column:1/span 1;padding:0 5vw}nav ul{display:flex;flex-direction:column;height:85vh;justify-content:space-around;margin:0;padding:0}nav ul li{list-style:none inside;margin-bottom:2vh;padding:0}nav ul li a:focus{color:#16de1c}nav ul li:hover{text-decoration:underline}nav ul li a{color:#020c1c;text-decoration:none}nav.darkTheme{background-color:#1c1818;color:#fff}nav.darkTheme ul li a{color:#e2e2e2;text-decoration:none}nav.darkTheme ul li a:focus{color:#16de1c}@media only screen and (max-width:700px){nav{border-top:2px solid #5e3434;grid-column:1/span 5}nav ul{display:flex;flex-direction:row;flex-wrap:wrap;height:auto;justify-content:space-around}nav ul li{margin:5px}}main{border:2px solid #8f0000;border-radius:5px;grid-column:2/span 5;height:85vh;overflow:scroll;overflow-x:hidden;position:relative}main h2{background-color:hsla(34,50%,78%,.437);text-align:center;text-transform:capitalize;top:0}main .resultCounter{font-size:small;left:0;padding:.5vw 1vw;position:-webkit-sticky;position:sticky;top:0;z-index:2}.cardsSection{display:flex;flex-wrap:wrap;justify-content:space-around}.loading{height:70vh;width:70vw}main.darkTheme{background-color:#332f2f;border:none;color:#d4d4d4}main.darkTheme h2{background-color:#1c1818}main.darkTheme .resultCounter{background-color:#1c1818;border-radius:0 10px 10px 0;display:inline}@media only screen and (max-width:700px){main{grid-column:1/span 5}.cardsSection img{height:50vh;width:100%}}.cards{background-color:#b1989c;border-bottom:10px solid #b1989c;border-radius:7px;height:55vh;margin-bottom:3%;overflow:hidden;padding:3%;position:relative;width:35%}.cards img{display:block;height:25vh;margin:auto;width:100%}.cards ul{padding:0}.cards ul li{list-style:none}.cards .readMore{background-color:#43439f;border-radius:5px;color:#cac1c1;padding:5px;text-decoration:none}.cards .readMore:hover{background-color:#5858a8;color:#000}.cards .expandBtn{border:none;border-radius:5px;float:right}.cards .expandBtn:hover{box-shadow:2px 2px #5858a8}.cards.fullHeight{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}main.darkTheme .cards{background-color:#533d3d;border-color:#533d3d}.darkTheme .cards b{color:#000}.darkTheme .cards :is(.expandBtn,.readMore){background-color:initial;border:2px solid #5858a8;box-shadow:2px 2px #5858a8;color:#d4d4d4}.darkTheme .cards .expandBtn:hover,.darkTheme .cards .readMore:hover{background-color:#5858a8;color:#000}@media only screen and (max-width:700px){.cards{height:400px;width:80%}}footer{background-color:#f0e8e8;grid-column:1/span 5;text-align:center}footer h4{font-family:Playfair Display,serif}footer .links img{background-color:#f0e8e8;border-radius:50%;margin:0 5px;width:35px}footer .links img:hover{background-color:#35b5cb}footer.darkTheme{background-color:#1c1818;color:#e2e2e2}@media only screen and (max-width:700px){footer{padding-bottom:20px}}
/*# sourceMappingURL=main.d1c12e1d.css.map*/