@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/uaap-bg.jpg");
  background-position: center; }
  @media only screen and (min-width: 1440px) {
    .main-container {
      background-position: center -18rem; } }

.section-one {
  background-color: #fff; }
  .section-one .counter .counter-number {
    color: #414042; }
  .section-one .counter p {
    color: rgba(65, 64, 66, 0.5); }

.with-background {
  background-image: url("../images/facts-figures/uaap-section-bg.jpg");
  background-position: center; }
  @media only screen and (min-width: 1440px) {
    .with-background {
      background-position: 0 3rem; } }
  @media only screen and (min-width: 1920px) {
    .with-background {
      background-position: 0 1rem; } }
  .with-background h3 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #8cc63f; }

/*# sourceMappingURL=fnf-uaap-championship.css.map */
