@charset "utf-8";
/* CSS Document */


body {
	font-size:14px;
	line-height: 22px;
	font-family: 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	padding-top: 51px;

}

h1, h2, h3, h4, h5, h6, legend {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	line-height: 1.25em;
	margin: 0 0 1em 0;
}
p, ul, ol, dl, blockquote {
    margin-bottom: 1.5em; /* 24 / 16 */
}

