/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating will be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,900;1,900&display=swap');

h1, h2, h3, h4, h5, h6 {
  text-transform: none !important;
}
#zindex {z-index: 9999 !important; position: relative;}

h1 {font-weight: 700;font-size: 70px;}
h2 {font-weight: 700; font-size: 55px;}
h3 {font-weight: 500; font-size: 30px;}

@media (max-width: 768px) {
	h1 {font-size: 50px;}
	h2 {font-size: 35px;}
	h3 {font-size: 30px;}
}