body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image: url(/weather/static/media/weather-background.2d8700cf145e2aa4ada7.jpeg);
  background-repeat: no-repeat;
  background-size: 100vw 100vh;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
    Helvetica Neue, sans-serif;
  margin: 0;
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace;
}
.App {
  text-align: center;
}
.App-logo {
  height: 40vmin;
  pointer-events: none;
}
@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    -webkit-animation: App-logo-spin 20s linear infinite;
    animation: App-logo-spin 20s linear infinite;
  }
}
.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  justify-content: center;
  min-height: 100vh;
}
.App-link {
  color: #61dafb;
}
@-webkit-keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.toolbar-container {
  z-index: 50;
}
.toolbar-container,
.unit-menu {
  left: 40vw;
  position: absolute;
  top: 0;
}
.toolbar-search {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0.28rem;
  width: 20rem;
}
.search-container,
.toolbar-search {
  background-color: #98c9cb;
}
.search-icon {
  background-color: #fff;
  border-bottom-right-radius: 25%;
  border-top-right-radius: 25%;
  box-sizing: border-box;
  font-stretch: 100%;
  height: 26px;
  margin-top: 2px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 26px;
}
.input {
  border-bottom-right-radius: 5%;
  border-style: none;
  border-top-right-radius: 5%;
  height: 24px;
  margin: 0;
  width: 10rem;
}
.button {
  background-color: #c1d9d9;
  border-radius: 10%;
  border-style: none;
  font-size: 10px;
  height: 26px;
  margin-left: 5px;
  opacity: 85%;
  width: 5rem;
}
button:hover {
  cursor: pointer;
}
.simply-weather {
  color: #00697b;
  font-size: 2.5rem;
  margin-top: 35vh;
}
.handle-error {
  color: #00697b;
  margin-top: 15vh;
}
.handle-error .message {
  font-size: 2rem;
  margin: 0 auto;
}
.handle-error .resolution {
  font-size: 1.25rem;
  margin: 0 auto;
}
.forecast-component-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 7rem;
}
.location-container {
  align-content: center;
  display: flex;
  justify-content: center;
  padding-right: 4rem;
}
.location-icon {
  fill: #00697b;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}
.icon-data-container {
  align-content: center;
  display: flex;
  justify-content: center;
}
.current-icon-container {
  margin-top: 2rem;
  padding: 3.5rem;
}
#current-icon {
  margin-right: 3rem;
  margin-top: 1rem;
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
}
p.temp {
  font-size: 4.6rem;
  font-weight: 400;
  margin: 0 auto;
  padding: 2.5rem;
}
.date-time {
  font-size: 0.95rem;
  margin: 0;
  padding-bottom: 0.5rem;
  padding-right: 8rem;
}
.wind-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 0;
}
.wind-icon {
  fill: #00697b;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
.data-container {
  line-height: 0.1rem;
  margin-left: 15px;
  margin-top: 15px;
}
.current-main-container {
  color: #00697b;
  margin-top: 15px;
}
p.location {
  font-size: 2.5rem;
  margin: 0;
  text-transform: uppercase;
}
.wind,
p.feels-like,
p.humidity,
p.pressure,
p.temp-min-max {
  font-size: 0.75rem;
}
.forecast-main-container {
  background-color: hsla(19, 97%, 74%, 0.65);
  border-radius: 14%;
  height: 270px;
  margin: 10px;
  width: 180px;
}
.forecast-main-container p {
  color: #fff;
  opacity: 1;
  z-index: 30;
}
.weekday {
  font-size: 1.25rem;
  font-weight: 400;
}
.temp-high-low {
  font-size: 1.5rem;
  margin: 0 auto;
}
.forecast-wind-container {
  align-items: center;
  display: flex;
  justify-content: center;
}
.forecast-wind-icon {
  fill: #fff;
  margin-top: 0;
  padding-top: 0;
  -webkit-transform: scale(0.45);
  transform: scale(0.45);
}
.forecast-wind p {
  font-size: 0.65rem;
  margin: 0;
}
.navbar-container {
  background-color: #98c9cb;
  border-radius: border-box;
  display: flex;
  height: 2.5rem;
  justify-content: space-between;
  margin: 0 auto;
}
.weather-tab {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  margin: 0 auto;
  padding-left: 11rem;
}
.unit-menu {
  background-color: #c1d9d9;
  border-style: none;
  height: 2.75rem;
  margin-right: 7rem;
}
.dropbtn,
.unit-menu option {
  color: #fff;
}
.dropbtn {
  background-color: #3498db;
  border: none;
  cursor: pointer;
  font-size: 16px;
  padding: 16px;
}
.dropbtn:focus,
.dropbtn:hover {
  background-color: #2980b9;
}
.dropdown {
  display: inline-block;
  margin-right: 11rem;
  position: relative;
}
.dropdown-content {
  background-color: #f1f1f1;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  display: none;
  min-width: 160px;
  overflow: auto;
  position: absolute;
  z-index: 1;
}
.dropdown-content a {
  color: #000;
  display: block;
  padding: 12px 16px;
  text-decoration: none;
}
.dropdown a:hover {
  background-color: #ddd;
}
.footer-container {
  background-color: #98c9cb;
  bottom: 0;
  margin: 0 auto;
  padding: 0;
  position: fixed;
  width: 100vw;
}
ul {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding-bottom: 0.25rem;
}
ul li {
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}
/*# sourceMappingURL=main.b42d9025.css.map*/
