@media (max-width: 400px){
	body.circle-landing #circle-shelf  div.content{
				margin-top: 60px;
	}
}
@media only screen and (device-width: 1024px) and (device-height: 768px) {
	body.circle-landing #circle-shelf h1 {
		letter-spacing: -4px;
	}
}
@media (max-width: 992px) {
	.article h1.noheaderTitle span, .about h1.noheaderTitle span  {
	    font-size: 25px;
	    line-height:1.5em;
	}
	.article h1, .about h1 {
	    font-size: 25px;
	    line-height:1.5em;
	}
	.article h2, .about h2 {
	    font-size: 24px;
	}
	.article h3, .about h3 {
	    font-size: 23px;
	}
	.article h4, .about h4 {
	    font-size: 22px;
	}

}