$(document).ready(function() {

height = $(window).height();
width  = $(window).width();
alt=height-150;
alt=alt+"px";
$('.section').css("height",height);
$('.motto').css("width",width);

$('.topfrecce').css("margin-top",alt);
$(".section").css("width",width);
$("#container").css("height",height);
num=1;
    
$("#freccia").click(function(){
        
        if (num == 3) {
            
            num=1;
            sect= "#section" + num;
             $("#freccia").attr("href", "#section1");
            
             
            
            
        } else{
        num ++;
    sect= "#section" + num;
    $("#freccia").attr("href", sect);
    
    
    
    
  


        


    
 
    }

});


    $("#freccia2").click(function(){
        
        if (num == 1) {
            
           
            
             $("#freccia2").attr("href", "#section3");
            
             num=3;
            
            
        } else{
        num--;
    sect= "#section" + num;
    $("#freccia2").attr("href", sect);
    
    
    
    
  


        


    
 
    }

});


$(".vocimenu").mouseenter(function(){
    
    
    $(this).animate({
        
            "font-size":"25px"
        
        
    },500, "linear" )
    
    
    
    
    
    
});

$(".vocimenu").mouseleave(function(){
    
    
    $(this).animate({
        
            "font-size":"18px"
        
        
    },500, "linear" )
    
    
    
    
    
    
});

$('#popup').css("width",width);
$('#popup').css("height",height);
$('#popup2').css("width",width);
$('#popup2').css("height",height);
$('#popup3').css("width",width);
$('#popup3').css("height",height);


       $('#prod').click(function() {
    	   $('#popup').fadeIn(1000);
		   

    	});

  $('#chiudi1').click(function() {
    	   $('#popup').fadeOut(1000);
		   

    	});

 $('#prod2').click(function() {
    	   $('#popup2').fadeIn(1000);
		   

    	});

  $('#chiudi2').click(function() {
    	   $('#popup2').fadeOut(1000);
		   

    	});
        $('#prod3').click(function() {
    	   $('#popup3').fadeIn(1000);
		   

    	});

  $('#chiudi3').click(function() {
    	   $('#popup3').fadeOut(1000);
		   

    	});

 



  



});
