/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.h2-style {
	font-size: 34px;
	line-height: 40px;
}

.h3-style {
	font-size: 22px;
	line-height: 35px;
}

@media (max-width: 1300px) {
	.h2-style {
		font-size: 34px;
		line-height: 40px;
	}

	.h3-style {
		font-size: 22px;
		line-height: 35px;
	}
}

@media (max-width: 1000px) {
	.h2-style {
		font-size: 27.2px;
		line-height: 36px;
	}

	.h3-style {
		font-size: 17.6px;
		line-height: 26px;
	}
}

@media (max-width: 775px) {
	.h2-style {
		font-size: 25px;
		line-height: 34px;
	}

	.h3-style {
		font-size: 16px;
		line-height: 24px;
	}
}


