/*
// 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) {
  .container {
    max-width: 1375px;
  }
  nav {
    max-width: 1375px;
  }
  .content-wrapper {
    max-width: 1375px;
  }
}
/* Mobile Styles */
@media only screen and (max-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    max-width: 100%;
    flex: none;
  }
}
