html,
body {
  margin: 0;
  padding: 0;
  background-image: linear-gradient(to bottom right, #c5c5c2, #438399);
  min-height: 100vh;
  max-width: 100%;
  font-family: "Six Caps", sans-serif;
  font-size: 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow: hidden;
}

.jumbotron {
  overflow-y: auto;
  overflow-x: hidden;
  height: 80vh;
  width: 100vw;
  margin: 60px auto;
  display: flex;

  border-radius: 3px;
  background-image: url(images/corn-fields-under-white-clouds-with-blue-sky-during-daytime-158827.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  text-align: center;
  box-shadow: 0px 5px 20px rgba(28, 28, 28, 0.851);
}

.jumbotron::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: transparent;
}

.jumbotron::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}

.jumbotron::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f1f1f1;
}

.h1-text {
  font-size: 7vmax;
  text-align: center;
  line-height: 1;
  color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  font-family: "Bebas Neue", cursive;
  text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.2),
    0px -5px 35px rgba(255, 255, 255, 0.3);
}

#h1-1 {
  letter-spacing: 15px;
  line-height: 1;
  margin: 5px;
}

#h1-2 {
  letter-spacing: 10px;
  margin: 5px;
}

#search-container {
  display: flex;
  margin: 0 auto;
  position: absolute;
  top: 24vmax;
  height: auto;
  min-width: 10rem;
}

#searchBox {
  max-width: 30vw;
  max-height: 4vh;
  background: transparent;
  color: #343637;
  border-radius: 100px;
  border: 1px solid black;
  animation-delay: 1.5s;
  border: none;
}

#searchBox:focus {
  border: none;
  outline: none;
}

.created-city {
  cursor: pointer;
}

.card {
  position: absolute;
  top: 30vh;
  opacity: 0.72;
  min-width: 5vw;
  padding: 10px;
  box-shadow: 0px 5px 20px rgba(28, 28, 28, 0.851);
  animation-delay: 600ms;
  display: flex;
  justify-content: center;
  align-content: center;
  margin: 0 auto;
}

.fig-container {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  top: 50vh;
}

#main-figure {
  position: absolute;
  background-color: white;
  height: auto;
  min-width: 20rem;
  opacity: 0.72;
  box-shadow: 0px 5px 20px rgba(28, 28, 28, 0.851);
  border-radius: 3px;
  text-align: center;
  padding: 20px;
}

.ul-container {
  font-size: 100%;
  top: 110vh;
  position: absolute;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

#ul-5day li {
  font-size: 1rem;
  flex-wrap: wrap;
  margin: 8px auto;
  width: 150px;
  height: auto;
  background: white;
  opacity: 0.8;
  box-shadow: 0px 5px 20px rgba(28, 28, 28, 0.851);
  border-radius: 3px;
  font-family: "Montserrat", sans-serif;
  padding: 10px;
}

#search-btn {
  font-size: 1rem;
  position: absolute;
  right: 5px;
  top: 15px;
  background: transparent;
  color: royalblue;
  border-radius: 50%;
}

#search-btn:focus {
  outline: none;
}

.clr-btn {
  align-self: center;
  background-color: #438399;
  color: white;
  width: 90px;
  height: 30px;
  border-radius: 5px;
  margin: 5px;
}

.city-name,
.date,
.humidity,
.current-temp,
.wind-speed {
  margin: 10px;
  color: black;
  font-family: "Montserrat", sans-serif;
  text-align: center;
}

.created-city {
  text-align: center;
}

#ul-5day {
  text-align: center;
  font-family: "Bebas Neue", cursive;
  color: black;
  font-size: 1.3rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#daily-icon {
  width: 50px;
}
