/*----------------------------------------------*\
    FOOTER
	======

	@package hannahbahl

\*----------------------------------------------*/
/*----------------------------------------------*\
    COMPONENTS
	==========

	@package hannahbahl

\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Breakpoints */
/* 500px */
/* 600px */
/* 800px */
/* 1100px */
/* 1400px */
/* Fonts */
/* 
 *
 * / Mixins
------------------------------------------------*/
/* 
 *
 * 1./  
------------------------------------------------*/
/* line 16, ../src/footer.scss */
footer.site-header {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #90EBD0;
  padding-top: 6em;
  padding-bottom: 1em;
  margin-top: 6em; }
  @media screen and (min-width: 50em) {
    /* line 16, ../src/footer.scss */
    footer.site-header {
      margin-top: 8em; } }

/* line 27, ../src/footer.scss */
.footer-navigation {
  display: block;
  position: static;
  text-align: left;
  height: auto;
  opacity: 1;
  font-size: 0.9em;
  background-color: transparent;
  pointer-events: auto;
  padding-top: 1.5em;
  width: 100%; }
  @media screen and (min-width: 37.5em) {
    /* line 27, ../src/footer.scss */
    .footer-navigation {
      padding-top: 1em;
      margin-left: auto;
      font-size: 1em;
      width: 50%; } }
  @media screen and (min-width: 50em) {
    /* line 27, ../src/footer.scss */
    .footer-navigation {
      font-size: 1.25em;
      width: 40%; } }

/* line 50, ../src/footer.scss */
.footer-navigation .menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  /* line 58, ../src/footer.scss */
  .footer-navigation .menu a {
    color: #000000;
    text-decoration: none; }
    /* line 62, ../src/footer.scss */
    .footer-navigation .menu a:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      margin-top: 0.35em;
      transform-origin: left;
      transform: translateY(-0.4rem) scaleX(0);
      transition: transform 1s ease;
      background-color: #000000; }
      @media screen and (min-width: 37.5em) {
        /* line 62, ../src/footer.scss */
        .footer-navigation .menu a:after {
          height: 3px;
          margin-top: 0.25em; } }
    /* line 78, ../src/footer.scss */
    .footer-navigation .menu a:hover:after, .footer-navigation .menu a:focus:after {
      transform: translateY(-0.4rem) scaleX(1); }
  /* line 84, ../src/footer.scss */
  .footer-navigation .menu .current_page_item a:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 0.35em;
    transform-origin: left;
    transform: translateY(-0.4rem) scaleX(1);
    transition: transform 1s ease;
    background-color: #000000; }
    @media screen and (min-width: 37.5em) {
      /* line 84, ../src/footer.scss */
      .footer-navigation .menu .current_page_item a:after {
        height: 3px;
        margin-top: 0.25em; } }
  /* line 100, ../src/footer.scss */
  .footer-navigation .menu .current_page_item a:hover:after,
  .footer-navigation .menu .current_page_item a:focus:after {
    transform-origin: left;
    transform: translateY(-0.4rem) scaleX(0); }

/* line 106, ../src/footer.scss */
.flex-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/* line 110, ../src/footer.scss */
.copyright-social-wrapper {
  margin-top: 1em;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/* line 116, ../src/footer.scss */
.copyright {
  color: #000000;
  text-transform: uppercase;
  font-size: 0.7em;
  margin-top: 0.25rem;
  margin-bottom: 1rem; }
  /* line 123, ../src/footer.scss */
  .copyright a {
    color: #000000;
    text-decoration: none; }
    /* line 127, ../src/footer.scss */
    .copyright a:hover, .copyright a:focus {
      border-bottom: 1px solid #000000; }
  @media only screen and (max-width: 31.25em) {
    /* line 116, ../src/footer.scss */
    .copyright {
      font-size: 0.6em; } }

/* line 138, ../src/footer.scss */
.social-icons a {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  margin-left: 1em;
  width: 1.25em; }

/* line 146, ../src/footer.scss */
.marquee {
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 100%;
  font-size: 2em;
  line-height: 1;
  letter-spacing: 2px;
  overflow: hidden;
  font-family: alegreya, serif;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff; }

@keyframes moveLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-3000vw); } }
/* line 169, ../src/footer.scss */
.marquee span {
  animation: moveLeft 300s linear infinite;
  white-space: nowrap;
  display: block;
  position: relative; }
