/* Enter Your Custom CSS Here */

h3 {
	color:#d65050;
}
.entry-header .title-post {
  display: none;
  font-size: 32px;
  color:#d65050;
}

.page .entry-header{
	  margin-bottom:0px;
}

/* home page first page margin */
/*.content-area .hentry:first-child {
    margin-top: -2em;
}*/

/*widget title */
#secondary .widget-title{
 color:#d65050;
}

/* slider text */
.text-slider .maintitle, .text-slider .subtitle{
	text-shadow: 0.04em 0.04em #000;
}



/* site title */
.site-title a, .site-title a:hover{
  text-shadow:  0.04em 0.04em #000;
}

/* menu */
#mainnav ul li a{
	text-shadow:0.05em 0.05em #000;
}