/*
	Override default font
*/
body{
	font-size: 12px
}

h1{
	font-size: 24px;
}
h2{
	font-size: 22px;
}


.sr-only {
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}