@charset "UTF-8";
h1 {
	font-weight: normal;
	font-size: 2em;
	color: #0033cc;
	font-family: 'Philosopher', sans-serif;
}
.h1Sub {
	font-size: 0.7em;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
	color: #0033cc;
	font-family: 'Philosopher', sans-serif;
}
h3 {
	font-size: 1.1em;
	color: #0033cc;
	font-weight: normal;
	font-family: 'Philosopher', sans-serif;
}
.philosopher {
	font-size: 1.3em;
	color: #666666;
	font-weight: normal;
	font-family: 'Philosopher', sans-serif;
}
.exceptions {
	color: #666666;
}
.google-font {
  font-family: 'Philosopher', sans-serif;
}
hr {
	height: 1px;
}
.red {
	font-size: 1.3em;
	color: #990000;
	font-weight: normal;
}
.redphilosopher   {
	color: #990000;
	font-family: 'Philosopher', sans-serif;
	font-size: 1.5em;
}

footer {
	background-color: #333333;
	color: #FFF;
}
footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover {
	color: #ffcc66;
	text-decoration: none;
}
.jumbotron {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFFFFF;
}
.accent {
	color: #900;
}
.accent13em {
	color: #900;
	font-size: 1.3em;
	font-weight: normal;
}
.red14 {
	font-size: 14px;
	color: #900;
}
.navbar.navbar-inverse.navbar-fixed-top {
	background-color: #c81c19;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	border: 1px solid #333;
}
.floatLeft {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	border: 1px solid #333;
}
.floatRightNoBorder {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.testimonial {
	font-style: italic;
	color: #069;
	line-height: 20px;
	font-size: 1.1em;
}
.seo {
	color: #CCC;
}
figure {
    margin: 0;
}
