




.footerCopy{
  font-size: 1.5rem;
}






.footer {
  margin-top: 5rem;
  background-color: #475781;
  margin-bottom: -20rem;

  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-d {
  text-align: center;
  font-size: 3rem;
}

.line {
  margin: 0 auto;
  width: 30%;
  height: 5px;
  background: #fff;
  border-radius: 20px 60px 20px 50px;
}

#container #dock {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

#container {


  text-align: center;
  right: 20%;
  left: 10%;
  width: 79%;
  /**background: rgba(255, 255, 255, 0.2); **/
  border-radius: 10px 10px 0 0;
  margin: 30px auto;
}

#container li {
  list-style-type: none;
  display: inline-block;
  position: relative;
  margin-right: 1rem;
}

#container li img {
  width: 50px;
  height: 50px;
  -webkit-box-reflect: below 2px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.7, transparent), to(rgba(255, 255, 255, .5)));
  -webkit-transition: all 0.3s;
  -webkit-transform-origin: 40% 70%;
}

#container li:hover img {
  -webkit-transform: scale(2);
  margin: 0 2em;
}

#container li:hover+li img,
#container li.prev img {
  -webkit-transform: scale(1.5);
  margin: 0 1.5em;
}





@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}

@media only screen and (max-width: 480px) {
  .footer ul{
    display: flex;
    justify-content: space-around;

  }
  
}


































