/*
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
*/


/*********************
GENERAL
*********************/
a, button { transition: .5s all ease; -webkit-transition: .5s all ease; -moz-transition: .5s all ease; }


h1, .h1 { font-size: 70px; line-height: 80px; }
h2, .h2 { font-size: 50px; line-height: 60px; }
h3, .h3 { font-size: 40px; line-height: 45px; }
h4, .h4 { font-size: 30px; line-height: 35px; }
h5, .h5 { font-size: 22px; line-height: 25px; }
p, ul li, ol li { font-size: 25px; line-height: 35px; }


@media (max-width: 1299px) {
	h1, .h1 { font-size: 60px; line-height: 65px; }
	h2, .h2 { font-size: 50px; line-height: 55px; }
	h3, .h3 { font-size: 35px; line-height: 40px; }
	h4 { font-size: 23px; line-height: 28px; }
}

@media (max-width: 999px) {
	h1, .h1 { font-size: 50px; line-height: 55px; }
	h2, .h2 { font-size: 45px; line-height: 50px; }
	h3, .h3 { font-size: 30px; line-height: 35px; }
	h4 { font-size: 22px; line-height: 26px; }
	body, p, ul li, ol li { font-size: 18px; line-height: 25px; }

}

@media (max-width: 690px) {
	h1, .h1 { font-size: 45px; line-height: 50px; }
	h4 { font-size: 20px; line-height: 24px; }
}

@media (max-width: 480px) {
	h1, .h1 { font-size: 40px; line-height: 45px; }
	h2, .h2 { font-size: 40px; line-height: 45px; }
    h5 { font-size: 19px; line-height: 22px; }
    body, p, ul li, ol li { font-size: 16px; line-height: 22px; }
}





