Geccoe = {}

Geccoe.load = function() {
    
    if (screen.width <= 1024) {
        $("#header h1").css("font-size","230%");        
    }
}

Geccoe.Recipes = {}

Geccoe.Recipes.Show = {}

Geccoe.Recipes.Show.load = function() {         
     
  $("#btn_print").click( function() {        
    $('.ads').html("");
    $('#recipe').printElement({overrideElementCSS:['/stylesheets/print.css']});    
  });
}

Geccoe.BakingTips = {}

Geccoe.BakingTips.Show = {}

Geccoe.BakingTips.Show.load = function() {      
  $("#btn_print").click( function() {    
    $('.ads').html("");
    $('#baking_tip').printElement({overrideElementCSS:['/stylesheets/print.css']});
  });
}
