/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* 

   @media (min-width: 768px) and  (max-width:1279px)  {
            h1 {
                font-size: 40px; 
            }

            h2 {
                font-size: 30px;
            }

            h3 {
                font-size:24px;
            }

            h4 {
                font-size: 20px;
            }

            h5 {
                font-size: 18px;
            }
        }
        @media (max-width: 767px) {
            h1 {
                font-size:30px; 
            }

            h2 {
                font-size:25px;
            }

            h3 {
                font-size:22px;
            }

            h4 {
                font-size: 20px;
            }

            h5 {
                font-size: 18px;
            }
        } */