
/* ==================================================
   FOOTER
   ================================================== */
footer {
    background-color: transparent;
    color: #eee !important;
    font-size: 0.9rem;
    text-align: center;
 margin-top: 5rem;         padding-bottom: 2rem;   
}

footer a {
    color: #fff !important;
}

/* ==================================================
   FOOTER MENU
   ================================================== */
.footer-navigation {
  text-align: center;
  margin-top: 2rem;
}

.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-flex;
  gap: 1.5rem;         
}

.footer-menu li {
  margin: 0;
  padding: 0;
}

.footer-menu li a {
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  background: #253a65;       /* Tumma tausta */
  color: white;
  font-weight: bold;
  transition: background 0.3s ease;
}

.footer-menu li a:hover {
  background: #3a5ba0;        /* Hover-väri */
}



/* ==================================================
   SOCIAL MEDIA ICONS
   ================================================== */
.socialmedias {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 20px 0;
}

.socialmedias img {
    height: 27px;
    transition: height 0.3s ease;
}
