$(document).ready(function(){
	$("#about").hover(
		function() {
			$(this).stop().animate({
				"color": "#F06D1A",
 				"fontSize": "28px"
			}, "2000");
		},
		function() {
			$(this).stop().animate({
				"color": "white",
 				"fontSize": "20px"
			}, "2000");
	});
});

$(document).ready(function(){
	$("#clients").hover(
		function() {
			$(this).stop().animate({
				"color": "#F06D1A",
 				"fontSize": "32px"
			}, "2000");
		},
		function() {
			$(this).stop().animate({
				"color": "white",
 				"fontSize": "20px"
			}, "2000");
	});
});

$(document).ready(function(){
	$("#logotypes").hover(
		function() {
			$(this).stop().animate({
				"color": "#F06D1A",
 				"fontSize": "28px"
			}, "2000");
		},
		function() {
			$(this).stop().animate({
				"color": "white",
 				"fontSize": "14px"
			}, "2000");
	});
});

$(document).ready(function(){
	$("#interactive").hover(
		function() {
			$(this).stop().animate({
				"color": "#F06D1A",
 				"fontSize": "34px"
			}, "2000");
		},
		function() {
			$(this).stop().animate({
				"color": "white",
 				"fontSize": "20px"
			}, "2000");
	});
});

$(document).ready(function(){
	$("#print").hover(
		function() {
			$(this).stop().animate({
				"color": "#F06D1A",
 				"fontSize": "28px"
			}, "2000");
		},
		function() {
			$(this).stop().animate({
				"color": "white",
 				"fontSize": "15px"
			}, "2000");
	});
});

$(document).ready(function(){
	$("#caseStudies").hover(
		function() {
			$(this).stop().animate({
				"color": "#F06D1A",
 				"fontSize": "24px"
			}, "2000");
		},
		function() {
			$(this).stop().animate({
				"color": "white",
 				"fontSize": "12px"
			}, "2000");
	});
});

$(document).ready(function(){
	$("#contact").hover(
		function() {
			$(this).stop().animate({
				"color": "#F06D1A",
 				"fontSize": "34px"
			}, "2000");
		},
		function() {
			$(this).stop().animate({
				"color": "white",
 				"fontSize": "20px"
			}, "2000");
	});
});
