/*
Theme Name: BEVIN Theme 1a
Description: BEVIN Theme 1a
Author: BEVIN Creative
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags:
*/

.section-hero .hero-caption h3 {
	font-size: 44px;
}

.section-hero .hero-caption p {
	font-size: 24px;
}

.section-centered-text {
	padding: 50px 0 30px;
}

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

	.section-hero .hero-caption h3 {
		font-size: 32px;
	}

	.section-hero .hero-caption p {
		font-size: 20px;
	}

	.section-centered-text {
		padding: 30px 0 10px;
	}


}

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

	.section-hero .hero-caption h3 {
		font-size: 24px;
	}

	.section-hero .hero-caption p {
		font-size: 16px;
	}

}