.radix-site-nav {
    color: rgba(255, 255, 255, 0.8);
    background-color: #990000;
    font-size: 15px;
    font-weight: 300;
}

@media only screen and (max-width: 600px) {
  d-title{
    background-image: url('img/logo2.png');
    background-repeat: no-repeat;
    background-position: 95% 70%;
    background-size: initial;
  }
}

@media only screen and (min-width: 600px) {
  d-title{
    background-image: url('img/logo3.png');
    background-repeat: no-repeat;
    background-position: 63% 70%;
    background-size: initial;
  }
}


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


