html {
  position: relative;
  min-height: 100%;
}

.footer {
  background-color: #002b43;
  bottom: 0;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  left: 0;
  position: absolute;
  right: 0;
}

.footer p {
  color: #879499;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}

.footer a {
  color: #fff;
}

.footer__column--links {
  font-size: 16px;
  font-weight: 600;
}

.footer__column--links ul li {
  margin-bottom: 24px;
}

.footer__column--links ul li:last-of-type {
  margin-bottom: 0;
}

.footer__column--links .list-unstyled {
  margin-bottom: 10px;
}

.footer__social {
  margin-top: 10px;
}

.footer__social li {
  margin-right: 22px;
  padding: 0;
}

.footer__social li:last-of-type {
  margin-right: 0;
}

.footer__email i {
  color: #ffffff;
  font-size: 28px;
  margin: 0 12px 0 0;
  position: relative;
  top: 5px;
}

.footer__copyright {
  color: #879499;
  font-family: "Proxima Nova", sans-serif;
  font-weight: 400;
}

.footer__copyright a {
  color: #879499;
}

@media all and (max-width: 1419px) {
  .footer {
    height: 667px;
    padding: 40px 16px;
    text-align: center;
  }

  .footer p {
    font-size: 16px;
  }

  .footer__column--links,
  .footer__socials,
  .footer__contact,
  .footer__copyright {
    margin-top: 40px;
  }

  .footer__email {
    margin-top: 12px;
  }
}

@media all and (min-width: 1420px) {
  .footer {
    height: 339px;
    padding: 30px;
  }

  .footer__columns {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }

  .footer__column {
    flex-basis: 0;
    flex-grow: 1;
  }

  .footer__column--links {
    padding-top: 13px;
  }

  .footer__socials {
    padding-top: 8px;
  }

  .footer__contact {
    margin-top: 30px;
  }

  .footer__email {
    margin-top: 25px;
  }

  .footer__copyright {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .toolbar {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
  .footer {
    text-align: center;
  }

  .footer__columns {
    display: block;
  }
}
