/*
 Theme Name:   MAPSI
 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 (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) {
}


