/**************************************
 * @media(min-width:1300px)
 * ************************************/

@media (min-width:1300px) {
  body {
    font-size: 1.375em;
  }
  
   body:before {
    border-left: 198px solid #faf3e6;
    border-right: 198px solid #faf3e6;
    border-top: 198px solid transparent;
    margin: 0 auto -9em;
  }
  
} /* closes @media(min-width:1300px) */



