﻿@font-face {
    font-family: 'widgeticomoon';
    src: url('../Fonts/widgeticomoon.eot?izgkk0');
    src: url('../Fonts/widgeticomoon.eot?izgkk0#iefix') format('embedded-opentype'), url('../Fonts/widgeticomoon.ttf?izgkk0') format('truetype'), url('../Fonts/widgeticomoon.woff?izgkk0') format('woff'), url('../Fonts/widgeticomoon.svg?izgkk0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-Precipitationicon:before {
    content: "\e901";
    color: #66C9DE;
    font-size: 41px;
}
.icon-Temperatureicon:before {
    content: "\e903";
    color: #9F040D;
    font-size: 41px;
}
.icon-Windicon:before {
    content: "\e904";
    color: #157DA3;
    font-size: 41px;
}
.icon-PrecipitationiconG:before {
     content: "\e901";
    color: #66C9DE;
    font-size:58px;
}

.icon-WindiconG:before {
    content: "\e904";
    color: #157DA3;
    font-size: 68px;
}

.icon-TemperatureiconG:before {
     content: "\e903";
    color: #9F040D;
     font-size: 58px;
}
.drop {
  width: 100%;
  height: 40px;
  margin-top: 30px;
  margin-bottom: 10px;
  background-image: url("http://uploads.webflow.com/57f22651658b2f016b8adaf8/57f22651658b2f016b8adb2c_Drop.svg");
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
}
.drop.frontpage {
  margin-top: 0px;
  margin-bottom: 5px;
}
.drop._2 {
  height: 40px;
  background-image: url("http://uploads.webflow.com/57f22651658b2f016b8adaf8/57f22651658b2f016b8adb2d_Wind.svg");
  background-size: 50px;
}

.drop._1 {
  height: 40px;
  background-image: url("http://uploads.webflow.com/57f22651658b2f016b8adaf8/57f22651658b2f016b8adb23_Thermo.svg");
  background-position: 50% 50%;
  background-size: 20px;
  background-repeat: no-repeat;
}
.button._2.left:hover {
    background-color: #69be28
}