/*----------------------------------------------*\
    FOOTER
	======
	
	@package sibylle
	
\*----------------------------------------------*/
/*----------------------------------------------*\
    COMPONENTS
	==========
	
	@package sibylle
	
\*----------------------------------------------*/
/* 
 *
 * / Variables
------------------------------------------------*/
/* Colors */
/* Widths */
/* Media Queries */
/* 480px */
/* 800px */
/* 1000px */
/* 1500px */
/* Fonts */
/* $serif: "freight-text-pro", sans-serif; */
/* 
 *
 * / Mixins
------------------------------------------------*/
/* line 11, ../src/roman/footer.scss */
.site-footer {
  padding-left: .5em;
  padding-right: .5em;
  text-align: center;
  margin-top: 4em;
  margin-bottom: 2em;
  line-height: 2; }
  /* line 19, ../src/roman/footer.scss */
  .site-footer a {
    text-decoration: none;
    font-family: "jaf-facitweb", sans-serif;
    color: #414042;
    font-size: 0.9em;
    transition: color 0.3s ease;
    margin: 0 1em; }
    /* line 26, ../src/roman/footer.scss */
    .site-footer a:hover {
      color: #ff7300; }
