header {
  display: block
}

[hidden] {
  display: none
}

html {
  background: #1e202b;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%
}

html,
input {
  font-family: sans-serif
}

body {
  margin: 0
}

a {
  background: 0 0
}

a:focus {
  outline: thin dotted
}

a:active,
a:hover {
  outline: 0
}

h1 {
  font-size: 2em;
  margin: .67em 0
}

h2 {
  font-size: 1.5em;
  margin: .83em 0
}

h3 {
  font-size: 1.17em;
  margin: 1em 0
}

h4 {
  font-size: 1em;
  margin: 1.33em 0
}

h5 {
  font-size: .83em;
  margin: 1.67em 0
}

h6 {
  font-size: .75em;
  margin: 2.33em 0
}

small {
  font-size: 80%
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sup {
  top: -.5em
}

img {
  border: 0
}

svg:not(:root) {
  overflow: hidden
}

input {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline
}

input {
  line-height: normal
}

html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer
}

input[disabled] {
  cursor: default
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

input::-moz-focus-inner {
  border: 0;
  padding: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

*,
:after,
:before {
  box-sizing: border-box
}

html {
  font-size: 14px
}

body {
  color: #bfc1c8;
  font-family: Roboto, "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.5;
  background: url(/img/WeatherBG.gif) no-repeat;
  background-position: center center;
  background-attachment: fixed;
  background-size: cover
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 20px;
  line-height: normal
}

a {
  text-decoration: none;
  color: #009ad8
}

form input {
  outline: 0;
  border: none;
  padding: 10px;
  border-radius: 30px
}

form input[type=reset],
form input[type=submit] {
  border: none;
  background: #009ad8;
  padding: 10px 20px;
  border-radius: 30px;
  color: #fff
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px
}

.container:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0
}

.hero {
  background-size: cover;
  padding: 70px 0;
  min-height: 450px
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }


  .hero {
    min-height: 350px
  }
}

.site-header {
  padding: 50px 0;
  background-color: #1e202b
}

.site-header .branding {
  float: left
}

.site-header .branding .logo,
.site-header .branding .logo-type {
  display: inline-block;
  vertical-align: middle
}

.site-header .branding .logo {
  margin-right: 10px
}

.site-header .branding .site-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-size: 1.1428571429em;
  color: #fff
}

.site-header .branding .site-description {
  font-size: 10px;
  font-size: .7142857143em;
  display: block;
  color: #bfc1c8
}

.main-navigation {
  float: right
}

.mobile-navigation {
  padding: 30px 0 0;
  clear: both;
  display: none
}



.find-location {
  position: relative;
  margin-bottom: 70px
}

.find-location input[type=text] {
  width: 100%;
  padding: 20px 50px 20px 20px;
  background: #1e202b;
  color: #fff
}

.find-location input[type=submit] {
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  padding: 0 40px
}

.forecast-container {
  width: 100%;
  background: #323544;
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
  margin-top: -150px;
  margin-bottom: 50px
}

.forecast-container .forecast {
  display: table-cell;
  vertical-align: top
}

.forecast-container .forecast:nth-child(even) {
  background-color: #262936
}

@media screen and (max-width:990px) {
  .forecast-container .forecast {
    display: block;
    width: 25%;
    float: left;
    margin: auto;
    /* padding: auto; */
  }

  /* #todays-weather-icon img{
    margin: 0 95%;
  } */
  #weather-data {
    display: flex;
    justify-content: space-between;
  }
}

/* @media screen and (max-width:478px)and (min-width:420px) {
  #todays-weather-icon img{
    margin: 0 20px;
  }
} */

@media screen and (max-width:400px) {
  .num {
    font-size: 5rem !important;
  }

  #todays-weather-icon {
    transform: scale(0.8);
  }

  #day5 {
    display: none;
  }

  .forecast {
    min-width: 33.33% !important;
  }
}

@media screen and (min-width:410px) {
  #todays-weather-icon {
    float: right;
    transform: scale(1.2);
    margin: 0 auto;
    position: relative;
    right: 10%;
    margin-top: 5%;
  }
}

.forecast-container .forecast.today {
  width: 420px
}

.forecast-container .forecast.today .forecast-header:after {
  content: " ";
  clear: both;
  display: block;
  overflow: hidden;
  height: 0
}

.forecast-container .forecast.today .forecast-header .day {
  float: left
}

.forecast-container .forecast.today .forecast-header .date {
  float: right
}

.forecast-container .forecast.today .forecast-content {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 30px
}

.forecast-container .forecast.today .location {
  font-size: 18px;
  font-size: 1.2857142857em;
  font-weight: 400
}

.forecast-container .forecast.today .degree .forecast-icon,
.forecast-container .forecast.today .degree .num {
  display: inline-block;
  vertical-align: middle;
}

.forecast-container .forecast.today .degree .num {
  font-size: 90px;
  font-size: 6.4285714286rem;
  margin-right: 30px
}

.forecast-container .forecast.today span {
  margin-right: 20px
}

.forecast-container .forecast.today span img {
  margin-right: 5px;
  vertical-align: middle
}

@media screen and (max-width:990px) {
  .forecast-container .forecast.today {
    display: block;
    width: 100%
  }

}

.forecast-container .forecast .forecast-header {
  background: rgba(0, 0, 0, .1);
  padding: 10px;
  text-align: center;
  font-weight: 400
}

.forecast-container .forecast .forecast-icon {
  height: 50px
}

.forecast-container .forecast .forecast-content {
  padding: 50px 20px 10px;
  text-align: center
}

.forecast-container .forecast .forecast-content .forecast-icon {
  margin-bottom: 20px
}

.forecast-container .forecast .forecast-content .degree {
  font-size: 24px;
  font-size: 1.7142857143em;
  color: #fff;
  font-weight: 700
}

.forecast-container .forecast .forecast-content small {
  font-size: 16px;
  font-size: 1.1428571429em
}