html
{
    -webkit-font-smoothing: antialiased;
	box-sizing: border-box;
}

body
{
    -webkit-font-smoothing: antialiased;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
	line-height: 28px;
	font-size: 20px;
	color: #333;
}

*, *:before, *:after
{
  box-sizing: inherit;
}

body.disable-scroll
{
	overflow: hidden;
}

h1
{
	margin: 30px;
	line-height: 40px;
	font-weight: 300;
	font-size: 33px;	
}

h2
{
	margin: 0px 30px 20px;
	line-height: 33px;
	font-weight: 400;
	font-size: 26px;
}

p
{
	margin: 0px 30px;
	line-height: 30px;
	font-weight: 300;
	font-size: 22px;
}

p a
{
	text-decoration: underline;
	font-weight: 300;
	color: #185EA0;
}

@media (min-width: 768px)
{

}

@media (min-width: 1340px)
{
	
}