@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600&display=swap");
#miniWeatherWidget {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  padding-left: 50px;
}

#miniWeatherWidget.wind {
  background-image: url("../images/animated/final/wind.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50%;
}

#miniWeatherWidget.tornado {
  background-image: url("../images/animated/final/tornado.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50%;
}

#miniWeatherWidget.thunderstorms {
  background-image: url("../images/animated/final/thunderstorms.svg");
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: 50%;
}

#miniWeatherWidget.snow {
  background-image: url("../images/animated/final/snow.svg");
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: 50%;
}

#miniWeatherWidget.sleet {
  background-image: url("../images/animated/final/sleet.svg");
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: 50%;
}

#miniWeatherWidget.rain {
  background-image: url("../images/animated/final/rain.svg");
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: 50%;
}

#miniWeatherWidget.partly-cloudy-day {
  background-image: url("../images/animated/final/partly-cloudy-day.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 55%;
}

#miniWeatherWidget.partly-cloudy-night {
  background-image: url("../images/animated/final/partly-cloudy-night.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#miniWeatherWidget.hail {
  background-image: url("../images/animated/final/hail.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#miniWeatherWidget.fog {
  background-image: url("../images/animated/final/fog.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#miniWeatherWidget.cloudy {
  background-image: url("../images/animated/final/cloudy.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#miniWeatherWidget.clear-night {
  background-image: url("../images/animated/final/clear-night.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#miniWeatherWidget.clear-day {
  background-image: url("../images/animated/final/clear-day.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#weatherWidget {
  background-color: rgba(255, 255, 255, 0.05);
  background-blend-mode: multiply;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 16px;
  border: 1px solid white;
  border-radius: 4px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#weatherWidget.wind {
  background-image: url("../images/animated/final/wind.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50%;
}

#weatherWidget.tornado {
  background-image: url("../images/animated/final/tornado.svg");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 50%;
}

#weatherWidget.thunderstorms {
  background-image: url("../images/animated/final/thunderstorms.svg");
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: 50%;
}

#weatherWidget.snow {
  background-image: url("../images/animated/final/snow.svg");
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: 50%;
}

#weatherWidget.sleet {
  background-image: url("../images/animated/final/sleet.svg");
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: 50%;
}

#weatherWidget.rain {
  background-image: url("../images/animated/final/rain.svg");
  background-repeat: no-repeat;
  background-position: left -20px;
  background-size: 50%;
}

#weatherWidget.partly-cloudy-day {
  background-image: url("../images/animated/final/partly-cloudy-day.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#weatherWidget.partly-cloudy-night {
  background-image: url("../images/animated/final/partly-cloudy-night.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#weatherWidget.hail {
  background-image: url("../images/animated/final/hail.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#weatherWidget.fog {
  background-image: url("../images/animated/final/fog.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#weatherWidget.cloudy {
  background-image: url("../images/animated/final/cloudy.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#weatherWidget.clear-night {
  background-image: url("../images/animated/final/clear-night.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#weatherWidget.clear-day {
  background-image: url("../images/animated/final/clear-day.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 50%;
}

#weatherWidget .month {
  font-weight: 600;
  font-size: .7rem;
  letter-spacing: .05rem;
}

#weatherWidget .date {
  font-weight: 600;
  font-size: .7rem;
  letter-spacing: .05rem;
}

#weatherWidget .date .hours {
  font-weight: 200;
}

#weatherWidget .temp {
  font-weight: normal;
  font-size: 3.125rem;
  line-height: 3rem;
  margin-top: 16px;
}

#weatherWidget .place {
  font-weight: 200;
  font-size: .7rem;
  text-transform: uppercase;
}

#weatherWidget .summary {
  font-weight: 400;
  font-size: .7rem;
  text-transform: uppercase;
}

#weatherWidget .data {
  text-align: right;
  width: 100%;
}

#weatherWidget canvas {
  width: 100%;
  max-width: 250px;
  height: auto;
  position: absolute;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -10%;
}
/*# sourceMappingURL=app.css.map */