@import "https://fonts.googleapis.com/css?family=Open+Sans:300,400,700|Montserrat:400,700";
/*
@mixin mobile {
    @media only screen and (max-width: $S) { @content; }
}

@mixin tablet {
    @media only screen and (min-width: $M) and (max-width: 1023px) { @content; }
}

@mixin all_mobile {
    @media only screen and (max-width: 425px) { @content; }
}

// super light grid - it works with the .cd-container class inside style.scss

@mixin column($percentage, $float-direction:left) {
width: 100% * $percentage;
float: $float-direction;
}*/
.main-container {
  background-image: url("../images/facts-figures/lf-bg.jpg"); }
  @media only screen and (min-width: 768px) {
    .main-container {
      background-position: 0 -10rem; } }
  @media only screen and (min-width: 1366px) {
    .main-container {
      background-position: 0 -20rem; } }

.inner-page-section .fa {
  display: block;
  text-align: center;
  padding: 3rem 0; }
.inner-page-section img {
  display: block;
  margin: auto; }

#food-pioneer {
  background-image: url("../images/facts-figures/lf-section-bg.jpg"); }

#empathic-solar {
  background-image: url("../images/facts-figures/lf-section-bg-b.jpg");
  background-position: center; }

#learner-internet {
  background-image: url("../images/facts-figures/lf-section-bg-c.jpg");
  background-position: 0 -7rem; }

#soccer-robots, #internet-connected {
  background-color: #00713d; }
  #soccer-robots .fa, #internet-connected .fa {
    color: #fff; }

/*# sourceMappingURL=fnf-lasallian-firsts.css.map */
