/* line 3, /web/nebula/app/assets/stylesheets/footer.scss */
footer {
  padding: 3em 0;
  background-color: white;
  box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 2vw repeat(6, 1fr) 2vw;
  grid-column-gap: 1vw;
}

/* line 11, /web/nebula/app/assets/stylesheets/footer.scss */
.footerlinks {
  grid-column: 2/6;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 17, /web/nebula/app/assets/stylesheets/footer.scss */
.footerlinks > p {
  width: 100%;
}

/* line 20, /web/nebula/app/assets/stylesheets/footer.scss */
#footer-hr-style {
  margin: 3em 0;
  grid-column: 2/8;
  width: 100%;
  border: 0;
  height: 2px;
  background-color: #393939;
}

/* line 28, /web/nebula/app/assets/stylesheets/footer.scss */
.legal {
  grid-column: 2/8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* line 34, /web/nebula/app/assets/stylesheets/footer.scss */
.legal > p {
  width: 100%;
}

/* line 37, /web/nebula/app/assets/stylesheets/footer.scss */
.social {
  grid-column: 6/8;
  margin: 0.5em 0 auto auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 8em;
}

/* line 45, /web/nebula/app/assets/stylesheets/footer.scss */
.social > img {
  width: 2em;
}

/* line 48, /web/nebula/app/assets/stylesheets/footer.scss */
.footer-nav-li {
  text-decoration: none;
  color: #393939;
}

@media screen and (orientation: landscape) {
  /* line 55, /web/nebula/app/assets/stylesheets/footer.scss */
  footer {
    grid-template-columns: 2vw repeat(6, 1fr) 2vw;
    grid-column-gap: 1vw;
  }

  /* line 59, /web/nebula/app/assets/stylesheets/footer.scss */
  .footerlinks {
    grid-column: 3/4;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* line 64, /web/nebula/app/assets/stylesheets/footer.scss */
  .footerlinks > p {
    width: calc((100% - 1vw)/1);
  }

  /* line 67, /web/nebula/app/assets/stylesheets/footer.scss */
  #footer-hr-style {
    grid-column: 3/7;
  }

  /* line 70, /web/nebula/app/assets/stylesheets/footer.scss */
  .legal {
    grid-column: 3/7;
  }

  /* line 73, /web/nebula/app/assets/stylesheets/footer.scss */
  .legal > p {
    width: calc((100% - 1vw)/5);
  }

  /* line 76, /web/nebula/app/assets/stylesheets/footer.scss */
  .social {
    grid-column: 6/7;
    margin: auto 0 0.5em auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 2em;
    width: 8em;
  }
}
/* line 86, /web/nebula/app/assets/stylesheets/footer.scss */
.footer-link-img {
  width: 32px;
  height: 32px;
}
