html,
body {
  background-color: #000309;
  color: lightgray;
  max-width: 100%;
  overflow-x: clip;
}

.header {
  background-image: url(images/banner_testt.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 16em;
  background-color: #000309;
}

.header img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100vw;
  height: 100vh;
}

#headerdescrip {
  text-align: left;
  padding-top: 20px;
  font-style: italic;
}

footer {
  background-color: gray;
  margin-top: 10px;
}

#AQI{
  height: 300px;
}

footer a {
  color: whitesmoke;
}

a {
  color: lightgray;
}

a:hover {
  color: aqua !important;
}

.nav {
  background-color: grey;
}

li {
  color: black !important;
}
li a {
  color: black;
}

h3.donate {
  text-align: center;
  text-decoration: underline;
}

form.donate {
  text-align: center;
  margin-left: 20px;
}

.fbook {
  margin-top: 10px;
}

#posts {
  margin-left: 5px;
  border-left: 2px solid;
  border-color: black;
}
#postsMOV {
  margin-left: 5px;
  margin-top: 5px;
  border-left: 2px solid;
  border-color: black;
}

#MOVFbook {
  margin-left: 50px;
  text-decoration: underline;
  margin-top: 5px;
}
#ONWFbook {
  margin-left: 75px;
  text-decoration: underline;
}

.outlookpics img {
  width: 95%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.outlookpics h1 {
  text-decoration: underline;
  margin-bottom: 5px;
  text-align: center;
}

.footer {
  position: absolute !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 60px !important; /* Set the fixed height of the footer here */
  line-height: 60px !important; /* Vertically center the text there */
  background-color: #f5f5f5 !important;
}

#FacebookLive {
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
}

#FacebookLive h2 {
  text-decoration: underline;
  text-align: center;
  font-style: italic;
  font-weight: 700;
}

h2 {
  text-align: center;
  text-decoration: underline;
  margin-bottom: 20px;
}

.news {
  width: 100%;
  height: 600px;
}

#newscontainer {
  background-color: #000309;
  color: white;
  border-bottom: 3px lightgray;
  border-bottom-style: double;
  margin-bottom: 10px;
}

#newscontainer a {
  color: lightgray;
}

#twitch-embed h2 {
  text-align: center;
  margin-top: 5px;
  text-decoration: underline;
  font-style: italic;
  font-weight: 700;
}

#firstimage {
  width: 50em;
  display: block;
  margin-right: auto;
  margin-left: auto;
  justify-content: center;
}

.tempsnow {
  align-content: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
}

.tempsnow a {
  color: lightgrey;
}

.tempsnow h2 {
  text-decoration: underline;
  text-align: center;
}
#snowreports a {
  color: grey;
}

.tempsnow h1 {
  text-align: center;
  border: 2px solid grey;
}

#alerts {
  width: auto;
  max-width: 100%;
  text-align: center;
  height: auto;
  margin-left: 5px;
}

#alertskey {
  width: auto;
  max-width: 100%;
  text-align: center;
  height: auto;
  margin-left: 5px;
}

#forecast_top {
  padding-bottom: 10px;
  padding-left: 20px;
}

#forecast_bottom {
  padding-bottom: 10px;
  padding-left: 20px;
}

#seven_days {
  text-align: center;
  padding-right: 20px;
  padding-left: 20px;
  text-decoration: underline;
}

#seven_days caption {
  text-align: center;
}

#livealerts {
  width: 100%;
}
#gasbuddy {
  max-width: 100%;
  height: auto;
  margin: auto;
}

#gasbuddy_map_11482 {
  max-width: 100%;
  height: auto;
}

#breaking {
  font-size: 25px;
  font-weight: bold;
  padding: 5px;
  background: red;
  color: #000;
  position: absolute;
  z-index: 999;
}
#breaking,
#newsTicker {
  border: 2px solid #000;
}
#newsTicker {
  position: sticky;
  width: 100%;
  background-color: grey;
  color: #000;
  box-shadow: 0px 0px 8px 2px #000000;
  white-space: nowrap;
  overflow: hidden;
  box-sizing: border-box;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 998;
}
.date {
  margin-right: 10px;
  text-decoration: underline;
}
.story {
  margin-right: 20px;
}
#newsTicker p {
  margin: 0;
  display: inline-block;
  font-size: 25px;
  padding-left: 100%;
  animation: tickerTape 60s linear infinite;
}

