/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.headerSection {
		font: 400 40px/1.3 'Berkshire Swash', Helvetica, sans-serif;
	}
	.owl-carousel .item h1 {
		font: 100 40px/1.1 'Sue Ellen Francisco', Helvetica, Sans-serif;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.headerSection {
		font: 400 60px/1.3 'Berkshire Swash', Helvetica, sans-serif;
	}
	.owl-carousel .item h1 {
		font: 100 60px/1.1 'Sue Ellen Francisco', Helvetica, Sans-serif;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.headerSection {
		font: 400 80px/1.3 'Berkshire Swash', Helvetica, sans-serif;
	}
	.owl-carousel .item h1 {
		font: 100 80px/1.1 'Sue Ellen Francisco', Helvetica, Sans-serif;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.headerSection {
		font: 400 100px/1.3 'Berkshire Swash', Helvetica, sans-serif;
	}
	.owl-carousel .item h1 {
		font: 100 50px/1.1 'Sue Ellen Francisco', Helvetica, Sans-serif;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.headerSection {
		font: 400 130px/1.3 'Berkshire Swash', Helvetica, sans-serif;
	}
	.owl-carousel .item h1 {
		font: 100 60px/1.1 'Sue Ellen Francisco', Helvetica, Sans-serif;
	}
}












