/*
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
*/
/* Small devices such as large phones (640px and up) */
@media only screen and (min-width: 40em) {
    .fusion-page-title-captions h1 {
        background: rgba(255, 255, 255, 0.3);
    }
    .home-heading h2 {
        font-size: 41px !important;
    }
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 48em) {
    .home-heading h2 {
        font-size: 64px !important;
    }
}

/* Large devices such as laptops (1024px and up) */
@media only screen and (min-width: 64em) {
    
}

/* Largest devices such as desktops (1280px and up) */
@media only screen and (min-width: 80em) {
    
}