/**
 * Profound Grid
 * 
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts, 
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 * 
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 * 
 * Nested columns are supported too, without having to reset the grid on each level. 
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com 
 */
/**
 * Clearfix
 */
/**
 * Legacy Clearfix
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
.main.main-5, .main.main-4 {
  padding-top: 20px;
}

.wrapper .header {
  max-width: 1600px;
  margin: auto;
}

@media (min-width: 200px) {
  .btn-header {
    display: none;
  }

  .mobile-break {
    display: block;
  }

  .logo {
    text-align: center;
    display: block;
    margin: auto;
    padding-left: unset;
  }

  .main.main-4 h1.blue {
    font-size: 40px;
  }
  .main.main-4 h2.blue {
    font-size: 24px;
  }
}
@media (min-width: 600px) {
  .mobile-break {
    display: unset;
  }

  .btn-header {
    display: unset;
    float: right;
  }
  .btn-header .btn-container {
    margin-top: 0;
    margin-right: 40px;
  }

  .logo {
    display: unset;
    padding-left: 7px;
    margin-left: 20px;
  }
}

/*# sourceMappingURL=landingtwo.css.map */
