.nagy-ikonok
{
	font-size: 64px;
	color: var(--color1);
}

.kozepes-ikonok {
  width: 64px;              /* fix szélesség */
  height: 64px;             /* fix magasság */
  font-size: 32px;          /* ikon méret */
  color: white;
  background-color: var(--color1);
  display: flex;
  align-items: center;      /* függőlegesen középre */
  justify-content: center;  /* vízszintesen középre */
  border-radius: 4px;       /* ha akarsz lekerekítést */
}


.suti-bar 
{
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: var(--black);
  color: var(--white);
  z-index: 9999;  
}


.navbar-brand
{
	text-decoration: none !important;
}

.navbar a
{
	text-decoration: none;
}
.navbar a:hover
{
	text-decoration: underline;
}
