header#header {
  background: url(nationalday_header.png) top right no-repeat #fffced;
  background-size: contain;
}
header#header > .container { 
  min-height: 80px;
}
header#header > .container {
  background: url(nationalday_header.jpg)  90px 6px no-repeat;
  background-size: 107px;
}

#topnav {
  border-color: #fff8d4;
}
@media only screen and (max-width: 768px) {
  header#header {
    background: #fffced;
  }
  header#header > .container {
    background: url(nationalday_header.jpg) 50px 6px no-repeat;
    background-size: 90px;
  }
  #logo {margin-bottom: 10px}
  #topnav {border-top:0}
  .site__name--alter,
  .site__name {
    padding-left: 0;
    text-align: center;
  }
}
#live__traffic {
  color: yellow;
  background-color: red;
}
.live__support {background: none; border: 0;width: 44px;height: 44px;box-shadow:none}
.alo-circle-fill,
.alo-circle {
  border-color: #c61913;
  background: none;
}
.live__support img {
  margin: -3px 0 0 4px;
  border-radius: 50%;
  width: 44px;
}
.support__wrap a i {color: yellow !important}
.support__wrap a {
  background-color: #c61913 !important;
  color: yellow !important
}
.home__support a,
#live__traffic.bg--main {
  background-color:  #c61913;
  color: yellow;
}
.home__support a i {
  border-color: yellow;
}