@import url("styles-core.css");

.brand{
  width:190px;
  height:76px;
  border-color:rgba(255,255,255,.28);
  background:rgba(248,251,255,.97);
  box-shadow:0 0 20px rgba(25,217,255,.22);
}

.official-brand-logo{
  inset:6px 12px;
  background-image:url("assets/images/skills-iceland-logo.png");
  background-repeat:no-repeat;
  background-size:contain;
  background-position:center;
}

.menu a[aria-current="page"]{
  color:var(--cyan);
  opacity:1;
}

@media(max-width:620px){
  .brand{width:160px;height:66px}
  .official-brand-logo{inset:5px 10px;background-size:contain;background-position:center}
}
