@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400|Libre+Baskerville:400,700);

body {
	width: 100%;
	color: rgba(0,0,0,0.8);
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
div#frame {
	width: 100%;
	min-height: 500px;
	height: 100%;
	position: fixed;
	background: none;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.content-width {
	margin: 0px auto;
}
header {
	height: 320px;
}
header h1 {
	font-family: 'Libre Baskerville', serif;
	margin: 80px auto 0px auto;
	font-size: 2em;
	margin-top:30%;

}
header h2 {
	font-size: 14px;
	line-height: 1.2;
		color:rgba(0,0,0,0.6);
}
section#info {
	width: 254px;
	margin: 0px auto;
	font-size: 24px;
	font-weight: 400;
	line-height: 45px;
	text-align: left;
}
section#info a:hover {
	text-decoration: underline;
	border-bottom: none;
}
section#info span {
	display: block;
	background-size: 32px 32px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 48px;
}
section#info span#post {
	background-image: url("images/cmd.png");
}
footer {
	width: 100%;
	height: 32px;
	position: absolute;
	bottom: 0px;
	font-weight: 300;
	background: none;
	z-index: 1;
	font-size: 12px;
	
}
a:link, a:visited, a:active {
	color: rgba(0,0,0,0.8);
	text-decoration: none;
}
a:hover {
	color: rgba(0,0,0,0.4);
	text-decoration: none;
	border-bottom: 1px solid #ffffff;
}
