Yes, you have 2 js errors on the page:
TypeError: e is not a function
!function(e){"use strict";e(function(){e.support.transition=function(){var e=fun...
bootstrap.min.js (line 6, col 26)
TypeError: $(...).ready is not a function
$(document).ready(function(){
keepingbusy.ca (line 56, col 4)
Most probably it is because of the second one as it points out that you have some kind of jquery conflict. Maybe loading 2 jquery versions on the same page. I would start debuging this by changing the template and checking if this resolves the problem. If it does, then maybe you can play with the settings of the template.
If it doesn't resolve it - I would start with disabling plugins and modules until it works. When it works you can start enabling modules and plugins until you find the module or combination of module and plugin that causes this.
Kind regards,
Daniel