html {
    -webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
body {
	margin: 0;
	border: 20px solid #fff;
	font: 15px/25px "proxima_novalight", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
		-webkit-font-smoothing:antialiased;
		color: #666;
		background-color: #f6f6f6;
		
	}

a {
	color: #4d4c4c;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
}

a:hover, a:focus {
	color: #626262;
	text-decoration: none;
	border-bottom: 1px solid #e5e5e5;	
}

header {
	max-width: 800px;
	width: 90%;
	margin: auto;
}

.image {
	max-width: 800px;
}


h1 {
	color: #4d4c4c;
	text-shadow: 0 -1px #fff;
	font: 60px/70px 'EB Garamond', serif;
	letter-spacing: -1px;
	margin-left: 15%;
	margin-top: 15%;

	
}

h2 {
color:#4d4c4c;
font: 14px/20px "proxima_nova_rgbold","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
text-transform: uppercase;
text-align: center;
letter-spacing: 2px;
padding-top: 50px;
padding-bottom: 20px;
background: url(../images/line.gif) no-repeat center 80px;
}

.top {
	padding-bottom: 50px;
}

h3 {
	font: 25px "proxima_nova_rgregular", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #4d4c4c;
	height:50px;
	background: url(../images/line.gif) no-repeat left 40px;
	margin: 0;
}

.small {
	font-size: 13px;
	padding-bottom: 10px;
}
.textcontain {
	max-width: 800px;
	width: 90%;
	text-align: left;
	margin: auto;
}

.text {
	font: 20px/30px 'EB Garamond', serif;
	margin-left: 15%;
}

.tweet {
	text-align: center;
}



footer {
	font: 12px/40px "proxima_nova_rgbold","Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	background-color: #f2f2f2;
	height: 40px;
}

/* Portfolio Edit Needed here */

@media screen and (max-width:360px) {
	h1 {font-size: 50px;} }
	
@media screen and (max-width:500px) {
	body {border: 0px;} }
	
@media screen and (max-width:800px) {
	.text {width: 80%;} }

@media screen and (max-width:900px) {
	.image {max-width: 100%; }


