/*
@@@@@@@@@@@@@@@@@@@@@@
BODY
@@@@@@@@@@@@@@@@@@@@@@

	about				main body setup of the webpage
	
	syntax

*/

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	fonts
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ imported fonts
		..........................................................................*/

			@font-face{font-family: 'calibri'; src: url('../js/fonts/calibri.eot'); src: local('?'), url('../js/fonts/calibri.woff') format('woff'), url('../js/fonts/calibri.ttf') format('truetype'), url('../js/fonts/calibri.svg#webfontwziKDzLz') format('svg'); font-weight:normal; font-style:normal;}
			@font-face{font-family: 'calibriBold'; src: url('../js/fonts/calibriBold.eot'); src: local('?'), url('../js/fonts/calibriBold.woff') format('woff'), url('../js/fonts/calibriBold.ttf') format('truetype'), url('../js/fonts/calibriBold.svg#webfontwziKDzLz') format('svg'); font-weight:normal; font-style:normal;}

	/*///////////////////////////////////////////////////////////////////////////////////////////////////////////
	body & html settings
	///////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
		/*+ html
		..........................................................................*/
			
			/*background*/
	
		/*+ body
		..........................................................................*/
		
			/*background*/
			body{background:url('https://d1o1tw4jx4uh52.cloudfront.net/img/insta_bg.png'); }
		
			/*font family*/
			body{font-family:'proxima-nova','Helvetica Neue',Arial,Helvetica,sans-serif;}
			
			/*color*/
			body{color:#666666; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5)}
	
			/*size & line-height*/
			body{font-size:12px; line-height:1.4; }
	
