/* Enter Your Custom CSS Here */

.main-navigation a {
    color: white;
}

.main-navigation a:hover { 
  color: black; 
}

.site-header {
    background: #dd3333;
}

.tagline {
	color: white;
	font-size: 24px;
	padding-left: 10px;
	padding-top: 14px;
	position: relative;
	width: 250px;
	float: left;
}

.entry-header .entry-title, .featured-img-header .entry-title {
	color: #dd3333;
}

header.entry-header { background: #fff; }

.hero-content span h2{
    text-shadow: 2px 3px #242830;
}

p{
  color : #000;
  font-size : 14pt;
}

article a {
    color: blue;
    font-style: italic;
}

article li {
    font-size: 14pt;
}