html,body{margin:0;padding:0;height:100%;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}#root{display:flex;flex-direction:column;height:100%;width:100%}:root{--text-color: #141301;--header-color: #a1c3ff}.App{top:100px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;box-sizing:border-box;width:100%;padding:20px}nav.small ul{margin:0;padding:0;box-sizing:border-box;display:flex;gap:10px;flex-direction:row;width:100%;list-style:none;font-size:.8em}nav.big ul{margin:0;padding:0;box-sizing:border-box;display:flex;gap:30px;flex-direction:row;width:100%;list-style:none;font-size:.8em}li{flex-grow:1;text-align:center}.small{display:none}header{position:sticky;top:0;width:100%;box-sizing:border-box;max-height:100px;background-color:var(--header-color);padding:20px;margin:0;font-size:2em;font-weight:700;z-index:1000;display:flex;flex-direction:row;justify-content:space-between;gap:10px}@media (max-width: 768px){.big{display:none}.small{display:block}footer{border-radius:20px 20px 0 0}}.schedule{display:none}@media (min-width: 1024px){.schedule{display:block}footer{border-radius:0}}li a{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;font-size:1em;text-decoration:none;color:var(--text-color)}.feedback-container{border:1px solid #444;border-radius:5px;padding:10px;margin-top:30px}footer{padding:20px;box-sizing:border-box;width:100%;background-color:#ddd}.big-footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.git-copy{box-sizing:border-box;display:flex;flex-direction:row;gap:10px;align-items:center;padding:0 20px}.map{width:800px;height:500px;touch-action:manipulation;-webkit-overflow-scrolling:touch;background-color:#f0f0f0}@media (max-width: 768px){.map{width:100%;height:350px}}.button-style{background-color:transparent;border:none;color:#206ef9;font-style:italic}.button-style:hover{cursor:pointer;text-decoration:underline}.schedule-scroll{padding:10px 15px;overflow:scroll;border-style:solid;border-width:thin;margin-bottom:0;height:calc(50vh - 150px)}.schedule-scroll::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.schedule-scroll::-webkit-scrollbar-thumb:hover{background:#555}.live-location-div{display:flex;flex-direction:row;gap:40px;width:100%;justify-content:center}.schedule-table{display:none}@media (min-width: 1024px){.schedule-table{display:block}}.word-rotator{color:#206ef9;font-weight:700}.about{font-size:1.2rem}.feedback-p{margin:0;padding:0}.flex-feedback{display:flex;flex-direction:row;gap:10px;align-items:center;padding:0 10px}.header{width:90%}.data-table{width:100%;text-align:left}.dropdown-style{padding:5px;font-size:20px;border:1px solid;border-radius:5px}.left-screen{width:30vw}.dropdown-p-style{font-size:20px}.table-map-sidebyside{display:flex;flex-direction:row;gap:50px;width:90%}@media (max-width: 768px){.table-map-sidebyside{flex-direction:column-reverse}.data-table,.no-locations-found-style{width:90vw}}
