@font-face {
    font-family: 'weather';
    src: url('fonts/artill_clean_icons-webfont.eot');
    src: url('fonts/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/artill_clean_icons-webfont.woff') format('woff'),
         url('fonts/artill_clean_icons-webfont.ttf') format('truetype'),
         url('fonts/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

i.weather-icon {
  color: #50596C;
  font-family: 'weather' !important;
  font-size: 40px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  text-transform: none;
}

.weather-icon-0:before { content: ":"; }
.weather-icon-1:before { content: "p"; }
.weather-icon-2:before { content: "S"; }
.weather-icon-3:before { content: "Q"; }
.weather-icon-4:before { content: "S"; }
.weather-icon-5:before { content: "W"; }
.weather-icon-6:before { content: "W"; }
.weather-icon-7:before { content: "W"; }
.weather-icon-8:before { content: "W"; }
.weather-icon-9:before { content: "I"; }
.weather-icon-10:before { content: "W"; }
.weather-icon-11:before { content: "I"; }
.weather-icon-12:before { content: "I"; }
.weather-icon-13:before { content: "I"; }
.weather-icon-14:before { content: "I"; }
.weather-icon-15:before { content: "W"; }
.weather-icon-16:before { content: "I"; }
.weather-icon-17:before { content: "W"; }
.weather-icon-18:before { content: "U"; }
.weather-icon-19:before { content: "Z"; }
.weather-icon-20:before { content: "Z"; }
.weather-icon-21:before { content: "Z"; }
.weather-icon-22:before { content: "Z"; }
.weather-icon-23:before { content: "Z"; }
.weather-icon-24:before { content: "E"; }
.weather-icon-25:before { content: "E"; }
.weather-icon-26:before { content: "3"; }
.weather-icon-27:before { content: "a"; }
.weather-icon-28:before { content: "A"; }
.weather-icon-29:before { content: "a"; }
.weather-icon-30:before { content: "A"; }
.weather-icon-31:before { content: "6"; }
.weather-icon-32:before { content: "1"; }
.weather-icon-33:before { content: "6"; }
.weather-icon-34:before { content: "1"; }
.weather-icon-35:before { content: "W"; }
.weather-icon-36:before { content: "1"; }
.weather-icon-37:before { content: "S"; }
.weather-icon-38:before { content: "S"; }
.weather-icon-39:before { content: "S"; }
.weather-icon-40:before { content: "M"; }
.weather-icon-41:before { content: "W"; }
.weather-icon-42:before { content: "I"; }
.weather-icon-43:before { content: "W"; }
.weather-icon-44:before { content: "a"; }
.weather-icon-45:before { content: "S"; }
.weather-icon-46:before { content: "U"; }
.weather-icon-47:before { content: "S"; }

span.weather-degree {
    color: #50596C;
    font-size: 26px;
    font-weight: 600;
    margin-left: 10px;
}

div.weather-minmax span {
    color: #FC3539;
    font-weight: 600;
    float: right;
}

div.weather-minmax span::after {
    content: "°C";
}

div.weather-minmax span:last-child {
    clear: both;
    color: #5764C6 !important;
}

.panel-body .tile {
    margin: 1.5rem 0;
}

.maxwidth {
    max-width: 80vw;
}

.section-header {
    padding: 1rem .5rem;
    top: 0;
    width: 100%;
    z-index: 200;
}

.bg-gray {
    background: #f8f9fa;
    color: #667189;
}

code, kbd, pre, samp {
    font-family: Consolas, monospace !important;
}

body.modal-active {
    overflow: hidden;
}

.navbar .navbar-primary {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: center;
}

body.nav-open {
    overflow: hidden;
}

#mobile-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transform: translateX(-100%);
    transition: all 1s ease-in-out;
    z-index: 9999999 !important;
}

#mobile-nav.nav-open {
    transform: translateX(0);
}

#mobile-nav a.btn {
    display: block;
    text-align: center;
    margin: 20px 0;
    font-size: 110%;
}

#close-nav {
    width: 100%;
}

@media (max-width: 1400px) {
    .maxwidth {
        max-width: 98vw;
    }
}

@media (max-width: 820px) {
    .column {
        width: 100%;
    }
}