/*
 Theme Name:   EAS QLT
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Danivera
 Author URI:   https://danivera.com
 Template:     generatepress
 Version:      0.1
*/



/*MEDIA QUERIES*/
@media screen (max-width:1200px) {

    
}


@media (max-width: 1100px){

  
}

@media (max-width:1024px) {



}

/* markup for tablets */
@media screen and (min-width:769px) and (max-width:1024px) {

 


}

/* markup for mobile */
@media screen and (max-width:768px) {

    
}


