footer {
  position: relative;
  width: 100%;
  margin-top: auto;
  padding: 1px;
  box-sizing: border-box;

  background-color: rgba(0, 0, 0, 0.35);
  border: none;
  border-radius: 7px;

  font-family: 'Poppins', sans-serif;
  font-size: 19px;
  color: white;
}
footer > p {
  margin-top: 2vw;
  margin-bottom: 2vw;
  text-align: center;
}

#footer {
  color: #c7c7c7;
}

.tietosuojalinkki  {
  color: #c7c7c7;
  font-size: 14px;
  text-decoration: none;
}


/* =========================================================
   TULENTA X
   ========================================================= */

.tulentax .tietosuojalinkki, .tulentax .default-footer p {
    color: #ffffffc4;
}
.tulentax .default-footer {
    background-color: rgba(0, 0, 0, 0.78);
}

/* =========================================================
   TULENTA KUSTANNUS
   ========================================================= */

.tulentakustannus .tietosuojalinkki, .tulentakustannus .default-footer p {
    color: #ffffffc4;
}
.tulentakustannus .default-footer {
    background-color: rgba(0, 0, 0, 0.78);
}

/* =========================================================
   NORMI TULENTA
   ========================================================= */

.tulenta .tietosuojalinkki, .tulenta .default-footer p {
    color: #ffffffc4;
}
.tulenta .default-footer {
    background-color: rgba(0, 0, 0, 0.78);
}