body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}*{margin:0}:root{--Grey:#d6cbcb;--Blue:#00375f;--Orange:#e59500;--Red:#840032}body{width:100vw;min-height:100vh;position:relative}.header{height:5vh;background-color:#00375f;background-color:var(--Blue);width:100%;text-align:center;display:flex;flex-direction:row;justify-content:space-around;font-size:1.5rem;padding:.8rem}.header,.headerLink{color:#d6cbcb;color:var(--Grey)}.headerLink{text-decoration:none}.heading{font-size:3rem;text-transform:uppercase;text-shadow:1px 3px 3px rgba(0,0,0,.562)}.footer,.heading{text-align:center}.footer{height:5vh;font-size:1rem;position:fixed;bottom:0;background-color:#00375f;background-color:var(--Blue);width:100vw;color:#d6cbcb;color:var(--Grey)}@media only screen and (max-width:450px){.heading{font-size:2rem;text-transform:uppercase}.header{font-size:1rem}}.cashReturn{width:100%;min-height:100vh;padding:.2rem;display:flex;flex-direction:column;align-items:center;background-color:var(--Grey);color:var(--Blue);position:relative}.subheading{font-size:1.5rem;text-align:center}.headingSpan{font-size:2rem;color:var(--Orange)}.cashForm{display:flex;flex-direction:row;align-items:center;margin-top:1rem}.inputArea{width:150px;height:50px;font-size:1rem;text-align:center;margin:0 1rem}.cashBtn{padding:.6rem;font-size:1.2rem;background:none;border:1px solid #000;border-radius:10px;background-color:var(--Red);color:var(--Grey);cursor:pointer}.cashBtn.done{position:absolute;bottom:3rem}.cashReturn h1{padding:2rem;margin:.8rem}.cashOutput{margin:2rem;padding:2rem;border:1px solid var(--Blue);border-radius:10px}.cashNotes{padding:.5rem;font-size:1.5rem}.notes{font-size:2rem;padding:1rem}@media only screen and (max-width:450px){.subheading{padding:1rem;font-size:.8rem}.headingSpan{font-size:1rem;color:var(--Orange)}.inputArea{font-size:.8rem;width:70px;height:25px}.cashBtn{padding:.4rem;font-size:.78rem}.cashReturn h1{padding:.5rem;font-size:1.2rem}.cashOutput{padding:1rem}.cashNotes{font-size:1rem}.notes{font-size:1.2rem}}:root{--Yellow:#ffff90;--GreenBlue:#007f5f;--LightGreen:#476d02}.luckyBirthday{width:100%;min-height:100vh;padding:.2rem;display:flex;flex-direction:column;align-items:center;background-color:#ffff90;background-color:var(--Yellow);color:#476d02;color:var(--LightGreen);position:relative;text-align:center}.luckyInputs{display:flex;flex-direction:row;justify-content:space-around}.luckySubInput{margin:0 3rem}.luckysubheading{font-size:2.5rem;text-align:center;margin:3rem}.luckyinputArea{width:250px;height:70px;font-size:1.5rem;text-align:center;margin:0 0 2rem}.inputLabel{font-size:2rem;margin:1.5rem}.luckyBtn{padding:.8rem;font-size:1.5rem;background:none;border:1px solid #000;border-radius:10px;background-color:#007f5f;background-color:var(--GreenBlue);color:var(--Grey);cursor:pointer;margin:2rem}.luckyBtn.reset{position:absolute;bottom:2rem}.note{margin:2rem;border:1px solid #464646;padding:1rem;font-size:1.2rem;position:absolute;bottom:6rem}@media only screen and (max-width:450px){.luckysubheading{font-size:1.2rem;margin:1rem}.luckyInputs,.luckySubInput{display:flex;flex-direction:column}.luckySubInput{align-items:center;text-align:center}.inputLabel{font-size:1.2rem}.luckyinputArea{width:150px;height:30px;margin:0 0 2rem;font-size:1rem}.luckyBtn{margin:.5rem;padding:.5rem;font-size:1.2rem}.note{border:1px solid #464646;padding:.2rem;font-size:.7rem;position:absolute;bottom:5rem}}:root{--DarkPurple:#22223b;--SlightPurple:#9a8c98;--LightPurple:#c9ada7;--DarkRed:#d62828}.heroSection{display:flex;flex-direction:column;align-items:center;text-align:center;background-color:#c9ada7;background-color:var(--LightPurple);color:#22223b;color:var(--DarkPurple);width:100vw;height:100vh;padding:5rem 0}.heroSection h2{margin:2rem;font-size:2rem}.heroBtns{margin-top:2rem;width:60%;display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;text-align:center}.heroBtn{font-size:2rem;padding:1.5rem;cursor:pointer;border:1px solid #000;box-shadow:1px 4px 7px rgba(0,0,0,.623);background-color:#9a8c98;background-color:var(--SlightPurple);color:#22223b;color:var(--DarkPurple)}@media only screen and (max-width:450px){.heroBtns{grid-gap:1rem}.heroSection h2{font-size:1.22rem}.heroBtn{font-size:1rem;padding:.8rem}}:root{--ProfitLightBlue:#90e0ef}.profitLoss{width:100%;min-height:100vh;padding:.2rem;flex-direction:column;color:var(--Blue);position:relative}.profitForm,.profitLoss{display:flex;align-items:center}.profitForm{flex-direction:row;margin-top:3rem}.profitSubInput{display:flex;flex-direction:column;align-items:center}.profitInputLabel{font-size:1.5rem;color:#90e0ef;color:var(--ProfitLightBlue);margin:1rem}.profitInputArea{width:350px;height:50px;font-size:1.2rem;text-align:center;margin:0 1rem}.profitBtn{padding:.6rem;font-size:1.2rem;margin-top:2rem;background:none;border:1px solid #000;border-radius:10px;background-color:#90e0ef;background-color:var(--ProfitLightBlue);color:var(--DarkBlue);cursor:pointer}.profitBtn.reset{position:absolute;bottom:7rem}.profitOutput{margin:2rem;padding:2rem;color:#90e0ef;color:var(--ProfitLightBlue);border:1px solid var(--Blue);border-radius:10px}@media only screen and (max-width:450px){.profitForm{display:flex;flex-direction:column;align-items:center;margin-top:1rem}.profitSubInput{display:grid;grid-template-columns:1fr 1fr}.profitInputLabel{font-size:1rem;color:#90e0ef;color:var(--ProfitLightBlue);margin:.2rem}.profitInputArea{width:150px;height:35px;font-size:.9rem;margin:.5rem}.profitBtn{font-size:.9rem;margin-top:1rem}.profitOutput{margin:1rem;padding:.5rem;font-size:.6rem}}:root{--groceryLightGreen:#a7c957;--groceryDarkGreen:#386641;--groceryRed:#bc4749}.groceryList{display:flex;flex-direction:column;width:100vw;min-height:100vh;align-items:center;background-color:#a7c957;background-color:var(--groceryLightGreen);position:relative}.inputItems{display:grid;grid-template-columns:3fr 2fr 2fr 1fr;width:80vw;font-size:1.2rem;margin-top:3rem}.groceryInputArea{width:150px;height:50px;font-size:1.3rem;text-align:center;margin:0 1rem;background-color:#aaa;color:#000}.groceryInputArea.grocery{width:350px}.groceryOutput{width:70vw;height:auto;margin-top:2rem;display:flex;flex-direction:column;justify-content:center}.border{border:1px solid #386641;border:1px solid var(--groceryDarkGreen);margin:1rem}.groceryItem{display:grid;grid-template-columns:3fr 2fr 2fr 1fr;margin-top:1rem}.groceryItem p{font-size:1.8rem}.groceryItem h2{text-transform:uppercase}.groceryBtn{font-size:1.3rem;padding:.5rem;background:none;border:1px solid #000;color:#fff}.groceryBtn.add{background-color:#386641;background-color:var(--groceryDarkGreen)}.groceryBtn.clearAll,.groceryBtn.remove{background-color:#bc4749;background-color:var(--groceryRed)}.groceryTotal{color:#386641;color:var(--groceryDarkGreen);font-size:3rem;margin:2rem}.groceryNote{margin:2rem;border:1px solid #464646;color:#5c5c5c;padding:1rem;font-size:1.2rem}.totalDiv{width:50%;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly}@media only screen and (max-width:450px){.inputItems{display:flex;flex-direction:column;margin-top:1rem;font-size:1rem}.groceryInputArea{height:25px;width:125px;font-size:.8rem;margin:0}.groceryInputArea.grocery{width:150px}.groceryForm{display:grid;grid-template-columns:1fr 2fr;margin:.5rem}.groceryBtn{font-size:.8rem;padding:.2rem;margin-top:1rem}.groceryOutput{width:90vw;margin-top:1rem}.groceryItem{grid-template-columns:3fr 1fr 1fr 1fr}.groceryItem h2,.groceryItem p{font-size:.8rem}.groceryTotal{color:#386641;color:var(--groceryDarkGreen);font-size:1.5rem;margin:.5rem}.groceryNote{border:1px solid #464646;color:#383838;padding:.2rem;font-size:.7rem}.totalDiv{width:70%}}
/*# sourceMappingURL=main.a3bd4288.chunk.css.map */