@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400&display=swap);@import url(https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);*{box-sizing:border-box}body,div,html{margin:0;padding:0}html{font-family:"Montserrat",Arial,sans-serif;font-weight:300;font-size:1.25rem;font-feature-settings:“liga” on,"tnum";font-variant-numeric:tabular-nums;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;background-color:#000;color:#fff}body{height:100vh;width:100vw;overflow:hidden}body.orientation-right{transform:rotate(90deg);transform-origin:bottom left;top:-100vw;height:100vw;width:100vh;position:relative}body.orientation-left{transform:rotate(-90deg);transform-origin:top right;left:-100vh;height:100vw;width:100vh;position:relative}h1,h2,h3{margin:15px 0;padding:0}h6{font-weight:700}h5,h6{margin:5px 0}h5{font-size:1.5rem;font-weight:400}h4{font-size:1.6rem;font-weight:700;text-transform:uppercase;margin:15px 0}h3{font-size:1.65rem}.app{display:grid;grid-template-columns:50vw 50vw;height:100vh}.app,body.orientation-left .app,body.orientation-right .app{grid-template-rows:1fr auto;grid-template-areas:"top-left top-right" "bottom-left bottom-right"}body.orientation-left .app,body.orientation-right .app{grid-template-columns:50vh 50vh;height:100vw}.app-menu-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;z-index:2000;background-color:rgba(0,0,0,.85)}.app-menu,.app-menu-wrapper{display:flex;align-items:center;justify-content:center}.app-menu{width:50vw;height:50vh;position:relative}.settings-button-wrapper{position:absolute;z-index:2000;display:flex;bottom:0;width:100%;height:33%;margin-bottom:25px;align-items:flex-end;justify-content:center;opacity:0}.settings-button-wrapper:hover{opacity:1}body.orientation-left .app-menu,body.orientation-right .app-menu{width:50vh;height:50vw}.top-left{grid-area:top-left}.top-right{grid-area:top-right}.bottom-left{grid-area:bottom-left}.bottom-right{grid-area:bottom-right}.bottom-left,.bottom-right,.top-left,.top-right{display:flex;flex-direction:column}.bottom-left,.top-left{align-items:flex-start}.bottom-right,.top-right{align-items:flex-end}.top>div:not(:first-child){margin-top:25px}.bottom{flex-direction:column-reverse}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.widget{background:#111;padding:15px;margin-bottom:10px;border-radius:4px;width:40vw;transition:all .2s ease}.widget .widget-head{display:flex;flex-direction:row;align-items:center;margin-bottom:10px}.widget>.widget{margin-top:10px;width:inherit;padding:0}.bottom>.widget{min-width:40vw}.top>.widget{width:inherit}body.orientation-left .bottom>.widget,body.orientation-right .bottom>.widget{min-width:40vh}.widget-weather{width:inherit}.currently{display:flex;align-items:center}.temperature{font-size:8rem;line-height:.9}.icon-wrapper{display:grid;grid-template-rows:1fr 1.6rem;align-items:center}.icon-wrapper .high-low{text-align:center;font-size:1.25rem;font-weight:700}.icon-wrapper .high-low .high{color:#ff4136}.icon-wrapper .high-low .low{color:#0074d9}.feelsLike{font-size:1.25rem}.summary{font-size:1rem;line-height:1.6}.weather-icon{display:inline-block;width:6rem;height:6rem;background-size:contain;background-position:50%;background-repeat:no-repeat}.weather-icon.clear-day{background-image:url(/static/media/clear_day.41546d0c.svg)}.weather-icon.clear-night{background-image:url(/static/media/clear_night.4a561bd4.svg)}.weather-icon.cloudy{background-image:url(/static/media/cloudy.99bee990.svg)}.weather-icon.fog{background-image:url(/static/media/fog.c92209c1.svg)}.weather-icon.partly-cloudy-day{background-image:url(/static/media/partly_cloudy_day.6d80fa89.svg)}.weather-icon.partly-cloudy-night{background-image:url(/static/media/partly_cloudy_night.9b074bef.svg)}.weather-icon.rain{background-image:url(/static/media/rain.ed95bb62.svg)}.weather-icon.sleet{background-image:url(/static/media/sleet.0b6d75cd.svg)}.weather-icon.snow{background-image:url(/static/media/snow.6d9e70a5.svg)}.weather-icon.wind{background-image:url(/static/media/wind.392ab7a3.svg)}.widget-bikes .logo{height:1.8rem;margin-bottom:10px}.widget-bikes .station{display:flex;flex-direction:column;padding-bottom:15px}.widget-bikes .station .station-info{display:grid;grid-template-columns:1fr auto;align-items:center}.widget-bikes .station .station-info .count,.widget-bikes .station .station-info .station-counts{display:flex;flex-direction:row;align-items:center}.widget-bikes .station .station-info .count{margin-left:5px}.widget-bikes .station .station-info .name,.widget-bikes .station .station-info .number{font-size:1.25rem}.widget-bikes .station .station-info .name{margin-right:10px}.widget-bikes .station .station-info .fa{margin-left:5px}.widget-bikes .ebikes{font-weight:700}.widget-bikes .progress-bar{position:relative;background:transparent;height:35px;overflow:hidden;border:0;border-radius:4px;background:#cacaca;height:1rem;margin-top:5px}.widget-bikes .progressPrimary,.widget-bikes .progressSecondary{position:absolute;background:#ff00bf;height:100%}.widget-bikes .progressSecondary{background:#8b37ff}.widget-bikes .fa-bolt{margin-right:5px;-webkit-animation:color_change_baywheels 1s infinite alternate;animation:color_change_baywheels 1s infinite alternate}.widget-bikes.citibike .progressPrimary{background:#0098e4}.widget-bikes.citibike .progressSecondary{background:#ed2e14}.widget-bikes.citibike .fa-bolt{margin-right:5px;-webkit-animation:color_change_citibike 1s infinite alternate;animation:color_change_citibike 1s infinite alternate}@-webkit-keyframes color_change_baywheels{0%{color:#8b37ff}to{color:#ff00bf}}@keyframes color_change_baywheels{0%{color:#8b37ff}to{color:#ff00bf}}@-webkit-keyframes color_change_citibike{0%{color:#ed2e14}to{color:#0098e4}}@keyframes color_change_citibike{0%{color:#ed2e14}to{color:#0098e4}}.widget-clock{display:flex;flex-direction:column;align-items:center;width:inherit}.widget-clock .time{flex-grow:1;font-size:8rem;line-height:.9}.widget-clock .date{flex-grow:1;font-size:1.5rem;text-align:center}.muni-logo{display:inline-block;height:1.8rem;margin-bottom:5px;vertical-align:middle}.route{display:grid;grid-template-columns:auto 1fr auto;grid-template-rows:2;align-items:center;margin-bottom:20px}.route .col{grid-row:1/span 2}.route .routeNumber{display:inline-block;font:700 32px Montserrat,sans-serif;width:1.6em;height:1.6em;line-height:1.6em;background:#fff;color:#000;text-align:center;border-radius:50%}.route .routeDirection{grid-column-start:2;font-size:1.25rem;margin-left:15px}.route .leaveTitle{grid-column-start:3;text-align:center;font-size:.95rem;font-weight:700;text-transform:uppercase}.route .leaveTimes{grid-column-start:3;grid-row-start:2;font-size:1.5rem}ul.leaveTimes{margin:0 auto;list-style:none;padding-left:0}ul.leaveTimes li{padding-bottom:10px;position:relative}.widget-subway{width:inherit}.widget-subway .logo{display:inline-block;background-image:url(/static/media/MTA_NYC_logo.014dae1b.svg);background-size:cover;background-repeat:no-repeat;height:1.8rem;width:1.6455rem;margin-right:10px}.widget-subway .subway{display:inline-block!important;font-family:Helvetica,sans-serif;border-radius:50%;background-color:#333;color:#fff;display:inline-block;font-size:1rem;font-weight:700;height:30px;line-height:31px;text-align:center;width:30px}.widget-subway .subway.subway-large{height:90px;width:90px;font-size:75px;line-height:92px}.widget-subway .subway-1,.widget-subway .subway-2,.widget-subway .subway-3{background-color:red}.widget-subway .subway-A,.widget-subway .subway-C,.widget-subway .subway-E{background-color:#0039a6}.widget-subway .subway-B,.widget-subway .subway-D,.widget-subway .subway-F,.widget-subway .subway-M{background-color:#ff6319}.widget-subway .subway-4,.widget-subway .subway-5,.widget-subway .subway-6{background-color:#00933c}.widget-subway .subway-G{background-color:#6cbe45}.widget-subway .subway-L{background-color:#a7a9ac}.widget-subway .subway-N,.widget-subway .subway-Q,.widget-subway .subway-R,.widget-subway .subway-W{color:#000;background-color:#fccc0a}.widget-subway .subway-7{background-color:#b933ad}.widget-subway .subway-J,.widget-subway .subway-Z{background-color:#963}.widget-subway .subway-S{background-color:#808183}.widget-subway .departure{display:flex;flex-direction:row;align-items:center;margin:10px 0;font-size:1.25rem}.widget-subway .time{margin-left:10px}.widget-calendar{width:40vw;font-size:1.25rem}.widget-calendar .time{font-size:.75rem;font-weight:700;margin:0 10px;vertical-align:middle}.widget-calendar .time,.widget-calendar i{color:#aaa}.widget-calendar ul{list-style-type:none;padding:0;margin:0 0 10px}.widget-calendar ul:last-child{margin-bottom:0}.widget-calendar li{margin-bottom:8px}.widget-calendar li:last-child{margin-bottom:0}.widget-calendar h3{text-transform:uppercase}.widget-schedule{width:40vw}.widget-schedule ul{font-size:1em;list-style-type:none;padding:0;margin:0 0 10px}.widget-schedule ul:last-child{margin-bottom:0}.widget-schedule li{margin-bottom:8px}.widget-schedule li:last-child{margin-bottom:0}.widget-air-quality{margin-top:-20px!important;font-size:.8rem;text-align:right}.widget-air-quality .air-quality-bar{position:relative}.widget-air-quality .bar{position:relative;background:transparent;height:8px!important;overflow:hidden;border:0;border-radius:5px;height:1rem;margin-top:5px;background:linear-gradient(90deg,#00e400,#ff0 14.29%,#ff7e00 28.87%,red 43.14%,#9c1ceb 57.43%,#7e0023)}.widget-air-quality .knob{position:absolute;box-sizing:border-box;height:12px;width:12px;border:2px solid #111;border-radius:6px;z-index:1;top:-2px;left:0}
/*# sourceMappingURL=main.f7eeb065.chunk.css.map */