/* html {
  height: 100%;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
} */
/* body {
  position: relative;
  margin: 0;
  min-height: 100%;
  font-family: Poppins;
  color: #424B54;
  background: #767677;
  padding-bottom: 11rem;
} */
#main-container {
  background-color: rgb(40, 40, 40);



  width: 100%;
  height: 100%;
  min-width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  color: white;
  /* border: 3px solid #0182f9; */
}
#city {
  font-size: 55px;
}
#state {
  font-size: 12px;
}
#current-weather {
  max-width: 300px;
  color: white;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
#temp {
  font-size: 65px;
}
#fbutton {
  font-size: 25px;
}
#cbutton {
  font-size: 25px;
}
.button:hover {
  text-decoration: none;
  cursor: pointer;
  color: white;
}
a {
  color: #0182f9;
}
#weather-description {
  font-size: 14px;
  font-weight: bold;
}
#feels-like {
  font-size: 14px;
  font-weight: bold;
  color: white;
}
hr.style1 {
  border-top: 3px solid #999;
  border-radius: 10px;
	text-align: center;
  max-width: 350px;
  color: white;
}
#forecast {
  color: white;
  max-width: 350px;
}
#day2-raindrop {
  display: inline-block;
}
#day2-precip {
  display: inline-block;
}
#day3-raindrop {
  display: inline-block;
}
#day3-precip {
  display: inline-block;
}
#day4-raindrop {
  display: inline-block;
}
#day4-precip {
  display: inline-block;
}

/*"natural" footer - stays at the bottom of the page but if page is longer than viewport, will need to scroll*/

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 2rem 0rem;
  text-align: center;
  font-size: 12px;
}
footer a {
  color: #ffffff;
}
#collapse1 a {
  color: #0182f9;
}
#attribution-panel {
  max-width: 350px;
}
#panel-heading {
  background-color: #999;
  border: 1.5px solid #767677;
  border-radius: 0px;
}