/* ============================== */
/* TITLE: JessyVachon.com
   AUTHOR: Jessica A Vachon
   ORIGIN DATE: February 2, 2013
   LAST UPDATED: March 14, 2013*/
/* ============================== */

@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);

/* ============================== */
/* ! Layout for desktop version   */
/* ============================== */

body {
		font-family: "Open Sans Condensed","Helvetica Neue", Helvetica, Arial, sans-serif;
		background:url(../../images/paper_fibers.png);
		color:#003;
	}

	.container p {font-size:5em; padding:1em; text-align:center;
	line-height:1em;
	font-weight:bold;
	text-shadow:0 1px 2px rgba(255,255,255,0.8); }
	
header {
		min-height:40px;
		width:80%;
		margin:0 auto;
		border-bottom:#003 1px solid;}
footer {
		min-height:40px;
		width:80%;
		margin:0 auto;
		border-top:#003 1px solid;}
	
	

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */

@media handheld, only screen and (max-width: 767px) {

	body {
		
	}

}


/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

/*	.logo {
		background: url(logo2x.jpg) no-repeat;
		background-size: 212px 303px;
	}*/

}