@charset "UTF-8";
/* CSS Document */

h1 {
	font-weight: normal;
	font-size: 2.5em;
    color: #990033;
	font-family: 'Philosopher', sans-serif;
}
h2 {
	font-weight: normal;
	font-size: 1.6em;
    color: #990033;
	font-family: 'Philosopher', sans-serif;
}
h3 {
	font-weight: normal;
	font-size: 1.3em;
    color: #990033;
	font-family: 'Philosopher', sans-serif;
}
.google-font {
  font-family: 'Philosopher', sans-serif;
}
.banner {
	background-color: #111b2f;
}
.accent {
	color: #990033;
    font-family: 'Philosopher', sans-serif;
}
.accentBigger {
	color: #990033;
	font-size: 1.3em;
    font-family: 'Philosopher', sans-serif;
}
.accentBiggerBlack {
	font-size: 1.3em;
    font-family: 'Philosopher', sans-serif;
}
.intro {
	font-size: 1.2em;
	color: #990033;
}
.quotes {
	font-size: 1.2em;
	color: #3399cc;
    font-style: italic;
    font-family: 'Philosopher', sans-serif;
}
#footer {
	color: #CCCCCC;
	background-color: #313131;
}
#footer a {
	color: #cccccc;
}
#footer a:link {
	color: #cccccc;
	text-decoration: none;
}
#footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
#footer a:hover {
	color: #66ccff;
	text-decoration: none;
}
.floatLeft {
	padding-right: 10px;
	float: left;
}
.floatRight {
	padding-right: 0px;
	float: left;
	padding-left: 10px;
}
hr {
  height:0; 
  border:0; 
  border-top:1px solid #000000; 
}
