body {
  color: white;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  margin: 0;
  padding: 0;
  background-color: black;
  /* line-height: 1; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  /* margin: 1em 0; */
}
#landing {
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.85)),
    url('/images/_background_images/bg_landing.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
/* .blue {
  color: #77aeef;
} */
.banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 10px 15px 20px 15px;
}
.temperature {
  display: flex;
  align-items: center;
  justify-content: center;
}
#degree-symbol {
  position: relative;
  top: -15px;
  font-size: 32px;
}
/* #f {
  position: relative;
  font-size: 18px;
  top: -25px;
} */
.max-min-temperature {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  color: #fff;
  padding-left: 10px;
}
.description {
  /* line-height: 0.3; */
  text-align: center;
  max-width: 300px;
}
#temperature {
  font-size: 52px;
  /* line-height: 0; */
}
#summary {
  font-size: 28px;
  margin-left: 5px;
  text-transform: capitalize;
}
.date-time {
  /* line-height: 1; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#clock {
  font-size: 52px;
  text-align: center;
}
#date {
  font-size: 28px;
  text-align: center;
}
#logo-content {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
#logo > img {
  width: 200px;
  height: 200px;
  margin-bottom: 50px;
  /* background-color: white; */
  /* border-radius: 100%; */
  /* border: solid 15px white; */
  content: url(../images/district_logo.png);
}
.hero-content {
  text-align: center;
  line-height: 0.5;
}
#company-name {
  font-size: 28px;
}
#company-address {
  font-size: 22px;
}
#current-shift {
  display: block;
  text-align: center;
  justify-content: center;
  margin-top: 100px;
}
#current-shift > p {
  font-size: 26px;
}
#letters > span {
  font-size: 48px !important;
  font-weight: 700;
  margin: 0;
  padding: 6px;
  filter: blur(4px);
}
.active {
  font-size: 48px !important;
  font-weight: 700;
  border-radius: 100%;
  padding-left: 16px !important;
  padding-right: 16px !important;
  line-height: 1.5;
  margin: 0;
  background: white;
  filter: blur(0px) !important;
}
.shift-a {
  background-color: rgba(25, 135, 84);
}
.shift-b {
  background-color: rgba(181, 27, 27);
}
.shift-c {
  background-color: rgba(7, 66, 156);
}
.shift-p {
  color: #CF9FFF;
}
.shift-y {
  color: #ffc107;
}

#live-dash-logo img {
  position: absolute;
  /* height: 50px; */
  width: 200px;
  /* opacity: 0.8; */
  right: 5px;
  bottom: 5px;
  content: url(../images/livedashlogo.png);
}
#public-wifi h6 {
  position: absolute;
  margin-left: 5px;
  margin-bottom: 18px;
  font-size: 14px;
  height: 150px;
  width: 150px;
  opacity: 1;
  left: 0px;
  bottom: 0px;
}
#public-wifi img {
  position: absolute;
  height: 150px;
  width: 150px;
  opacity: 1;
  left: 0px;
  bottom: 0px;
  content: url(../images/wfpd-public-wifi.png);
}
