@font-face {
    font-family: "Weather";
    src: url("dripicons-weather.ttf") format("truetype");
}

html {
  font-family: Calibri, Arial,sans-serif;
  background-color: #000044;
  color: #ffffff;
  padding: 0;
  margin: 0;
  height: 100%;
  font-size: 7px;
}

body {
  position: relative;
  height: 100%;
  min-height: 75vw;
  max-height: 75vw;
  max-width: 800px;
  padding: 0 0 30px 0;
  margin: auto;
  font-size: 16px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px 4px;
    background: #000000;
    color: #aaaaaa;
}

#info {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 100%;
  max-height: 600px;
}

#weather {
  font-family: "Weather";
  font-size: 25rem;
  line-height: 1;
  text-align: center;
  margin: 1rem 0;
}

#wind {
  position: relative;
  font-size: 8rem;
  color: #ffffff;
  text-align: center;
  line-height: 0.85;
  vertical-align: middle;
}

#rain {
  font-size: 8rem;
  color: #00ccff;
  text-align: center;
  line-height: 1;
}

#rain .w {
  vertical-align: middle;
}



#temp-now {
  width: 25%;
  text-align: center;
  vertical-align: bottom;
  font-size: 16rem;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
}

#time {
  font-size: 10.625rem;
  text-align: center;
  width: 100%;
  padding-right: 1px;
  line-height: 1;
}

#days {
  width: 75%;
  height: 100%;
  max-height: 600px;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #444444;
}

#days td{
  text-align: center;
  width: 20%;
  height: 16.66%;
  border-left: 1px solid #999999;
}

.graph {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 83.33vh;
}

.headline,
.content {
  position: relative;
}

.headline .name {
  display: block;
  margin: 0 auto;
  font-size: 10rem;
  line-height: 0.5;
}

.w {
  font-family: "Weather";
}

.content .weather {
  font-family: "Weather";
  padding: 2px;   
  margin: 0 auto;
  font-size: 12rem;
  line-height: 0.8;
  width: auto;
  color: #ffffff;
}

#days .rain,
#days .temp {
  padding: 0 4px;
  font-size: 4rem;
}

#days .rain {
  float: left;
  color: #00ccff
}

#days .temp {
  float: right;
  color: #ffaa00
}
