html { min-height: 100%; }
body {
  /*min-height: 100%;*/
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #DFE2E6;
  font-family: 'calluna-sans', Helvetica, sans-serif;
  text-align: center;
  color: #111;
  background-image: url('../img/Anchorage_on_an_April_evening.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}

h1 {
  font-family: 'kepler-std-display', 'calluna-sans', Helvetica, sans-serif;
  font-style: italic;
}
.top {
  margin: 20px 10px 0;
  text-align: left;
  font-size: 40px;
}

.here, .there {
  position: absolute;
  bottom: 10%;
  background-color: rgba(255,255,255,.6);
  padding: 20px;
}
.here {
  right: 0px;
}
.there {
  left: 0px;
}
.temp {
  font-size: 60px;
  line-height: 55px;
}
.place {
  margin: 0;
  font-size: 21px;
  font-weight: 400;
}
.result-main {
  font-size: 100px;
  font-size: 35vw;
  line-height: 100px;
  line-height: 34vw;
  font-weight: 900;
  margin-bottom: -2vw;
}
.result-secondary {
  font-size: 22px;
}

.credits {
  /*font-family: 'kepler-std', Georgia, serif;*/
  font-size: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 400;
  background-color: rgba(255,255,255,.6);
  padding: 10px 20px;
}

.skycon {
  height: 64px;
  width: 64px;
  display: inline-block;
}

.location-form {
  margin-top: 1em;
}

.location-form label {
  display: block;
}
.location-form input {
  font-family: 'calluna-sans', Helvetica, sans-serif;
  font-size: 24px;
  border: 1px solid #B7B4B4;
  padding: .33em;
  width: 70%;
}

.tweet-button {
  background-color: #00ACEE;
  color: #e6e6e6;
  text-decoration: none;
  display: inline-block;
  padding: .5em;
  margin-top: .5em;
}
