/*
 *	Red: 226,50,33
 *	Orange:
 		dark: 233,98,33
 		medium: 241,145,36
 		light: 247,176,42
 *	Yellow: 254,214,49
 *	Pink: 235,106,163
 *	Blue: 28,172,229
 *
 *  Source Sans Pro 300, 400, 700
 */

body {
	background:rgb(250,250,250);
	color:rgb(0,57,92);
	font-family: "Source Sans Pro", sans-serif;
	max-width:360px;
	margin:0 auto;
}

.main {
	width:calc(100% - 50px);
	margin:0 auto;
	padding: 25px 0 0;
}

/* Print Styles */

/* Based on HTML5 boilerplate print styles */
@media print {
	* {
	    background: transparent !important;
	    color: black !important;
	    box-shadow: none !important;
	    text-shadow: none !important;
	    filter: none !important;
	    -ms-filter: none !important;
	}
	a,
	a:visited {
	    text-decoration: underline
	}
	a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

	thead {
	    display: table-header-group
	}
	tr,
	img {
	    page-break-inside: avoid
	}
	img {
	    max-width: 100% !important
	}
	pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    /* Simple theme custom print styles */
	.header,
	.footer,
    .nav-open-button,
    .search-bar,
    .search-dropdown-icon,
    nav.primary {
	    display: none;
	}
}