@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/university-life/trimestral-sys-bg.jpg"); }
  @media only screen and (min-width: 768px) {
    .main-container {
      background-position: center -5rem; } }
  @media only screen and (min-width: 1920px) {
    .main-container {
      background-position: 0 -10rem; } }

.section-two {
  background-image: url("../images/university-life/trimestral-sys-section-bg.jpg"); }
  @media only screen and (min-width: 1366px) {
    .section-two {
      background-position: 0 6rem; } }
  .section-two .section-blocks {
    text-align: center;
    padding: 2rem 0; }
    @media only screen and (min-width: 1024px) {
      .section-two .section-blocks {
        padding: 3rem 0; } }

/*# sourceMappingURL=trimestral-system.css.map */
