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


h1, h2, h3, h4
{
	font-family: 'Michroma', sans-serif;
	color:#1541EC;
	
}

a
{
	font-weight: bold;
}


body
{
	margin-left: 5px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans",Verdana, "sans-serif";
}


.navbar-default .navbar-nav > li > a 
{
  color:#1541EC;	
font-weight:bold;
}

.navbar-default .navbar-brand {
  color:#1541EC;	
font-weight:bold;
}

.navbar-default .navbar-nav > li > a:visited
{
	color: crimson;
} 

.dropdown-menu > li > a:visited
{
	color:crimson;
}

.imgPad
{
	padding-right: 10px;
	
}

.imgPadL
{
	padding-left: 10px;
	
}

.imgPadReview
{
	padding-right: 40px; 
	padding-top: 10px;
	padding-bottom: 5px;
}

.reviews
{
	font-family: 'Signika Negative', sans-serif;
	font-size: 16px;
	color:crimson;
	font-weight: bold;
	
}

q {
  quotes: "“" "”" "‘" "’";
	
}
q:before {
    content: open-quote;
	font-size:25px;
}
q:after {
    content: close-quote;
	font-size:25px;
}

.biog
{
	font-family: Georgia, sans-serif;
	color: #333399; 
	width: 24%; 
	text-align: center; 
	float: right; 
	font-size: 16pt; 
	font-style: italic;
	
}

figcaption{
	font-weight: bold;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
}


blockquote
{
	font-size: 14.5px;
	border-left: 5px solid #FFFFF7;
}

.blueHeadings
{
	color:#1541EC;
}


