  /**
 * Example Print Preview site
 *
 *	print.css
 *	author: Tim Connell
 */

/* -- Typography -- */
@page {
    margin: 2cm;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 1.5;
}

img{
    display: block;
    max-width: 500px !important;
}

h1,h2,h3,h4,h5 {
    font-weight: normal;
    margin-bottom:0.25em;
   /* text-shadow: rgba(0, 0, 0, 0.44) 1px 1px 2px;*/
}

p, table, ul, ol, dl, blockquote, pre, code, form {
    margin: 0 0 1em;
}

h1 { font-size: 2em; margin: 1em 0 0.25em; }
h2 { font-size:1.7em; }
h3 { font-size:1.5em; }
h4 { font-size:1.2em; }
h5 { font-size:1em; }

nav,
.nav-button,
.utility-nav,
.right-col,
.social,
#footer-mega,
.location p{
    display:none;
}

footer{
    border-top: #000 solid 1px;
}


