footer {
  position: relative;
  width: 100%;
  bottom: 0;
  color: white;
  background: black;
}
footer .container {
  padding-top: 70px;
  padding-bottom: 70px;
  position:relative;
  z-index: 1;
  text-align: center;
}
footer .container, footer .footer-bottom {
  position:relative;
  background: #00000099;
}
footer .footer-bottom {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 0px 40px;
}
footer .copyright {
  padding: 10px 0px;
}
@media (min-width: 768px) {
  footer .container {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
footer .container .email{
    margin-bottom:20px;
    margin-top:10px;
}
@media (min-width: 768px) {
  footer .container .email{
    margin-left: auto;
    margin-right: 10%;
    margin-bottom:0px;
    margin-top:0px;
}
}
footer .container .instagram-social{
    position: relative;
    top: -1px;
}
footer .footer-title {
  margin-top: 0px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  footer .footer-title {
    font-size:3rem;
  }
}
footer .footer-subtitle {
  font-family: 'Oswald';
}
footer .media--layer {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}
footer .media--layer .media--layer--img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: bottom;
}
@media (min-width: 1366px) {
  footer .media--layer .media--layer--img {
    height: 100%;
    width: 100%;
    object-position: bottom;
  }
}

footer .footer-bottom .copyright,
footer .footer-bottom .web-dev {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  footer .footer-bottom .copyright,
  footer .footer-bottom .web-dev {
    margin-bottom: 0.5rem;
  }
}
@media (min-width: 1366px) {
  footer .footer-bottom .copyright,
  footer .footer-bottom .web-dev {
    margin-bottom: 0;
  }
}
footer .footer-bottom .copyright,
footer .footer-bottom .web-dev {
  font-size: 0.75rem;
  line-height: 1.5rem;
  color: #D1D1D1;
}
footer .footer-bottom .copyright a,
footer .footer-bottom .web-dev a {
  color: #D1D1D1;
}
footer .footer-bottom .copyright a:hover,
footer .footer-bottom .web-dev a:hover {
  text-decoration: underline;
}
footer .footer-bottom .web-dev {
  flex-shrink: 0;
  margin-bottom: 0;
}
