header {
  background: #edac38 url("../projects/weather/header_mobile.jpg") repeat-x center top;
  background-repeat: repeat-x !important; }
  @media only screen and (min-width: 601px) {
    header {
      background-image: url("../projects/weather/header.jpg"); } }

article ul {
  list-style: none;
  padding: 0; }
  article ul li {
    width: 16%;
    min-width: 110px;
    font-size: 0.7em;
    text-align: center;
    display: inline-block;
    vertical-align: top; }
    article ul li p {
      text-align: center; }
