@charset "UTF-8";
h1 {
	font-weight: normal;
	font-size: 2em;
	color: #ffcc66;
	font-family: 'Arsenal', sans-serif;
	
}
body {
	background-color: #333;
	color: #CCC;
}
.h1Sub {
	font-size: 0.8em;
	color: #600;
	font-style: italic;
}
h2 {
	font-weight: normal;
	font-size: 1.5em;
	color: #FF9933;
	font-family: 'Arsenal', sans-serif;
}
.google-font {
  font-family: 'Averia Serif Libre', cursive;
}
hr {
	height: 1px;
}
footer {
	background-color: #000000;
	color: #CCC;
}
footer a:link {
	color: #FC6;
	text-decoration: none;
}
footer a:visited {
	color: #FC6;
	text-decoration: none;
}
footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.jumbotron {
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #333333;
}
.accent {
	color: #ffcc66;
}
.accent13em {
	color: #ffcc66;
	font-size: 1.3em;
	font-weight: normal;
}
.red14 {
	font-size: 14px;
	color: #900;
}
h3 {
	font-size: 1.3em;
	color: #ffcc66;
}
.navbar.navbar-inverse.navbar-fixed-top {
	background-color: #333333;
}
.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-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-style: italic;
	color: #069;
	line-height: 26px;
}
.footerTel {
	font-size: 1.3em;
}
.quote2 {
	font-size: 1.3em;
	font-style: italic;
}
a:link {
	color: #09C;
	text-decoration: none;
}
a:visited {
	color: #09C;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}
.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #232323;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	border-top-style: none;
}
