#holdallcard {
  background-color: #fffcfc;
  margin: 0px;
  font-size: 20px;
}

#converterbuttonblock {
  position: relative;
  left: 70px;
  bottom: 3px;
  color: #62666d;
  font-size: 20px;
  border: 5px;
  border: black;
}
.converterbuttons {
  border: none;
  background-color: #f4f5f7;
  padding: 1px;
  color: #62666d;
  font-size: 20px;
}
#geolocationbutton {
  border: none;
  background-color: #f4f5f7;
  position: relative;
  left: 18px;
  top: 3px;
  font-size: 28px;
  padding: 0px;
}
#searchbar {
  vertical-align: -webkit-baseline-middle;
  padding: 0px;
  margin: 0px;
}
#maindisplaycard {
  background-color: #f4f5f7;
  margin: 0px 0px 15px;
}
.maindisplayprimarytext {
  font-size: 35px;
  color: #536dfe;
  font-weight: 500;
}
.maindisplaysecondarytext {
  font-size: 20px;
  color: #687284;
}
#fivedayscard {
  background-color: #fff8ec;
  margin: 15px 0px;
}

#umbrellaicon {
  color: #536dfe;
  font-size: 40px;
  vertical-align: -webkit-baseline-middle;
}
#umbrellatitle {
  color: #536dfe;
  font-size: 30px;
  font-weight: bold;
  padding: 5px;
  vertical-align: -webkit-baseline-middle;
}

#todaysweathericon {
  vertical-align: -webkit-baseline-middle;
  position: relative;
  left: 80px;
  top: 0px;
  padding: 10px;
  margin: 10px;
  display: block;
  filter: drop-shadow(4px 4px 2rem #46566d);
  width: 200px;
}

.fivedaysweathericons {
  display: block;
  padding: 10px;
  filter: drop-shadow(4px 4px 1rem #46566d);
  width: 150px;
}
.daysoftheweektemperatures {
  text-align: center;
  position: relative;
  right: 10px;
  color: #76797f;
}
.daysoftheweek {
  text-align: center;
  position: relative;
  right: 10px;
  color: #62666d;
}
#bottombar {
  background-color: #ebedf9;
}
#supplementalbar {
  background-color: #ebedf9;
  font-size: 14px;
  color: #4f6d9b;
}
#refreshtime {
  padding: 0px 10px;
  border: none;
  font-size: 20px;
  color: #4f6d9b;
  font-weight: 1000px;
  background-color: #f4f5f7;
}
#helpbutton {
  border: none;
  background-color: #f7f4f4;
  position: relative;
  bottom: 5px;
  left: 55px;
  padding: 8px 10px;
  font-size: 12px;
  color: #62666d;
  border: #62666d;
  border-style: solid;
  border-width: thin;
  border-radius: 1000px;
}
#sourcelink {
  color: #5a6f91;
  font-size: small;
  text-align: center;
}
.maindisplayboldtext {
  font-weight: 200px;
  color: #43608e;
}

