@font-face {
	font-family: 'QuicksandLight';
	src: url('Quicksand_Light.eot');
	src: local('Quicksand Light'), local('QuicksandLight-Regular'), url('Quicksand_Light.ttf') format('truetype');
}

@font-face {
	font-family: 'QuicksandLightOblique';
	src: url('Quicksand_Light_Oblique.eot');
	src: local('Quicksand Light Oblique'), local('QuicksandLightOblique-Regular'), url('Quicksand_Light_Oblique.ttf') format('truetype');
}

@font-face {
	font-family: 'QuicksandBook';
	src: url('Quicksand_Book.eot');
	src: local('Quicksand Book'), local('QuicksandBook-Regular'), url('Quicksand_Book.ttf') format('truetype');
}

@font-face {
	font-family: 'QuicksandBookOblique';
	src: url('Quicksand_Book_Oblique.eot');
	src: local('Quicksand Book Oblique'), local('QuicksandBookOblique-Regular'), url('Quicksand_Book_Oblique.ttf') format('truetype');
}

@font-face {
	font-family: 'QuicksandBold';
	src: url('Quicksand_Bold.eot');
	src: local('Quicksand Bold'), local('QuicksandBold-Regular'), url('Quicksand_Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'QuicksandBoldOblique';
	src: url('Quicksand_Bold_Oblique.eot');
	src: local('Quicksand Bold Oblique'), local('QuicksandBoldOblique-Regular'), url('Quicksand_Bold_Oblique.ttf') format('truetype');
}

@font-face {
	font-family: 'QuicksandDash';
	src: url('Quicksand_Dash.eot');
	src: local('Quicksand Dash'), local('QuicksandDash-Regular'), url('Quicksand_Dash.ttf') format('truetype');
}

section, footer {
	display: block;
	}



body {
	background: url(pattern2.jpg);
	text-shadow: 0 1px 0 #fff;
/* 	text-align: center; */
	width: 100%;
	margin: 0 auto;
	}

h1 {
	color: #acb2ae;
	 font-family: 'QuicksandLight';
	 font-weight: 100;
	 font-size: 5em;
	 letter-spacing: -.10em;
	 text-shadow: 0 -1px 1px rgba(0,0,0,.7);
	 text-shadow: 0 -1px 1px rgba(0,0,0,.7), 1px 1px #FFF;
	 text-align: center;

	}
	
	section {
		 background: #fff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e2e2e2));;
		 border: 1px solid #fff;
		 padding: 1em 0 2em;
		 width: 40em;
		 -webkit-border-radius: .5em;
		 -webkit-box-shadow: -.025em .195em .3em rgba(0,0,0,.3);
		 -webkit-transition: all .25s ease-in;
			margin: 2em auto 0;
		}

/*
	section:hover+footer {
		 -webkit-transition: all .25s ease-in;
		}
*/

	section:hover {
/* 		 -webkit-transform: rotate(0deg);  */
		}	
		
		
			/*
section:hover+footer {
				 -webkit-transform: rotate(0deg); 
				}
*/

	a {
		 -webkit-transition: all .125s ease-in;
		color: #778800;
		text-decoration: none;
		display: inline-block;
		padding:  0 .2em;
/* 		border: 1px solid white; */
-webkit-border-radius: .2em;

		}
		
		a:hover {
			text-shadow: none;
			color: white;
			background: rgba(119, 135, 0, 1);
			-webkit-transform: scale(1.5); 
					 -webkit-box-shadow: -.025em .195em .3em rgba(0,0,0,.3);
			}
	
	p{	color: #666;
		font-family: 'QuicksandBook';
		list-style: none;
		margin: .5em auto;
		width: 70%;
		}
	
	em {
			font-family: 'QuicksandBookOblique';
			color: #aaa;
float: right;
		}
	
	
	footer {
		padding:  4em 0 0;
		text-align: right;
		color: #8d8d8d;
		font-size: .5em;
/* 		-webkit-transform: rotate(-2deg);  */
		}
