/**
 * @file
 * front.css
 * 
 * Styling for the Front Page
 * 
 * -------------------------------------------------
 * Attached thru `.theme`
 *
 ============================================================================ */

/*=======================================
   Global
=========================================*/


/*----------------------------
    Flexslider
  ----------------------------*/
.user-logged-in .fp-slideshow {
  margin: 0 0 4em;
} 

#block-stories-fp {margin-bottom: 2em;}

/*----------------------------
  Temporary Styles without a Person
  ----------------------------*/
@media (min-width: 60em) {
  .hero-section__information,
  .hero-section .styled-header__big {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  
  .hero-section .styled-header__big {
    font-size: calc(1.5rem + 1vw);
    max-width: none;
  }
}

/*==============================================================
    Responsive
================================================================*/
@media screen and (min-width: 750px) {
}
