.topnav_maxdance { 
  display: grid;
  justify-content: center;
  align-items: center;
  background-image: url(/images/logo/ICON_maxdance_WHITE.png); 
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  width: 80px;
  height: 80px;
  background-color: #000000;
  text-align: center;
  border-radius: 15px;
}
.topnav_maxdance:hover{
    background-image: url(/images/logo/ICON_maxdance_WHITE.png); 
    background-color: #000000;
    color: #ffffff;
}

.topnav_maxdance90s { 
  display: grid;
  justify-content: center;
  align-items: center;
  background-image: url(/images/logo/ICON_maxdance90s_BLACK.png); 
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  width: 80px;
  height: 80px;
  background-color: #000000;
  text-align: center;
  border-radius: 15px;
}
.topnav_maxdance90s:hover{
    background-image: url(/images/logo/ICON_maxdance90s_WHITE.png); 
    background-color: #000000;
    color: #ffffff;
}

.topnav_maxretro { 
  display: grid;
  justify-content: center;
  align-items: center;
  background-image: url(/images/logo/ICON_maxretro_BLACK.png); 
  background-size: cover;
  background-repeat: no-repeat;
  margin: auto;
  width: 80px;
  height: 80px;
  background-color: #000000;
  text-align: center;
  border-radius: 15px;
}
.topnav_maxretro:hover{
    background-image: url(/images/logo/ICON_maxretro_WHITE.png); 
    background-color: #000000;
    color: #ffffff;
}

/* ---------------------------------------------------------------------------------- */

.topnav_2_maxdance { 
  display: grid;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.topnav_2_maxdance90s { 
  display: grid;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.topnav_2_maxretro { 
  display: grid;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  width: 100%;
  text-align: center;
  border-radius: 15px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
} 