@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/admissions/scholarships-bg.jpg"); }
  @media only screen and (min-width: 568px) {
    .main-container {
      background-position: center -2rem; } }
  @media only screen and (min-width: 768px) {
    .main-container {
      background-position: center -9rem; } }
  @media only screen and (min-width: 1024px) {
    .main-container {
      background-position: center -5rem; } }
  @media only screen and (min-width: 1366px) {
    .main-container {
      background-position: 0 -6rem; } }
  @media only screen and (min-width: 1920px) {
    .main-container {
      background-position: 0 -12rem; } }

.inner-page-section img {
  display: block;
  margin: auto; }
  @media only screen and (min-width: 1024px) {
    .inner-page-section img {
      max-width: 100%; } }

#star-scholars {
  background-image: url("../images/admissions/scholarships-star-bg.jpg"); }
  @media only screen and (min-width: 1024px) {
    #star-scholars img {
      margin: 5rem 0; } }
  @media only screen and (min-width: 1366px) {
    #star-scholars img {
      margin: 2rem 0; } }

#gokongwei {
  background-image: url("../images/admissions/scholarships-gokongwei-bg.jpg"); }

#st-lasalle {
  background-image: url("../images/admissions/scholarships-lasalle-bg.jpg"); }
  @media only screen and (min-width: 1024px) {
    #st-lasalle img {
      margin: 4rem 0; } }
  @media only screen and (min-width: 1366px) {
    #st-lasalle img {
      margin: 1rem 0; } }

#military {
  background-image: url("../images/admissions/scholarships-military-bg.jpg"); }

/*# sourceMappingURL=scholarships.css.map */
