@charset "UTF-8";
h1 {
	font-weight: normal;
	font-size: 2em;
	font-family: 'Philosopher', sans-serif;
}
h2 {
	font-weight: normal;
	font-size: 1.8em;
	font-family: 'Philosopher', sans-serif;
}
hr {
	height: 1px;
}
.title {
	font-size: 1.2em;
	font-weight: bold;
	color: #2c668e;
	font-family: 'Philosopher', sans-serif;
}
#navbar a:link {
	color: #FFFFFF;
}
#navbar a:visited {
	color: #FFFFFF;
}
#navbar a:hover {
	color: #ffcc66;
}
footer {
	background-color: #666666;
	color: #FFF;
	margin-top: 20px;
}
footer a:link {
	color: #CCCCCC;
	text-decoration: none;
}
footer a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
footer a:hover {
	color: #ffcc66;
	text-decoration: none;
}
.jumbotron {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #FFF;
}
.accent {
	color: #069;
}
.accent13em {
	color: #930;
	font-size: 1.5em;
	font-weight: normal;
	font-family: 'Philosopher', sans-serif;
}
.red14 {
	font-size: 14px;
	color: #900;
	font-family: 'Philosopher', sans-serif;
}
h3 {
	font-size: 1.3em;
	color: #069;
	font-family: 'Philosopher', sans-serif;
}
.floatRight {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	border: 1px solid #333;
}
.floatRightNoBorder {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
}
.testimonial {
	font-size: 1.1em;
	font-style: italic;
	color: #666;
	line-height: 20px;
	font-weight: normal;
	font-family: 'Philosopher', sans-serif;
}
.border {
	border: 1px solid #000;
}
