footer {
  background-image: url("../images/bgfooter.JPG");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 80%;
  text-align: center;
  padding: 100px 20px 50px 20px;
  background-color: #111111;
}

footer img {
  width: 150px;
}

footer hr {
  margin-top: 30px;
  width: 420px;
  opacity: 60%;
}

footer .paragraph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

footer .paragraph .p-content {
  width: 620px;
}

footer .trademark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  list-style: none;
  opacity: 100%;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}

footer .trademark li {
  color: #fff;
  margin: 0 10px;
}

footer .trademark .line {
  border-left: 1px solid rgba(236, 240, 241, 0.5);
  height: 50px;
}

footer .social {
  margin: 30px 0;
  margin-top: -10px;
  list-style: none;
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
}

footer .social li {
  margin: 10px;
  line-height: 50px;
  display: inline;
}

footer .social li svg {
  fill: #fcf9fe;
  width: 40px;
  opacity: 80%;
}

footer .social li svg:hover {
  opacity: 100%;
}

footer p {
  color: #fcf9fe;
  opacity: 80%;
  font-size: 14px;
  margin-top: -10px;
}

footer h3 {
  color: #fcf9fe;
  opacity: 100%;
  margin-top: 0px;
  margin-bottom: 5px;
}

footer .address {
  margin-top: -20px;
}
