body {	
	font-size: 100%;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #333;
	margin: 0 0 0 0; padding: 0;
}
a { font-size: 1em; outline: none; }
a:link { color: #6097cc; text-decoration: underline; }
a:visited { color: #6097cc; text-decoration: underline; }
a:hover { color: #6097cc; text-decoration: none; }
a:active { color: #6097cc; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;	
	@include robotoslabbold;
	margin: 0 0 5px 0;
	color: #6097cc;
}

h1 { font-size: 1.8em; }
h2 { font-size: 1.5em;}
h3 { font-size: 1.3em;}
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }


ul, ol, dl, p, pre, table, fieldset, hr {
	margin: 0 0 1.5rem 0;
}
strong {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
ul, ol {
	ul, ol {
		margin-bottom: 0;
	}
}

hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	background-color: #fff;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

.container {
	margin: 0 auto;
	max-width: 1009px;
	-webkit-box-sizing: inherit;
	  -moz-box-sizing: inherit;
	  box-sizing: inherit;
	position: relative;
	z-index: 800;
	text-align: center;
	
}
.text {
	margin: 25px auto;
	padding: 0 30px;
	max-width: 800px;
}