.menu-bar-container{bottom:30px;display:flex;height:10vh;justify-content:center;position:fixed;width:calc(100vw - 40px);z-index:3}.menu-bar-button{background-color:#1e423d;border:none;border-radius:40px;box-shadow:15px 15px 20px rgba(0,0,0,.16);color:var(--gray);font-family:var(--logoFont);font-size:1.8rem;font-weight:100;padding:20px;transition:all .2s;width:100%;z-index:3}.new-trip-button-container{align-items:center;background-color:var(--darkGreen);border-radius:50%;bottom:36px;display:flex;height:100px;justify-content:center;position:relative;width:100px}.new-trip-button{background-color:var(--gray);border:none;border-radius:50%;box-shadow:15px 15px 20px rgba(0,0,0,.127);height:80px;width:80px}.home-page{background-color:var(--darkBlue);height:calc(100vh - 40px);overflow:scroll;padding:20px;position:fixed;right:0;width:calc(100vw - 39px)}.home-page:after{background:linear-gradient(transparent,var(--darkBlue) 20%,var(--darkBlue));bottom:-620px;content:"";height:100%;left:0;pointer-events:none;position:fixed;width:100%}.home-page .header{align-items:baseline;display:flex;justify-content:space-between}.header.dashboard h2{font-size:2rem;margin:0}.header.dashboard p{margin:0}.trip-summary{background-color:var(--gray);border-radius:50px;box-shadow:15px 15px 20px rgba(0,0,0,.122);color:var(--darkBlue);margin-top:20px;max-height:60px;padding:10px}.trip-summary h3{margin:0}.trip-summary p{margin:5px 0 0}.trip-summary b{font-family:var(--logoFont);font-weight:700}.edit-trip-button{background-color:var(--darkBlue);border:none;border-radius:30px;color:var(--gray);font-size:2rem;max-height:60px;max-width:60px;min-height:60px;min-width:60px;outline:none}.name-input{width:50%}:root{--darkBlue:#0b2027;--blue:#40798c;--darkGreen:#1e423d;--green:#70a9a1;--gray:#cfd7c7;--lightGray:#f4f4f4;--orange:#bd9571;--font1:"Comfortaa",cursive;--logoFont:"Calistoga",cursive;--boxShadow:15px 15px 20px rgba(0,0,0,.122)}.font1{font-family:Comfortaa,cursive;font-family:var(--font1)}.font2{font-family:Calistoga,cursive;font-family:var(--logoFont)}body{margin:0;padding:0}html{background-color:#70a9a1;background-color:var(--green);color:#cfd7c7;color:var(--gray);font-family:Comfortaa,cursive;font-family:var(--font1)}.logo{font-family:Calistoga,cursive;font-family:var(--logoFont);font-weight:300}.page-container{display:grid;padding:20px;place-items:center;width:calc(100vw - 40px)}.page-greeting{text-align:center}.display-flex{display:flex}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.align-center{align-items:center}.flex-direction-column{flex-direction:column}.gap20{gap:20px}.input-1{background-color:#5e9089;border:none;color:#fff;font-family:Comfortaa,cursive;font-family:var(--font1);font-size:1rem;margin-bottom:10px;margin-top:10px;padding:10px;transition:all 1s;width:100}.input-1::-webkit-input-placeholder{color:#cfd7c7;color:var(--gray)}.input-1::placeholder{color:#cfd7c7;color:var(--gray)}.input-1:focus{border-radius:20px;outline:none}.center-y{position:relative;top:50vh;-webkit-transform:translateY(-80%);transform:translateY(-80%)}.padding20{padding:20px}.scale-down-click:active{scale:.98}
/*# sourceMappingURL=main.7548633a.css.map*/