/* Enter Your Custom CSS Here */

.navigation-main {
    background: none;
  	background-color: none;
}

.site-title {
    color: #49352F;
    font-family: "Amatic SC", "Poiret One", "Times New Roman",serif;
    font-size: 7rem;
}

.site-description {
    color: #F15D5D;
    font-family: "Amatic SC", "Poiret One", "Times New Roman",serif;
    font-size: 3rem;
	margin: 0px;
  	margin-bottom: 8px;
}


.entry-title {
    clear: both;
    color: #F15D5D;
    font-family: "Amatic SC", "Poiret One", "Times New Roman",serif;
    font-weight: 700;
}

.navigation-main li.current_page_item a, .navigation-main li.current-menu-item a {
    background: none repeat scroll 0 0 #F15D5D;
}

.navigation-main a {
    background: none repeat scroll 0 0 #3CB371;
    color: #FFFFFF;
}

.navigation-main ul {
    margin: 0 0 0 15px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Amatic SC", "Poiret One",serif;
}

.widget-title {
    font-size: 3rem;
}