body {
  background: #f5f5f7;
  color: #151515;
  text-align: center;
  padding: 5em 2em;
  font-family: "Inter", sans-serif;
  display: flex;
  flex-direction: column;
  transition: all ease-in-out 0.2s;
}

main {
  display: flex;
  flex-direction: column;
  row-gap: 5vh;
  margin: 0 auto;
  max-width: 540px;
  width: 100%;
}

.locSearch {
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  position: relative;
}
.locSearch input {
  border: 1px solid #151515;
  background-color: transparent;
  outline-style: none;
}
.locSearch input:focus {
  background-color: transparent;
  outline-style: none;
}
.locSearch i {
  position: absolute;
  right: 15px;
  top: 33%;
  transition: all ease-in-out 0.2s;
}

.locationSearch p {
  font-size: 12px;
  line-height: 3em;
}

.locationTemp {
  font-size: 30svw;
  font-weight: bold;
}
.locationTemp span {
  font-size: 12svw;
}

.row {
  --bs-gutter-x: 0px;
}

.tempDetails {
  row-gap: 3em;
  margin-top: -em;
}
.tempDetails .row {
  --bs-gutter-x: 0px;
}
.tempDetails .dataTemp .locationCoordinates {
  font-size: small;
  margin-top: -10px;
  color: #151515;
}
.tempDetails .dataTemp img {
  margin-top: -6svh;
  margin-left: -4svh;
}

.locationName {
  font-size: 1.75em;
  font-weight: normal;
  word-wrap: break-word;
}

.locationData {
  column-gap: 10px;
  row-gap: 10px;
}
.locationData div {
  border: 1px solid #151515;
  border-radius: 5px;
  padding: 10px 10px 0 10px;
}
.locationData div h4 {
  font-size: 1.2em;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 15px;
}
.locationData div p {
  line-height: auto;
}

.banner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fe4646;
  color: #ffffff;
  padding: 12px;
  z-index: 9999;
}

.banner-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.banner h3 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

.banner p {
  margin: 0;
  font-size: 14px;
}

footer {
  bottom: 3svh;
  word-wrap: break-word;
  margin-top: 10vh;
}
footer a {
  color: #151515;
}

@media only screen and (min-width: 540px) {
  .locationTemp {
    font-size: 15rem;
    font-weight: bold;
  }
  .locationTemp span {
    font-size: 52px;
  }
}

/*# sourceMappingURL=style.css.map */
