body {
  background-color: rgba(250, 250, 250, 1.0);
}

a {
  color: #00B7FF;
}

p {
	font-family: 'Roboto', 'Helvetica Neue', sans-serif;
	font-size: 1.3rem;
	font-weight: 200;
	color: rgba(140, 140, 140, 1.0);
	margin-top: 10px;
}

.centerized {
	text-align: center;
}

.italic {
	font-style: italic;
}

.underline {
	border-bottom: 1px solid rgba(100, 100, 100, 1.0);
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto', 'Helvetica Neue', sans-serif;
	font-weight: 100;
	color: rgba(150, 150, 150, 1.0);
}

sup {
	font-size: 0.5em;
	margin: 3px;
}

ul {
	list-style: none;
}

/* =Content Containers
--------------------------------------- */
#page-content {
	margin-bottom: 100px;
}

#site-header {
	margin-bottom: 30px;
}

/* =Link Styles (site-wide)
--------------------------------------- */
a, a:visited, a:active {
	text-decoration: none;
	color: rgba(255, 0, 0, 0.5);
}

a:hover {
	text-decoration: none;
	color: rgba(255, 0, 0, 0.8);
	border-bottom: 1px solid rgba(50, 50, 50, 0.5);
}


/* =Splash Page Styles
--------------------------------------- */
.front-block {
	margin-top: 30%;
}

.front-block img {
	display: block;
	margin: 0 auto;
	width: 60%;
	height: 60%;
}

.front-block-small {
	margin-top: 25px;
}

.clamour-header {
	display: block;
	font-family: 'Roboto', 'Helvetica Neue', sans-serif;
	font-weight: 100;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 0.3em;
	color: rgba(150, 150, 150, 1.0);
	margin: 0 auto;
	margin-bottom: 20px;
}

h3.clamour-header {
	font-size: 2rem;
}

.front-block-small .clamour-header {
	font-size: 2rem;
}

.front-block-small img {
	display: block;
	width: 40%;
	height: 40%;
	margin: 0 auto;
}

.inline-header {
	font-family: 'Roboto', 'Helvetica Neue', sans-serif;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 25px;
	border-left: 5px solid rgba(120, 120, 120, 0.3);
	padding-left: 25px;
}

/* =Typography
------------------------------------------ */
.typography p {
	color: rgba(100, 100, 100, 1.0);
	font-family: 'Baskerville', Georgia;
}

/* =Footnote Styles
------------------------------------------- */
#footnotes {
	display: block;
	padding: 30px;
	margin: 0 auto;
}

.note-header {
	font-family: 'Baskerville', Georgia, serif;
	font-size: 2.3rem;
	font-style: italic;
	color: rgba(100, 100, 100, 1.0);
}

#footnotes sup {
	color: rgba(255, 0, 0, 0.8);
	font-size: 0.7rem;
	display: inline-block;
}

#footnotes ul {
	margin: 30px;
	margin-left: 60px;
	margin-right: 60px;
}

#footnotes ul li p {
	font-family: 'Baskerville', Georgia, serif;
	font-size: 0.8rem;
	font-weight: 300;
	color: rgba(100, 100, 100, 1.0);
	display: inline-block;
	width: 80%;
	vertical-align: text-top;
}

/* =Media Queries
---------------------------------------- */


@media only screen and (max-width: 35em) {
	.clamour-header, .front-block-small .clamour-header {
		font-size: 1.5rem;
	}
}	


