/*
This stylesheet handles the sizes of text, images etc at different screen sizes
*/

//col-xs
@media(min-width: 0px) {
    
}

//col-sm
@media (min-width: 768px) {
  
}

//col-md
@media (min-width: 992px) {
  
}

//col-lg
@media (min-width: 1200px) {
  
}

//col-xl

