﻿/*
  Docs at http://http://simpleweatherjs.com

  Weather icon font from http://fonts.artill.de/collection/artill-weather-icons

  DO NOT hotlink the assets/font included in this demo. If you wish to use the same font icon then download it to your local assets at the link above. If you use the links below odds are at some point they will be removed and your version will break.
*/

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#weather {
  float:right;
  width: 160px;
  margin: 5px;
  text-align: center;
  text-transform: uppercase;
}

#weather .wc {
  margin: 0;
  margin-right:5px;
  color: white;
  font-family: weather;
  font-size: 34px;
  font-weight: normal;
  line-height: 1.0;
}

#weather .wc.icon-0:before { content: ":"; }
#weather .wc.icon-1:before { content: "p"; }
#weather .wc.icon-2:before { content: "S"; }
#weather .wc.icon-3:before { content: "Q"; }
#weather .wc.icon-4:before { content: "S"; }
#weather .wc.icon-5:before { content: "W"; }
#weather .wc.icon-6:before { content: "W"; }
#weather .wc.icon-7:before { content: "W"; }
#weather .wc.icon-8:before { content: "W"; }
#weather .wc.icon-9:before { content: "I"; }
#weather .wc.icon-10:before { content: "W"; }
#weather .wc.icon-11:before { content: "I"; }
#weather .wc.icon-12:before { content: "I"; }
#weather .wc.icon-13:before { content: "I"; }
#weather .wc.icon-14:before { content: "I"; }
#weather .wc.icon-15:before { content: "W"; }
#weather .wc.icon-16:before { content: "I"; }
#weather .wc.icon-17:before { content: "W"; }
#weather .wc.icon-18:before { content: "U"; }
#weather .wc.icon-19:before { content: "Z"; }
#weather .wc.icon-20:before { content: "Z"; }
#weather .wc.icon-21:before { content: "Z"; }
#weather .wc.icon-22:before { content: "Z"; }
#weather .wc.icon-23:before { content: "Z"; }
#weather .wc.icon-24:before { content: "E"; }
#weather .wc.icon-25:before { content: "E"; }
#weather .wc.icon-26:before { content: "3"; }
#weather .wc.icon-27:before { content: "a"; }
#weather .wc.icon-28:before { content: "A"; }
#weather .wc.icon-29:before { content: "a"; }
#weather .wc.icon-30:before { content: "A"; }
#weather .wc.icon-31:before { content: "6"; }
#weather .wc.icon-32:before { content: "1"; }
#weather .wc.icon-33:before { content: "6"; }
#weather .wc.icon-34:before { content: "1"; }
#weather .wc.icon-35:before { content: "W"; }
#weather .wc.icon-36:before { content: "1"; }
#weather .wc.icon-37:before { content: "S"; }
#weather .wc.icon-38:before { content: "S"; }
#weather .wc.icon-39:before { content: "S"; }
#weather .wc.icon-40:before { content: "M"; }
#weather .wc.icon-41:before { content: "W"; }
#weather .wc.icon-42:before { content: "I"; }
#weather .wc.icon-43:before { content: "W"; }
#weather .wc.icon-44:before { content: "a"; }
#weather .wc.icon-45:before { content: "S"; }
#weather .wc.icon-46:before { content: "U"; }
#weather .wc.icon-47:before { content: "S"; }

#weather .wt {
  /*margin: -50px 0 8px;*/
  color: white;
  font-family:'MotorWerkCustom';
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  text-shadow: 0px 1px 3px rgb(0, 0, 0);
}

#weather .wr {
  background-color:rgb(73, 73, 73);
  padding: 5px;
  display: block;
  border:2px solid rgb(0, 0, 0);
  border-radius: 8px;
  color:white;
  margin:-10px 0px 0px 0px;
  font-size:12px;
}

#weather .updated {
  opacity: 0.45;
}