html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: futura;
  font-size: 0;
}

a {
  color: #000000;
  background: #ffffff;
}

.night a {
  color: #ffffff;
  background: #000000;
}

html.night {
  color: #ffffff;
  background: #000000;
}

#cleaner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}

#page {
  position: relative;
  height: 100%;
  overflow: hidden;
}

#city {
  font-size: 50px;
  font-size: 7rem;
  position: absolute;
  top: 1.5%;
  right: 3.3%;
  display: block;
  text-decoration: none;
}

#clockWrapper {
  font-size: 50px;
  font-size: 7rem;
  position: absolute;
  top: 1.5%;
  left: 3.3%;
  display: block;
  text-decoration: none;
}
.clock {
  font-size: 50px;
  letter-spacing: 1px;
}
#temp {
  font-size: 175px;
  font-size: 23rem;
  display: inline-block;
}

.tempWrapper {
  position: absolute;
  right: 3.3%;
  top: 12.5%;
}

#lastUpdate {
  font-size: 10px;
  font-size: 1.4rem;
  position: absolute;
  bottom: 47%;
  left: 3.3%;
}

#bincolor {
  font-size: 25px;
  font-size: 3rem;
  position: absolute;
  bottom: 47%;
  left: 3.3%;
}

#description {
  position: absolute;
  right: 3.3%;
  bottom: 46%;
  font-size: 50px;
  font-size: 7rem;
}

#icon {
  font-size: 175px;
  font-size: 23rem;
}

#iconWrapper {
  position: absolute;
  left: 5%;
  top: 12.5%;
}

.forecast {
  position: absolute;
  width: 100%;
  bottom: 6%;
  left: 0;
  border-top: 5px solid black;
  border-bottom: 1px solid black;
  height: 39%;
}

.night .forecast {
  border-color: #ffffff;
}

.col {
  width: 24.5%;
  border-right: 1px solid black;
  float: left;
  text-align: center;
  height: 100%;
}

.night .col {
  border-color: #ffffff;
}

.col:last-child {
  border-right: none;
}

#date {
  position: absolute;
  bottom: 0;
  left: 3.3%;
  font-size: 20px;
  font-size: 3rem;
}

#sun {
  position: absolute;
  bottom: 0;
  right: 3.3%;
  font-size: 30px;
  font-size: 4.3rem;
}

.forecastIconWrapper {
  font-size: 100px;
  font-size: 12rem;
}

.colTemp {
  font-size: 50px;
  font-size: 7.1rem;
}

.colTime {
  font-size: 35px;
  font-size: 5rem;
  margin-top: 5%;
}

.colDesc {
  font-size: 20px;
  font-size: 2.8rem;
}

.portrait .col:nth-last-child(2) {
  border-right: none;
}

.portrait .col5 {
  display: none;
}

.landscape #city {
  font-size: 35.4px;
  font-size: 7rem;
}

.landscape #temp {
  font-size: 141.7px;
  font-size: 28rem;
}

.landscape #lastUpdate {
  font-size: 7.1px;
  font-size: 1.4rem;
}

.landscape #bincolor {
  font-size: 7.1px;
  font-size: 1.4rem;
}

.landscape #description {
  font-size: 35.4px;
  font-size: 7rem;
}

.landscape #icon {
  font-size: 177.1px;
  font-size: 35rem;
}
.landscape #date {
  font-size: 21.8px;
  font-size: 4.3rem;
}

.landscape #sun {
  font-size: 21.8px;
  font-size: 4.3rem;
}

.landscape .forecastIconWrapper {
  font-size: 71.9px;
  font-size: 14.2rem;
}

.landscape .colTemp {
  font-size: 35.9px;
  font-size: 7.1rem;
}

.landscape .colTime {
  font-size: 25.3px;
  font-size: 5rem;
}

.landscape .colDesc {
  font-size: 14.2px;
  font-size: 2.8rem;
}

.landscape .col {
  width: 19.5%;
}
/* * {
  outline: 2px dotted red;
}
* * {
  outline: 2px dotted green;
}
* * * {
  outline: 2px dotted orange;
}
* * * * {
  outline: 2px dotted blue;
}
* * * * * {
  outline: 1px solid red;
}
* * * * * * {
  outline: 1px solid green;
}
* * * * * * * {
  outline: 1px solid orange;
}
* * * * * * * * {
  outline: 1px solid blue;
} */
