/* Sticky footer styles */
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 26px; /* Vertically center the text there */
  /* background-color: #f5f5f5; */
}

/* Icon styles */

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

/* Dropdown nav styles */

ul.dropdown-menu > li > a:active,
ul.dropdown-menu > li > a.active
{
  color: rgb(255, 255, 255); /* Szöveg színe, amikor a háttérszín aktív. */
  background-color: rgb(180, 180, 180); /* A háttér színe */
}

.hidden-iframe {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}
