@media screen and (max-width: 680px) {

	h1 {
		font-size: 32px;
		line-height: 36px;
		font-weight: 400;
	}

	h2 {
		font-size: 18px;
		line-height: 26px;
		font-weight: 300;
		margin-bottom: 6px;
		font-family: 'Open Sans', sans-serif;
	}

	h3 {
		font-weight: 300;
	}


	p {
		font-size: 18px;
		line-height: 26px;
	}

	h1.hero-title {
	    font-size: 46px !important;
	}
}

/*@media screen and (max-width: 400px) {
	h1 {
		font-size: 32px;
		line-height: 1.2em
	}
}*/