/* 
 Theme Name:   Child Theme
 Theme URI:    
 Description:  
 Author:       Code
 Author URI:   https://healthfness.com
 Template:     generatepress
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
@media only screen and  (min-width:320px)  {
	.nav-links{
    	font-size: 50px;
	}
}
@media only screen and  (min-width:480px)  { 
	.nav-links{
    	font-size: 50px;
	}

}
@media only screen and  (min-width:600px)  {
    body{
		background:;
	}
	.nav-links{
    	font-size: 50px;
	}

}

@media only screen and  (min-width:601px)  {
	.nav-links{
    	font-size: 14px;
	}
}

@media only screen and  (max-width:600px)  {
	#ez-toc-container nav ul a{
    	padding:8px 0;
	}
}