/* FOOTER
-------------------------------------------------- */
.container-footer {
  position: fixed;
  bottom: -25px;
  margin-left: 2%;

  height: 10%;
  width: 95%;
  padding-top: 1%;

  border-radius: 25%;
  border: 2px solid green;
  background-color: #dfd;
}

.footer-item {
  height: 30px;
  vertical-align: middle;
  text-shadow: 1px 1px 3px #888;
}

.footer-author { margin-left: 5%; }

.footer-to-top {
  float: right;
  margin-right: 5%;
}

.logo-icon {
  max-width: 100%;
  max-height: 100%;
}

/* SIDE-PANEL HOME BUTTON
-------------------------------------------------- */
#side-container {
  position: relative;

  float: right;
  width: 15%;
}

#home-button {
  height: 100%;
  width: 100%;

  border-radius: 10%;
  border: 1px solid #3c3;
  background-color: #dfd;

  font-size: 1.1vw;
  color: #f90;
}

#home-button:hover {
  border-radius: 15%;
  border-width: 2px;
  transform: scale(1.05);

  color: #9d9;
  font-weight: bold;

}
