/*
// Theme Name : Default Theme
// Created On : 10/30/2020
// Author : Joe Kustek
// Version : 1.0
// Description : The Default Built In joeCms Theme
*/

/* Desktop Styles */
@media only screen and (min-width: 991px) {
}
/* Mobile Styles */
@media only screen and (max-width: 991px) {
}
