@charset "UTF-8";
/* CSS Document */


/* @media screen and (min-width: 1200px) */
@media screen and (min-width: 75em) {
  body {
    /* Zoom baseline grid to 17/16 = 1.0625 */
      font-size: 1.0625em;
  }
  h1 {
	font-size: 3.0em;  
  }
   
  header .wrapper {  
	margin-left: 12.5%;
	width:75%;
  }
  
  footer .wrapper {
	margin-left: 12.5%;
	width:75%;
  }
  #twoway .wrapper {
    width: 37.5%;
  }
  #twoway .wrapper:first-child {
	margin-left: 12.5%;
  }
  
  
   
}