body {
  font-family: "Poppins", sans-serif;
  color: #07264a;
}

h1 {
  font-size: 70px;
  margin-bottom: 0;
  font-weight: 900;
  padding-left: 25px;
}

#description {
  font-size: 40px;
  font-weight: bold;
  text-transform: capitalize;
}

footer {
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  margin-top: 10px;
  color: white;
}

footer a {
  text-decoration: none;
  color: rgb(255, 182, 113);
}

.city-box {
  max-width: 800px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgb(52, 82, 122, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.6);
  border-color: rgb(52, 82, 122, 0.3);
}

.search-field {
  max-width: 800px;
  margin-top: 20px;
  padding: 0;
  margin-bottom: 10px;
}

.btn {
  color: white;
  background-color: #07264a;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

h5 {
  padding-left: 30px;
  padding-top: 7px;
  margin-bottom: 0;
}

.current-temp {
  height: 150px;
  width: 150px;
  text-align: right;
  padding-right: 0;
}

.current-temp .temp-value {
  font-size: 100px;
  font-weight: bold;
}

.current-temp .degree-element {
  font-size: 35px;
  font-weight: bold;
  vertical-align: super;
  top: -43px;
}

.units {
  padding-left: 14px;
}

.units .temp-unit {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 32px;
  position: relative;
  bottom: 1px;
  color: #48484a;
}

.units #temp-cel {
  border: 1px solid rgb(92, 99, 107, 0.3);
  border-top: transparent;
  border-left: transparent;
  border-right: transparent;
  text-decoration: none;
}

.units #temp-fahr {
  text-decoration: none;
}

.units .active {
  font-weight: bold;
  color: #07264a;
  cursor: default;
}

.current-weather {
  padding-left: 35px;
}

.weather-block {
  padding-left: 22px;
}

.weather-description {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 60px;
}

.weather-description li {
  display: inline;
}

.details {
  padding-bottom: 15px;
}

.weather-details {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.weather-details2 {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: bold;
}

.details2col {
  padding-left: 7px;
}

.adjustHumidity {
  margin-left: 8px;
}

.adjustPrecipitation {
  margin-left: 2px;
}

.adjustWind {
  margin-left: 4px;
}

.hourly-forecast {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: transparent;
  border-top: 1px solid rgb(52, 82, 122, 0.2);
  border-bottom: 1px solid rgb(52, 82, 122, 0.2);
}

.hour {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.hourly-forecast img {
  display: block;
  margin: 0 auto;
  height: 40px;
  width: 40px;
}

#daily-forecast img {
  display: block;
  margin: 0 auto;
  height: 50px;
  width: 50px;
}

#date {
  text-align: center;
  font-size: 20px;
  padding: 7px;
  border: 1px solid rgb(52, 82, 122, 0.2);
  border-radius: 4px;
}

.week-day {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
}

#daily-forecast {
  margin-top: 15px;
}

#icon {
  width: 75px;
  height: 75px;
  position: relative;
  right: 6px;
  bottom: 11px;
}

.error {
  display: none;
  font-size: 15px;
  text-align: center;
}

.daily-temp-min {
  color: #48484a;
}

@media (max-width: 400px) {
  .details {
    text-align: center;
  }
}
