/*
bootswatch-overrides.css

Use this file to do quick over-rides on 
key classes, etc.

Place in the following folder:

themes/bootswatch/css

reference the file inside header_inc.php thus:

<link rel="stylesheet" href="<?=THEME_PATH;?>css/bootswatch-overrides.css">


*/

/*
override the width of the container, or use LESS?
http://stackoverflow.com/questions/15884102/bootstrap-how-do-i-change-the-width-of-the-container

*/

@media (min-width: 1200px) {
.container{
    max-width: 970px;
}