/*   X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap

/*  Small devices (landscape phones, 576px and up)*/
@media (min-width: 0px) and (max-width: 350px) { 

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 351px) and (max-width: 400px) {

    
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 401px) and (max-width: 780px) { 
    
    
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 781px) and (max-width: 1040px) { 
    
    
}

/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1041px) and (max-width: 1220px) { 
    
    
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1221px) and (max-width: 1420px) { 
    
    
}
/* XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1421px){ 
    
    
}