:root{--font-color:#bbb;--background-dark:#151515;--background-light:#212121;--border:#333;--color-accent:#2196f3;--color-high:#c02;--color-low:#159;--material-ui-palette-primary1:var(--color-accent);--material-ui-palette-primary2:var(--color-accent);--material-ui-palette-alternate-text:#111}body{background-color:#212121;background-color:var(--background-light);color:#bbb;color:var(--font-color);font-family:Roboto,sans-serif;letter-spacing:.5px;margin:0;padding:0}.App{grid-gap:0;display:grid;grid-template-areas:"header" "content";grid-template-rows:70px 1fr;height:100vh}.error,.loading{align-items:center;display:grid;grid-column:1/-1;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center}@media (max-width:700px){.App{grid-template-areas:"header" "content"}}.NavBar{--background-color:var(--background-dark);background-color:var(--background-color);box-shadow:0 0 30px 0 #00000080;display:flex;flex-direction:row;grid-area:header}.NavBar a{text-decoration:none}.NavBar .button{align-items:center;border-bottom:3px solid var(--background-color);color:var(--font-color);cursor:pointer;display:flex;flex-direction:row;font-size:1.2rem;font-weight:300;height:100%;justify-content:center;width:150px}.NavBar .button,.NavBar a.active .button{box-sizing:border-box;transition:border-bottom .2s ease-in-out}.NavBar a.active .button{border-bottom:3px solid var(--color-accent)}@media (max-width:700px){.NavBar{overflow-x:auto}}@media (min-width:701px){.NavBar{justify-content:center}}#Current{grid-column-gap:20px;background-color:var(--background-dark);column-gap:20px;display:grid;grid-template-areas:"header header" "content-left content-right";grid-template-columns:repeat(2,1fr);grid-template-rows:auto 1fr}#Current>div:first-child{grid-area:header;grid-column:1/-1;margin-bottom:20px}.current-weather{background-color:var(--background-dark);display:grid;grid-area:content-left;grid-template-rows:80px 1fr;padding:0 20px 20px}.current-weather-header{text-align:center}.current-weather-header .title{font-size:1.1rem}.current-weather-header .date{font-size:.85rem;margin-top:10px}.weather-station{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr}.weather-station .data{display:grid;grid-column:1/-1;grid-row:1/2;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;padding:0 20px 20px}.weather-station .data .temperature{align-items:center;display:grid;grid-template-columns:1fr;grid-template-rows:1fr;justify-items:center}.weather-station .data .additional-data{border:1px solid var(--border);box-sizing:border-box;display:grid}.highs-lows{background-color:var(--background-dark);display:grid;grid-area:content-right;grid-template-columns:repeat(2,1fr);grid-template-rows:80px 1fr;padding:0 20px 20px}.highs-lows .temperatures{align-items:center;display:grid;grid-template-rows:repeat(2,1fr);justify-items:center}.highs-lows .data{background-color:var(--background-light);border:1px solid var(--border);display:grid;font-size:.9rem}.highs-lows .data .header{align-items:center;border-bottom:1px solid var(--border);box-sizing:border-box;display:grid;font-size:.9rem;grid-template-columns:repeat(3,1fr);padding:10px 0;text-align:center}.highs-lows .data .header .high{color:var(--color-high)}.highs-lows .data .header .low{color:var(--color-low)}.highs-lows .data .row{align-items:center;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);padding:10px}.highs-lows .data .row:not(:last-child){border-bottom:1px solid var(--border)}.highs-lows .data .row :not(.name){text-align:center}.highs-lows .data .row .high .time,.highs-lows .data .row .low .time{font-size:.7rem}.other-location{background-color:var(--background-dark);box-shadow:0 0 30px 0 #00000080;grid-column:1/-1;grid-row:3/4;padding:20px}@media (max-width:700px){#Current{grid-template-areas:"header" "content-left" "content-right";grid-template-columns:1fr}}@media (max-width:1250px){.weather-station .data{grid-template-columns:1fr;grid-template-rows:500px 1fr}.highs-lows{grid-template-columns:1fr;grid-template-rows:80px 500px 1fr}}@media (max-width:700px){.weather-station .data{grid-template-rows:400px 1fr;padding:0 10px 10px}.weather-station .data .temperature{padding:10px 0 20px}.current-weather{grid-template-rows:60px 1fr;padding:0 10px 10px}}.la-ball-atom,.la-ball-atom>div{box-sizing:border-box;position:relative}.la-ball-atom{color:#fff;display:block;font-size:0}.la-ball-atom.la-dark{color:#333}.la-ball-atom>div{background-color:currentColor;border:0 solid;display:inline-block;float:none}.la-ball-atom{height:32px;width:32px}.la-ball-atom>div:first-child{animation:ball-atom-shrink 4.5s linear infinite;background:#aaa;border-radius:100%;height:60%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:60%;z-index:1}.la-ball-atom>div:not(:first-child){animation:ball-atom-zindex 1.5s steps(2) 0s infinite;background:none;height:100%;left:0;position:absolute;width:100%;z-index:0}.la-ball-atom>div:not(:first-child):before{animation:ball-atom-position 1.5s ease 0s infinite,ball-atom-size 1.5s ease 0s infinite;background:currentColor;border-radius:50%;content:"";height:10px;left:0;margin-left:-5px;margin-top:-5px;opacity:.75;position:absolute;top:0;width:10px}.la-ball-atom>div:nth-child(2){animation-delay:.75s}.la-ball-atom>div:nth-child(2):before{animation-delay:0s,-1.125s}.la-ball-atom>div:nth-child(3){animation-delay:-.25s;transform:rotate(120deg)}.la-ball-atom>div:nth-child(3):before{animation-delay:-1s,-.75s}.la-ball-atom>div:nth-child(4){animation-delay:.25s;transform:rotate(240deg)}.la-ball-atom>div:nth-child(4):before{animation-delay:-.5s,-.125s}.la-ball-atom.la-sm{height:16px;width:16px}.la-ball-atom.la-sm>div:not(:first-child):before{height:4px;margin-left:-2px;margin-top:-2px;width:4px}.la-ball-atom.la-2x{height:64px;width:64px}.la-ball-atom.la-2x>div:not(:first-child):before{height:20px;margin-left:-10px;margin-top:-10px;width:20px}.la-ball-atom.la-3x{height:96px;width:96px}.la-ball-atom.la-3x>div:not(:first-child):before{height:30px;margin-left:-15px;margin-top:-15px;width:30px}@keyframes ball-atom-position{50%{left:100%;top:100%}}@keyframes ball-atom-size{50%{transform:scale(.5)}}@keyframes ball-atom-zindex{50%{z-index:10}}@keyframes ball-atom-shrink{50%{transform:translate(-50%,-50%) scale(.8)}}.data-item{grid-gap:10px;align-items:center;background-color:var(--background-light);border-bottom:1px solid var(--border);box-sizing:border-box;display:grid;font-size:.9rem;grid-template-columns:repeat(2,1fr);padding:7px}.data-item:last-child{border-bottom:0}#Forecast{background-color:var(--background-dark);box-shadow:0 0 30px 0 #00000080;display:flex;flex-direction:column;padding-top:20px}@media screen and (max-width:600px){#ForecastDetailed{margin-bottom:40px;order:1}#ForecastShort{order:2}}#ForecastShort{display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;justify-content:space-around;margin-bottom:20px}.ShortDayCard{min-width:150px;text-align:center}.ShortDayCard img{margin-bottom:5px;margin-top:10px}.ShortDayCard .shortForecast{margin-bottom:10px;max-width:180px;overflow-wrap:wrap}.ShortDayCard .temperature.daytime{color:var(--color-high)}.ShortDayCard .temperature.nighttime{color:var(--color-low)}.Name{font-weight:700}#ForecastDetailed tr td{padding:10px}#ForecastDetailed tbody tr:nth-child(odd){background-color:var(--background-light)}.loading{height:100%;width:100%}#History{grid-gap:20px;background-color:var(--background-dark);display:grid;grid-template-areas:"title title title title" "history-date-time history-date-time highs-lows-date-range highs-lows-date-range" "history-date-time-data history-date-time-data temperatures history-data";grid-template-columns:repeat(4,1fr);grid-template-rows:-webkit-min-content -webkit-min-content 1fr;grid-template-rows:min-content min-content 1fr}.history-temperatures{align-items:center;display:grid;grid-area:temperatures;grid-template-rows:repeat(2,1fr);justify-content:center}.history-data{border:1px solid var(--border);box-sizing:border-box;display:grid;font-size:.9rem;grid-area:history-data;grid-template-rows:repeat(auto-fit,1fr);margin:0 20px 20px}.history-data .header,.history-data .row{align-items:center;background-color:var(--background-light);box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);justify-items:center;padding:10px 0}.history-data .header>*,.history-data .row>*{box-sizing:border-box;padding:0 10px;text-align:center}.history-data .header,.history-data .row:not(:last-child){border-bottom:1px solid var(--border)}.history-data .header .high{color:var(--color-high)}.history-data .header .low{color:var(--color-low)}.history-data .row .description{justify-self:start}.history-data .row .high .date,.history-data .row .high .time,.history-data .row .low .date,.history-data .row .low .time{font-size:.7rem}.history-error{grid-column:1/-1;margin:20px 0}.date-range-error,.history-error{background-color:var(--background-dark);color:var(--color-high);text-align:center}.date-range-error{grid-column:3/6}.history-date-time{align-content:start;align-items:center;display:grid;grid-area:history-date-time;justify-items:center;padding-top:20px}.history-date-time-presets{grid-gap:10px;display:grid;grid-template-columns:repeat(3,1fr);justify-content:center;margin-bottom:20px;margin-left:auto;margin-right:auto;max-width:400px}.history-date-time-presets>*{font-size:.8rem;min-width:0;white-space:nowrap}.history-date-time-pickers{grid-gap:15px;display:grid;grid-template-columns:repeat(2,1fr);margin-top:15px}.history-date-time-data{border:1px solid var(--border);box-sizing:border-box;display:grid;grid-area:history-date-time-data;grid-template-rows:repeat(auto-fit,1fr);margin:0 auto 20px}.no-data-message{align-items:center;display:flex;flex-direction:column;grid-area:history-date-time-data;justify-content:flex-start;margin:20px 0;text-align:center}@media (max-width:700px){#History{grid-template-areas:"title" "highs-lows-date-range" "history-data" "history-date-time" "history-date-time-data";grid-template-columns:1fr}.history-temperatures{display:none}}.DateRange{background-color:var(--background-dark);box-sizing:border-box;grid-area:highs-lows-date-range;margin:0 auto;padding:0}.date-range-title{font-size:1rem;font-weight:400;margin-top:0;text-align:center}.pickers{grid-row-gap:15px;grid-column-gap:15px;align-items:center;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;justify-items:center;margin-top:15px}.presets{grid-gap:10px;display:grid;grid-template-columns:repeat(3,100px);justify-content:center;margin-bottom:20px}#Reports{background-color:var(--background-dark);box-sizing:border-box;display:grid;grid-template-areas:"header" "report-types" "date-range" "content";grid-template-rows:auto 30px 180px 1fr;padding:0 20px 20px}#Reports>div:first-child{grid-area:header}#report-types{display:flex;flex-direction:row;grid-area:report-types;justify-content:center}#report-types .button{width:150px}#report-types .button:not(:last-child){margin-right:10px}#date-selection{grid-area:date-range}#date-range{margin-bottom:20px;margin-top:0;text-align:center}#date-range .presets{grid-gap:10px;display:grid;grid-template-columns:repeat(3,100px);justify-content:center;margin-bottom:20px}#date-range .range{display:flex;flex-wrap:nowrap;gap:15px;justify-content:center;margin-top:15px}#date-range .range .begin,#date-range .range .end{flex:0 0 auto}#date-range .error{color:var(--color-high);margin-top:20px}#data-archive-grid{text-align:center}#content{align-items:center;display:flex;flex-direction:column;grid-area:content;justify-content:flex-start;margin-top:30px}#content .header{font-weight:700}#content .cell{align-items:center;color:var(--font-color);display:flex;flex-direction:row;justify-content:center}#content .cell.stripe{background-color:var(--background-light)}#coming-soon{font-size:2rem}
/*# sourceMappingURL=main.eaeaf0cb.css.map*/