/**
* Lib imports
*/
.awesomplete [hidden] {
  display: none; }

.awesomplete .visually-hidden {
  position: absolute;
  clip: rect(0, 0, 0, 0); }

.awesomplete {
  display: inline-block;
  position: relative; }

.awesomplete > input {
  display: block; }

.awesomplete > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  box-sizing: border-box;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff; }

.awesomplete > ul:empty {
  display: none; }

.awesomplete > ul {
  border-radius: .3em;
  margin: .2em 0 0;
  background: rgba(255, 255, 255, 0.9);
  background: linear-gradient(to bottom right, white, rgba(255, 255, 255, 0.8));
  border: 1px solid rgba(0, 0, 0, 0.3);
  box-shadow: 0.05em 0.2em 0.6em rgba(0, 0, 0, 0.2);
  text-shadow: none; }

@supports (transform: scale(0)) {
  .awesomplete > ul {
    transition: 0.3s cubic-bezier(0.4, 0.2, 0.5, 1.4);
    transform-origin: 1.43em -.43em; }
  .awesomplete > ul[hidden],
  .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease; } }

/* Pointer */
.awesomplete > ul:before {
  content: "";
  position: absolute;
  top: -.43em;
  left: 1em;
  width: 0;
  height: 0;
  padding: .4em;
  background: white;
  border: inherit;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.awesomplete > ul > li {
  position: relative;
  padding: .2em .5em;
  cursor: pointer; }

.awesomplete > ul > li:hover {
  background: #b8d3e0;
  color: black; }

.awesomplete > ul > li[aria-selected="true"] {
  background: #3d6d8f;
  color: white; }

.awesomplete mark {
  background: #eaff00; }

.awesomplete li:hover mark {
  background: #b5d100; }

.awesomplete li[aria-selected="true"] mark {
  background: #3d6b00;
  color: inherit; }
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/**
* Module imports
*/
.awesomplete {
  width: 100%; }
  .awesomplete > ul {
    transform: 0 !important;
    transition: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 !important; }
    .awesomplete > ul::before {
      display: none; }
    .awesomplete > ul > li {
      text-transform: uppercase; }
    .awesomplete > ul > li[aria-selected="true"], .awesomplete > ul > li:hover {
      background: lightgray; }
    .awesomplete > ul > li[aria-selected="true"] mark, .awesomplete > ul mark, .awesomplete > ul > li:hover > mark {
      text-decoration: underline;
      background: transparent; }

/**
* Mobile rules
*/
.location-form {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 20;
  margin-left: -102%;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 1rem;
  transition: 500ms; }
  .location-form.-active {
    transition: 500ms;
    margin: 0; }
  .location-form > .inputscontainer {
    flex: 1; }
  .location-form > .buttoncontainer {
    margin-top: 10px; }
  .location-form > .closebutton {
    align-self: flex-end;
    color: white;
    font-size: 25px;
    margin-bottom: 5px; }

/**
* Tablet rules
*/
@media screen and (min-width: 768px) {
  .location-form {
    display: block;
    height: auto;
    max-width: 500px;
    margin: 0 auto;
    background: transparent !important;
    position: relative; }
    .location-form.-active {
      margin: 0 auto; }
    .location-form > .inputscontainer {
      width: 100%;
      display: block; }
    .location-form > .buttoncontainer {
      display: block;
      width: 100%; }
    .location-form > .closebutton {
      display: none; } }

/**
* Desktop rules
*/
@media screen and (min-width: 992px) {
  .location-form {
    max-width: 450px; } }

.weather-details {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0; }
  .weather-details > .maininfo, .weather-details > .citydetails {
    color: white; }
  .weather-details > .citydetails {
    text-transform: uppercase;
    font-size: 20px;
    padding: 1rem 0; }
  .weather-details > .maininfo {
    -js-display: flex;
    display: flex;
    align-items: center;
    padding: .5rem; }
    .weather-details > .maininfo > .wi {
      font-size: 50px; }
    .weather-details > .maininfo > .temperature {
      margin-left: 15px;
      font-size: 50px; }
  .weather-details > .subinfos {
    padding: .5rem;
    color: lightgray; }

/**
* Mobile rules
*/
.week-forecast > .dayslist {
  -js-display: flex;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 1rem 0;
  box-sizing: border-box;
  list-style: none; }
  .week-forecast > .dayslist > .day {
    margin: 0 auto;
    width: 16%;
    color: white;
    text-align: center; }
    .week-forecast > .dayslist > .day > .max, .week-forecast > .dayslist > .day > .min, .week-forecast > .dayslist > .day > .label {
      width: 100%;
      display: block; }
    .week-forecast > .dayslist > .day > .label {
      padding: .5rem 0;
      font-weight: bold; }
    .week-forecast > .dayslist > .day > .max, .week-forecast > .dayslist > .day > .min {
      padding: .2rem 0; }
    .week-forecast > .dayslist > .day > .min {
      color: lightgray;
      font-size: 16px; }

/**
* Tablet rules
*/
@media screen and (min-width: 768px) {
  .week-forecast {
    margin: 0 auto;
    max-width: 400px; } }

/**
* Desktop rules
*/
@media screen and (min-width: 992px) {
  .week-forecast {
    margin: 0 auto;
    max-width: 600px; } }

/**
* Mobile rules
*/
.favorite-button {
  -js-display: flex;
  display: flex;
  cursor: pointer;
  color: white;
  align-items: center;
  margin: 5px;
  font-size: 15px; }
  .favorite-button > .label {
    margin-left: 5px;
    text-transform: uppercase; }
  .favorite-button > .fa {
    font-size: 25px; }

/**
* Desktop rules
*/
@media screen and (min-width: 992px) {
  .favorite-button {
    font-size: 15px; }
    .favorite-button > .fa {
      font-size: 25px; } }

/**
* Mobile rules
*/
.app-navbar {
  z-index: 10;
  padding: 1rem .5rem;
  -js-display: flex;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  flex-direction: row; }
  .app-navbar > .logo {
    margin: 0 auto;
    color: white;
    -js-display: flex;
    display: flex;
    flex-direction: row;
    align-items: center; }
    .app-navbar > .logo > .wi {
      font-size: 32px; }
    .app-navbar > .logo > span {
      font-weight: 700;
      display: block;
      margin-left: 10px;
      font-size: 20px; }

.menubutton {
  border: none;
  height: 20px;
  background: transparent;
  position: relative;
  width: 30px;
  cursor: pointer;
  outline: none; }
  .menubutton > span {
    position: absolute;
    display: block;
    height: 2px;
    background: white;
    width: 100%; }
  .menubutton > span:nth-child(1) {
    top: 0px; }
  .menubutton > span:nth-child(2) {
    top: 8px; }
  .menubutton > span:nth-child(3) {
    top: 16px; }

/**
* Tablet rules
*/
@media screen and (min-width: 768px) {
  .app-navbar > .menubutton {
    display: none; }
  .app-navbar > .logo > .wi {
    font-size: 42px; }
  .app-navbar > .logo > span {
    font-weight: 700;
    display: block;
    margin-left: 10px;
    font-size: 30px; } }

.alert-dialog {
  max-width: 350px;
  min-width: 150px;
  color: black;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  right: 5px;
  top: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 1px;
  padding: .5rem;
  margin-top: -150px;
  transition: 500ms; }
  .alert-dialog.-active {
    margin: 0; }

.button {
  font-size: 16px;
  padding: .6rem;
  outline: 0;
  border: 0;
  margin: 0;
  background: transparent;
  border: solid 1px white;
  color: white;
  width: 100%;
  cursor: pointer; }

.select-box {
  outline: 0;
  font-size: 16px;
  box-sizing: border-box;
  border: 0;
  padding: .6rem .2rem;
  width: 100%;
  text-transform: uppercase;
  background: transparent;
  border-bottom: solid 1px white;
  color: white; }
  .select-box > option {
    color: black; }
  .select-box::placeholder {
    color: white; }
  .select-box:-ms-input-placeholder {
    color: white; }
  .select-box:disabled {
    cursor: not-allowed; }

.input {
  outline: 0;
  font-size: 16px;
  box-sizing: border-box;
  border: 0;
  padding: .6rem .2rem;
  width: 100%;
  text-transform: uppercase;
  background: transparent;
  border-bottom: solid 1px white;
  color: white;
  margin-top: 2px; }
  .input > option {
    color: black; }
  .input::placeholder {
    color: white; }
  .input:-ms-input-placeholder {
    color: white; }
  .input:disabled {
    cursor: not-allowed; }

a,
input,
select,
li,
ul,
body,
button {
  font-family: Montserrat; }

body, html {
  margin: 0;
  padding: 0; }

body, html, .app-container {
  height: 100%;
  display: block;
  overflow: auto; }

.app-container {
  box-sizing: border-box;
  z-index: 10; }

/**
* App themes
*/
.hot {
  background-image: -ms-linear-gradient(bottom, #fb5961 0%, #ff9e69 100%);
  background-image: linear-gradient(bottom, #fb5961 0%, #ff9e69 100%);
  background-image: -moz-linear-gradient(bottom, #fb5961 0%, #ff9e69 100%);
  background-image: -webkit-linear-gradient(bottom, #fb5961 0%, #ff9e69 100%); }

.cool {
  background-image: -ms-linear-gradient(bottom, #fd6e22 0%, #fed566 100%);
  background-image: linear-gradient(bottom, #fd6e22 0%, #fed566 100%);
  background-image: -moz-linear-gradient(bottom, #fd6e22 0%, #fed566 100%);
  background-image: -webkit-linear-gradient(bottom, #fd6e22 0%, #fed566 100%); }

.freezing {
  background-image: -ms-linear-gradient(bottom, #2537ac 0%, #40a8fc 100%);
  background-image: linear-gradient(bottom, #2537ac 0%, #40a8fc 100%);
  background-image: -moz-linear-gradient(bottom, #2537ac 0%, #40a8fc 100%);
  background-image: -webkit-linear-gradient(bottom, #2537ac 0%, #40a8fc 100%); }

.cold {
  background-image: -ms-linear-gradient(bottom, #2537ac 0%, #ca79d6 100%);
  background-image: linear-gradient(bottom, #2537ac 0%, #ca79d6 100%);
  background-image: -moz-linear-gradient(bottom, #2537ac 0%, #ca79d6 100%);
  background-image: -webkit-linear-gradient(bottom, #2537ac 0%, #ca79d6 100%); }

.week-forecast-chart-conatiner {
  padding: 1rem .6rem;
  margin: 0 auto; }

@media screen and (min-width: 768px) {
  .week-forecast-chart-conatiner {
    max-width: 500px;
    padding: 1rem .5rem; } }

@media screen and (min-width: 992px) {
  .week-forecast-chart-conatiner {
    max-width: 600px; } }

/*# sourceMappingURL=styles.css.map*/