// JavaScript Document
lastObj = '#section1 .content';
lastNav = '#home';

$(document).ready(function(){

 $("#home").addClass("active").show();


$('#home').click(function() { 
	
	$(lastNav).removeClass("active");
	$("#home").addClass("active"); 
	$.scrollTo('#section1', 800, {easing:'easeOutQuad', onAfter:function(){ document.title = 'Home'; lastObj = '#section1 .content';}});
	$('#section1 .content').fadeIn(1200);
	$('.ee_inner_bottom').animate({ backgroundColor: "#3a94ba" }, "slow");
	lastNav = "#home";
	});


$('#story').click(function() { 

	$(lastNav).removeClass("active");
	$("#story").addClass("active"); 
	$.scrollTo('#section2', 800, {easing:'easeOutQuad', onAfter:function(){ document.title = 'Our Story'; lastObj = '#section2 .content';}});
	$('#section2 .content').fadeIn(1200);
	$('.ee_inner_bottom').animate({ backgroundColor: "#3a94ba" }, "slow");
	lastNav = "#story";
	});


$('#services').click(function() { 
	
	$(lastNav).removeClass("active");
	$("#services").addClass("active"); 
	$.scrollTo('#section3', 800, {easing:'easeOutQuad', onAfter:function(){ document.title = 'Services'; lastObj = '#section3 .content'; }});
	$('#section3 .content').fadeIn(1200);
	$('.ee_inner_bottom').animate({ backgroundColor: "#3a94ba" }, "slow");
	lastNav = "#services";
	});



$('#portfolio').click(function() { 
	
	$(lastNav).removeClass("active");
	$("#portfolio").addClass("active"); 
	$.scrollTo('#section5', 800, {easing:'easeOutQuad', onAfter:function(){ document.title = 'Case Studies & Portfolio'; lastObj = '#section5 .content'; }});
	$('#section5 .content').fadeIn(1200);
	$('.ee_inner_bottom').animate({ backgroundColor: "#3a94ba" }, "slow");
	lastNav = "#portfolio";
	});

$('#contact').click(function() { 

	$(lastNav).removeClass("active");
	$("#contact").addClass("active"); 
	$.scrollTo('#section6', 800, {easing:'easeOutQuad', onAfter:function(){ document.title = 'Contact'; lastObj = '#section6 .content'; }});
	$('#section6 .content').fadeIn(1200);
	$('.ee_inner_bottom').animate({ backgroundColor: "#3a94ba" }, "slow");
	lastNav = "#contact";	
	});


$('#caseLink').click(function() { 
	
	$(lastNav).removeClass("active");
	$("#portfolio").addClass("active"); 
	$.scrollTo('#section5', 800, {easing:'easeOutQuad', onAfter:function(){ document.title = 'Case Studies & Portfolio'; lastObj = '#section5 .content'; }});
	$('#section5 .content').fadeIn(1200);
	$('.ee_inner_bottom').animate({ backgroundColor: "#3a94ba" }, "slow");
	lastNav = "#portfolio";
	});

$('#contactLink').click(function() { 

	$(lastNav).removeClass("active");
	$("#contact").addClass("active"); 
	$.scrollTo('#section6', 800, {easing:'easeOutQuad', onAfter:function(){ document.title = 'Contact'; lastObj = '#section6 .content'; }});
	$('#section6 .content').fadeIn(1200);
	$('.ee_inner_bottom').animate({ backgroundColor: "#3a94ba" }, "slow");
	lastNav = "#contact";	
	});


});

function fadeOut() {
	 $(lastObj).fadeOut('slow');
};

function fadeInHome() { 
	$('#section1 .content').fadeIn(1200);
}

/*
blue-green - 99bebc
green - 82ab47
brown - a29e93
tan - e4dfd5
yello - ddcf86
blue - 3a94ba
*/
