h1, h2
{
  background-color: #033660;
  padding: 8px;
  color: #fff;
}

a
{
  color: #C1121C;
}

strong 
{
  border-bottom: 2px solid #033660;
}

#mastodon 
{
  visibility: hidden;
  position: absolute;
}

 @media only screen and (min-width: 768px) and (max-width: 1500px) {
#primary-menu {
    position: relative;
    left: -225px;
}
}
span.byline {
display: none!important;
}

@media (max-width: 768px)
{
  .inside-header 
  {
      padding-right: 20px;
  }
}

.entry-title a
{
  color: #fff;
}

.entry-title a:hover
{
  color: #fff;
}

button#miniradio
{
  position: fixed;
  bottom: 32px;
  right: 16px;
  background-color: #033660;
}
