
/*--------------------------------------------------------------------------------
  front page lead-in
*/
    .leadin{ /* stetch between words of Reasoning and Technology, might want to use 'gap' in the future */
      margin-top: 10px;
      font-size: 1.3em;
      text-align:center;
    }


/*--------------------------------------------------------------------------------
  pages
*/
    .contact{
      max-width:846px;
    }
    .address{
      flex-grow:0;
      background-color: hsl(0, 0%, 93%);
      white-space:nowrap;
      text-align:left;
      padding:.8em;
    }

    .home{
    }
    .twitter{
      max-width:32em;
    }


