html {
	width: 100%;
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: url("../images/background.jpg") center no-repeat;
	background-size: cover;
	background-attachment:fixed;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #fff;
}

a {
	color: #fff;
}

.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 980px;
}

#header {
	padding: 120px 0 75px 0;
	text-align: center;
}

.mugshot {
	margin-bottom: 20px;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	border: 5px solid rgba(255, 255, 255, 0.25882352941176473);
	background-color: rgba(0, 0, 0, 0.49019607843137253);
	padding: 6px;
}

.name {
	margin: 0;
	font-size: 32px;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-transform: uppercase;
	  text-shadow: 2px 2px rgba(0, 0, 0, 0.49019607843137253);

}

.role {
	margin: 0;
	opacity: 0.5;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.5em;
	text-transform: uppercase;
		  text-shadow: 2px 2px rgba(0, 0, 0, 0.49019607843137253);

}

#content {
	padding: 65px 0;
	background: #333;
	color: #fff;
}

.quote {
	font-size: 32px;
	font-weight: lighter;
	letter-spacing: 0.01em;
	text-align: center;
}

.quote cite {
	font-size: 18px;
	color: #999;
	float:right;
}
.quote cite a {
	color: #999;
	text-decoration: none;
}
.quote cite a:hover {
	color: #fff;
	text-decoration: underline;
}
.quote>span {
	display:none;
}
.quote>span.today {
	display:block;
}

#footer {
	padding: 75px 0;
	text-align: center;
}

#footer a {
	margin: 0 1em;
	text-decoration: none;
		  text-shadow: 2px 2px rgba(0, 0, 0, 0.49019607843137253);

}

#footer a:hover {
	text-decoration: underline;
}



#footer .remove {
	position: absolute;
	bottom:0;
	left:0;
	display:inline-block;

}

