body {
  background-color: #bba9a0;
  font-family: "Roboto", sans-serif;
  color: #54433a;
}

h1 {
  display: inline;
  color: #da763a;
  font-family: "Italiana", serif;
  font-size: 7.478rem;
  text-align: center;
  letter-spacing: 0.5rem;
}

h2 {
  display: inline;
  font-size: 4.209rem;
  font-weight: 300;
}

small {
  font-weight: 100;
}

ul {
  list-style: none;
  line-height: 2.369rem;
  margin-bottom: 0;
}

ul,
.weather-and-desc {
  position: absolute;
  bottom: 2rem;
}

img {
  display: block;
  margin: 0 auto;
  width: auto;
  stroke-width: 1;
  padding-bottom: 1rem;
  padding-top: 1rem;
}

.footer-text a {
  color: #e9e9e9;
}

.alt-units a {
  color: #ae8b78;
}

.current-date-time {
  padding: 0;
  font-size: 0.75rem;
  font-weight: 300;
  transform: rotate(-90deg);
  display: flex;
  justify-content: space-evenly;
  text-align: center;
  position: relative;
  top: 3rem;
  left: -50px;
}

.search-input,
.search-loc,
.geoloc-btn {
  font-weight: 300;
  font-size: 1rem;
}

.search-input:focus,
.geoloc-btn:focus {
  background-color: #fff;
  border-color: rgb(218, 118, 58, 0.3);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(218 118 58 / 25%);
}

.addtl-weather,
.addtl-weather-label {
  font-weight: 300;
  font-size: 1rem;
}

.main-row {
  margin-top: 5rem;
  min-height: 200px;
}

.top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0;
}
.search {
  padding-right: 0;
}

.location-search {
  text-align: right;
  flex-flow: nowrap;
  align-items: center;
  justify-content: flex-end;
}

.button-geoloc {
  text-align: right;
  margin-left: 0.5rem;
}

.search-loc,
.search-input {
  border: 0.125rem solid #bba9a0;
  border-radius: 0.5em;
}

.search-input {
  background: transparent;
}

.addtl-weather-label {
  font-weight: 400;
  margin-right: 0.3rem;
}

.geoloc-btn {
  background-color: #bba9a0;
  border-radius: 0.5em;
  color: #e9e9e9;
}

.main-weather-icon {
  display: block;
  margin: 0 auto;
}

.super-units {
  position: relative;
  top: -2.125rem;
  right: -0.5rem;
}

.unit-spacer {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  font-weight: 400;
}

.weather-app-wrapper,
.weather-app {
  max-width: 750px;
}
.weather-app {
  margin: 1rem auto 1rem auto;
  padding: 1.5em;
  border: 1px solid #d0d0d0;
  border-radius: 0.5em;
  background-color: #e9e9e9;
}
.city-name-section {
  text-align: center;
}

.weather-description {
  font-style: italic;
  font-size: 1.333rem;
  text-align: center;
}

.weather-forecast {
  margin-top: 4rem;
  text-align: center;
}

.forecast {
  font-size: 1rem;
}

.forecast img {
  display: block;
  margin: 0 auto;
  width: 68px;
  padding: 0;
  margin-top: 1rem;
  margin-bottom: 1rem;
  min-height: 68px;
}

.fore-high,
.fore-low {
  font-size: 0.75rem;
}

.fore-low {
  color: #cba38e;
}

.links-etc {
  margin: 1rem 1.5rem;
}
