.topnav {
  background: rgba(255, 251, 244, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(17, 38, 77, 0.1);
  overflow: hidden;
  position: fixed;
  z-index: 999;
  width: 100%;
}

.topnav #myLinks {
  display: inline;
  float: right;
  margin-right: 2.5%;
}

.topnav a.icon {
  display: none;
}

.topnav img {
  margin-bottom: 0;
  margin-top: 10px;
  margin-left: 30%;
  max-height: 40px;
  width: auto;
}

.topnav .brand-link {
  display: inline-flex;
  align-items: center;
  min-height: 60px;
  text-decoration: none;
}

.topnav .brand-text {
  margin-top: 10px;
  margin-left: 30%;
  color: #11264d;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.topnav img[src*="ens.psl.eu"] {
  filter: none;
}

.topnav a.normal {
  float: left;
  color: rgba(17, 38, 77, 0.82);
  text-align: center;
  padding: 16px 12px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.topnav a.normal:hover {
  background-color: rgba(17, 38, 77, 0.08);
  color: #11264d;
  transform: translateY(1px);
}

.topnav a.right {
  margin-right: 28%;
}

@media print, screen and (max-width: 1000px) {
  .topnav img {
    margin-left: 3%;
  }

  .topnav .brand-text {
    margin-left: 3%;
  }

  .topnav a.right {
    margin-right: 2.5%;
  }

  .topnav #myLinks {
    margin-right: 1.5%;
  }

  .topnav a.normal {
    padding: 16px 8px;
  }
}

@media print, screen and (max-width: 1200px) and (min-width: 1001px) {
  .topnav img {
    margin-left: 6%;
  }

  .topnav .brand-text {
    margin-left: 6%;
  }

  .topnav a.right {
    margin-right: 5.5%;
  }

  .topnav #myLinks {
    margin-right: 2%;
  }
}

@media print, screen and (max-width: 1400px) and (min-width: 1201px) {
  .topnav img {
    margin-left: 12%;
  }

  .topnav .brand-text {
    margin-left: 12%;
  }

  .topnav a.right {
    margin-right: 11%;
  }

  .topnav #myLinks {
    margin-right: 2.25%;
  }
}

@media print, screen and (max-width: 1600px) and (min-width: 1401px) {
  .topnav img {
    margin-left: 16%;
  }

  .topnav .brand-text {
    margin-left: 16%;
  }

  .topnav a.right {
    margin-right: 15%;
  }

  .topnav #myLinks {
    margin-right: 2.5%;
  }
}

@media print, screen and (max-width: 1800px) and (min-width: 1601px) {
  .topnav img {
    margin-left: 19%;
  }

  .topnav .brand-text {
    margin-left: 19%;
  }

  .topnav a.right {
    margin-right: 18%;
  }

  .topnav #myLinks {
    margin-right: 2.5%;
  }
}

@media print, screen and (max-width: 2000px) and (min-width: 1801px) {
  .topnav img {
    margin-left: 22%;
  }

  .topnav .brand-text {
    margin-left: 22%;
  }

  .topnav a.right {
    margin-right: 20%;
  }

  .topnav #myLinks {
    margin-right: 2.5%;
  }
}

@media print, screen and (max-width: 480px) {
  .topnav #myLinks {
    display: none;
    float: none;
    margin-right: 0;
  }
}

@media print, screen and (max-width: 960px) {
  .topnav #myLinks {
    display: none;
    float: none;
    margin-right: 0;
  }

  .topnav a.normal {
    color: #11264d;
    float: none;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    display: block;
  }

  .topnav a.icon {
    color: #11264d;
    display: block;
    padding: 10px 16px;
    font-size: 17px;
    position: absolute;
    float: right;
    right: 0;
    top: 0;
    margin-right: 5%;
  }

  .topnav a.right {
    color: #11264d;
    float: none;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-right: 0;
  }
}
