// JavaScript Document

 $(document).ready(function() {$('#home').bt({
	 	positions: 'top',
		  padding: 4,
		  width: 70,
		  spikeLength: 20,
		  spikeGirth: 20,
		  cornerRadius: 7,
		  fill: 'rgba(59, 51, 39, .5)',
		  strokeWidth: 2,
		  strokeStyle: '#CC0',
		  cssStyles: {color: '#FFF', fontSize:"12px", lineHeight:"16px", textAlign:'center' , fontWeight:'normal'}
		});
	 });
	 
	 $(document).ready(function() {$('#portfolio').bt({
	 	  positions: 'top',
		  padding: 4,
		  width: 70,
		  spikeLength: 20,
		  spikeGirth: 20,
		  cornerRadius: 7,
		  fill: 'rgba(59, 51, 39, .5)',
		  strokeWidth: 2,
		  strokeStyle: '#CC0',
		  cssStyles: {color: '#FFF', fontSize:"12px", lineHeight:"16px", textAlign:'center', fontWeight:'normal'}
		});
	 });
	 
	 	 $(document).ready(function() {$('#services').bt({
	 	  positions: 'top',
		  padding: 4,
		  width: 80,
		  spikeLength: 20,
		  spikeGirth: 20,
		  cornerRadius: 7,
		  fill: 'rgba(59, 51, 39, .5)',
		  strokeWidth: 2,
		  strokeStyle: '#CC0',
		  cssStyles: {color: '#FFF', fontSize:"12px", lineHeight:"16px", textAlign:'center', fontWeight:'normal'}
		});
	 });
	 
	 $(document).ready(function() {$('#about').bt({
	 	  positions: 'top',
		  padding: 4,
		  width: 80,
		  spikeLength: 20,
		  spikeGirth: 20,
		  cornerRadius: 7,
		  fill: 'rgba(59, 51, 39, .5)',
		  strokeWidth: 2,
		  strokeStyle: '#CC0',
		  cssStyles: {color: '#FFF', fontSize:"12px", lineHeight:"16px",textAlign:'center', fontWeight:'normal'}
		});
	 });
	 
	 	 $(document).ready(function() {$('#blog').bt({
	 	  positions: 'top',
		  padding: 4,
		  width:80,
		  spikeLength: 20,
		  spikeGirth: 20,
		  cornerRadius: 7,
		  fill: 'rgba(59, 51, 39, .5)',
		  strokeWidth: 2,
		  strokeStyle: '#CC0',
		  cssStyles: {color: '#FFF', fontSize:"12px", lineHeight:"16px", textAlign:'center', fontWeight:'normal'}
		});
	 });
	 
	 	 $(document).ready(function() {$('#contact').bt({
	 	  positions: 'top',
		  padding: 4,
		  width: 80,
		  spikeLength: 20,
		  spikeGirth: 20,
		  cornerRadius: 7,
		  fill: 'rgba(59, 51, 39, .5)',
		  strokeWidth: 2,
		  strokeStyle: '#CC0',
		  cssStyles: {color: '#FFF', fontSize:"12px", lineHeight:"16px", textAlign:'center', fontWeight:'normal'}
		});
	 });