html{box-sizing:border-box;font-size:16px}@media screen and (min-width:600px){html{font-size:20px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333}*,:after,:before{box-sizing:inherit}a{color:#4169e1}a,a:hover{text-decoration:none}a:hover{color:orchid}a:active{color:#ba55d3}button{color:#fff;background-color:#4169e1;font-weight:700;padding:.5rem 1rem;border:0;border-radius:1rem}button:hover{background-color:orchid;cursor:pointer}button:active{background-color:#ba55d3}button[disabled]{opacity:.2;cursor:auto}button[disabled]:hover{background-color:#4169e1}.error{color:red}.warning{color:#daa520}.App{font-family:Merriweather Sans,sans-serif;text-align:center;max-width:600px;width:100%;margin:0 auto;padding:1rem}.App>h1{margin-bottom:0}.App>p{margin-top:0}.my-locations{display:flex;flex-flow:row nowrap;justify-content:center;margin-top:3rem;margin-bottom:3rem}.my-locations button{display:block;font-size:1rem;border-top:0;margin:1rem}.weather-search input{font-size:1rem;border:2px solid #ccc;padding:.5rem 1rem;width:100%;margin-bottom:1rem;border-radius:1rem}.weather-search button{display:block;font-size:1rem;border-top:0}.weather-locations ul{list-style-type:none;padding:0}.weather-locations a{line-height:1.5}.weather-locations [role=img]{font-size:4rem}.weather-forecast h2{margin-top:0}.weather-forecast--icon{max-height:128px;margin:0 auto}.weather-forecast--temp{font-size:3rem;font-weight:700}.lds-ring{display:inline-block;position:relative;width:64px;height:64px}.lds-ring div{box-sizing:border-box;display:block;position:absolute;width:51px;height:51px;margin:6px;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:6px solid transparent;border-top-color:#ccc}.lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}
/*# sourceMappingURL=main.1bce351e.chunk.css.map */