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


/* @media screen and (min-width: 1392px) */
@media screen and (min-width: 87em) {
  body {
    /* Reset baseline grid to 16/16 = 1.0 */
  
    font-size: 1em;
  } 
  h1 {
	font-size: 3.1em;  
  }
   
  header .wrapper {
	margin-left: 18.75%;
	width:62.5%;
  }
    footer .wrapper {
	margin-left: 18.75%;
	width:62.5%;
  }
  #twoway .wrapper {
    width: 31.25%;
  }
  #twoway .wrapper:first-child {
    margin-left: 18.75%;
  } 


}