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

	@package museumofthesoul

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

	@package museumofthesoul

\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Breakpoints */
/* 500px */
/* 600px */
/* 800px */
/* 1100px */
/* 1400px */
/* Fonts */
/* 
 *
 * / Mixins
------------------------------------------------*/
/* 
 *
 * 1./  
------------------------------------------------*/
/* line 16, ../src/footer.scss */
.site-footer {
  margin-top: 4em;
  margin-bottom: 1em;
  text-align: right; }
  @media screen and (min-width: 50em) {
    /* line 16, ../src/footer.scss */
    .site-footer {
      margin-bottom: 2em; } }
  @media screen and (min-width: 68.75em) {
    /* line 16, ../src/footer.scss */
    .site-footer {
      margin-top: 6em;
      margin-bottom: 3em; } }
  /* line 29, ../src/footer.scss */
  .home .site-footer {
    display: none; }

/* line 33, ../src/footer.scss */
small {
  font-size: 0.9em; }
  /* line 36, ../src/footer.scss */
  small a {
    text-decoration: none;
    color: #000000; }
