@import url(https://fonts.googleapis.com/css2?family=Lato&display=swap);:root{--dark-red:#ff545b;--light-red:#ff6c73;--dark-blue:#6a5acd;--light-blue:#7b68ee;--medium-purple:#9370db}*,body,html{box-sizing:border-box;font-family:Lato,sans-serif;list-style-type:none;margin:0;padding:0}.navbar{align-items:center;background:#6a5acd;background:var(--dark-blue);display:flex;height:44px;justify-content:space-between;left:0;padding:.5rem;position:fixed;right:0;top:0}.iconWrap,.logo,.settings{align-items:center;color:#fff;display:flex;font-size:1rem}.search-wrapper{align-items:center;background:#9370db;background:var(--medium-purple);border-radius:25px;display:flex;padding-bottom:.25rem;padding-top:.25rem;width:65%}.search-label{display:flex;width:calc(100% - 50px)}.search-input{background:transparent;border:none;text-align:center;width:100%}.search-input::-webkit-input-placeholder{color:#fff;font-size:1rem}.search-input::placeholder{color:#fff;font-size:1rem}.search-input:focus{outline:none}.search-input:focus:invalid{outline:none}#search-button{background:transparent;border:none;color:#fff;cursor:pointer;font-size:1rem;min-width:50px;outline:none;width:50px}.hero{align-items:center;background:#9370db;background:var(--medium-purple);display:flex;height:200px;justify-content:space-around;margin-top:44px}.hero .textWrap{width:90%}.hero h1,.hero h2{color:#fff;font-size:1.5rem;text-align:center}.list-section{background:#6a5acd;background:var(--dark-blue);padding:.25rem}.list-section h2{color:#fff;font-size:1rem;margin-bottom:.25rem;margin-left:.25rem;text-transform:uppercase}.detailSection{padding-left:0;padding-right:0}.list{color:#fff;display:flex;flex-wrap:wrap;width:100%}.list,.list li{padding-top:.25rem}.list li{background:#7b68ee;background:var(--light-blue);border:1px solid #6a5acd;border:1px solid var(--dark-blue);height:200px;padding-bottom:.5rem;padding-right:.5rem;width:50%}.list .itemLink{align-items:flex-end;color:#fff;display:flex;flex-direction:column;height:100%;justify-content:space-between;text-decoration:none;width:100%}.yearWrap h3{font-size:1.5rem;text-transform:uppercase}.loading{margin-top:50vh;text-align:center}table{width:100%}.tbody tr{align-items:center;color:#fff;display:flex;height:70px;justify-content:space-between;padding-left:.25rem;padding-right:.25rem;text-transform:capitalize}.tbody tr a{color:#ff0;text-decoration:none}.tbody tr:nth-child(2n){background:#6a5acd;background:var(--dark-blue)}.tbody tr:nth-child(odd){background:#7b68ee;background:var(--light-blue)}@media only screen and (min-width:768px){.navbar{height:74px;padding:1rem 2rem}.search-wrapper{height:42px;padding-bottom:.5rem;padding-top:.5rem}#search-button,.iconWrap,.logo,.settings{font-size:1.25rem}.hero{margin-top:74px}.list-section{padding:.5rem 2rem}.list-section h2{margin-bottom:.5rem}.list li{height:200px;width:25%}}
/*# sourceMappingURL=main.850bc457.css.map*/