#donate a {
  color: gray;
}

.sponsors img {
  max-width: 100%;
  height: auto;
}

.sponsor_row {
  margin: auto;
  display: flex;
}

@keyframes tickerTape {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}

.content {
  position: absolute;
  min-width: 100vw;
  height: calc(100vh - 45px);
  margin-top: 45px;
  background: url("https://picsum.photos/g/1920/1080/?random");
}

#amplexAd {
  margin-top: 10px;
  text-align: center;
}

#AmplexAd img {
  width: auto;
  max-width: 100%;
  height: auto;
}
#AmplexAd {
  margin-left: 5px;
  border-left: 2px solid;
  border-color: black;
}

#donateAd {
    margin-top: 10px;
    text-align: center;
  }
  
  #donateAd img {
    width: auto;
    max-width: 100%;
    height: auto;
  }
  #donateAd {
    margin-left: 5px;
    border-left: 2px solid;
    border-color: black;
  }

.twitch {
  align-content: center;
  width: 100%;
  height: auto;
}
iframe {
  height: 791px;
  width: 100%;
}

#outlooks>a {
  color: lightgrey;
}
.general {
  text-align: center;
}
.general img {
  max-height: 280px;
  max-width: 100%;
  align-content: center;
  margin: 10px;
}

.marginal {
  text-align: center;
}
.marginal img {
  max-height: 280px;
  max-width: 100%;
  align-content: center;
  margin: 10px;
}
.slight {
  text-align: center;
}
.slight img {
  max-height: 280px;
  max-width: 100%;
  align-content: center;
}
.enhanced {
  text-align: center;
}
.enhanced img {
  max-height: 280px;
  max-width: 100%;
  align-content: center;
}
.moderate {
  text-align: center;
}
.moderate img {
  max-height: 280px;
  max-width: 100%;
  align-content: center;
}
.high {
  text-align: center;
}
.high img {
  max-height: 280px;
  max-width: 100%;
  align-content: center;
}
.caption {
  font-weight: bold;
}

div.donate{
    text-align: center;
}
p.donate{
    text-align: left;
    font-weight: 700;
}
/** Mobile Design **/

@media only screen and (max-width: 1200px) {
  #newscontainer {
    display: none;
  }
  .sportsSection {
    display: none;
  }
  #seven_day_outlooks {
    display: none;
  }
  .News {
    display: none;
  }
  #AQI{
    display: none;
  }
  .header {
    background-image: url(images/banner_testt_600.png);
    background-size: contain;
    height: 80px;
  }
}

@media only screen and (max-width: 600px) {
  #zach {
    padding-top: 30px;
    margin-right: 0px;
  }
  #brian {
    margin-left: 10px;
    padding-left: 0px;
  }
  #AmplexAd {
    display: none;
  }
  #sponsors {
    display: none;
  }
  #AQI {
    display: none;
  }
  .header {
    background-image: url(images/banner_testt_600.png);
    height: 80px;
  }
  @media only screen and (max-width: 350px) {
    #body {
      clear: both !important;
      display: block !important;
      width: 100% !important;
      float: none !important;
      margin: 0 !important;
      padding: 0 !important;
    }
    #brian {
      clear: both !important;
      display: block !important;
      width: 100% !important;
      float: none !important;
      margin: 0 !important;
      padding: 0 !important;
    }
    body {
      margin-right: 0px;
      line-height: normal;
    }
    #AmplexAd {
      display: none;
    }
    #sponsors {
      display: none;
    }
    #AQI{
      display: none;
    }
  }
  @supports (-webkit-overflow-scrolling: touch) {
    .row {
      padding-top: 30px;
      margin-right: 0px;
      margin-left: 0px;
    }
    #brian {
      margin-left: 10px;
      padding-left: 0px;
    }
    body {
      margin-right: 0px;
    }
  }
}
