footer {
  display: flex;
  justify-content: center;
  background-color: rgb(238, 105, 46);
}

.footer-wrapper {
  width: 80%;
  display: flex;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 40px;
}

footer h6 {
  font-size: 22px;
  margin-bottom: 10px;
}

.footer-logo img {
  width: 175px;
  height: 175px;
}

.footer-contact p {
  font-size: 18px;
  line-height: 25px;
  color: white;
}

.p-content {
  display: flex;
  flex-direction: column;
  flex-flow: nowrap;
  margin: 10px 0;
  color: white;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}

.icon {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  font-size: 18px;
}

.icon-location {
  font-size: 28px;
}

.footer-contact a {
  text-decoration: none;
}

.footer-contact a:hover .p-content {
  color: lightgreen;
}

.footer-link p a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

.footer-link p a:hover {
  color: lightgray;
}

.footer-link p a:hover #facebook-icon {
  color: blue;
}

.footer-link p a:hover #instagram-icon {
  color: purple;
}

.footer-link p a:hover #twitter-icon {
  color: lightblue;
}

.footer-link p a:hover #tripadvisor-icon {
  color: green;
}

.footer-contact {
  flex: 1;
}

.footer-logo {
  flex: 1;
  display: flex;
  justify-content: center;
}

.footer-social {
  flex: 1;
}

.footer-link {
  margin-top: 8px;
}

@media screen and (max-width: 670px) {
  .footer-wrapper {
    flex-direction: column;
  }

  .footer-logo {
    order: 1;
  }

  .footer-contact {
    margin-top: 35px;
    order: 2;
  }

  .footer-social {
    margin-top: 35px;
    order: 3;
  }
}
