/*
Theme Name: Twenty Fourteen Child
Theme URI: http://wordpress.org/themes/twentyfourteen
Description: Twenty Fourteen Child Theme
Author: WPMU
Author URI: http://wpmu.com
Template: twentyfourteen
Version: 1.0.0
Text Domain:  twenty-fourteen-child
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */
#page {
margin-left: auto;
margin-right: auto;
}

.site-title {
font-size:xx-large;
}

.site-description {
color: #00af9b;
font-size:15px;
}

.site-navigation a {
	color: #00af9b;
	display: block;
	text-transform: uppercase;
}

.site-navigation a:hover {
	color: #41a62a;
}

.entry-title {
font-size:large;
}

.site-navigation .current_page_item > a,
.site-navigation .current_page_ancestor > a,
.site-navigation .current-menu-item > a,
.site-navigation .current-menu-ancestor > a {
	/*color: #55d737;*/
	color: #00af9b;
	font-weight: 900;
}


#secondary, h1.widget-title {
color: #00af9b !important;
}
.header-main {
 text-align: center;
}

.primary-navigation {
 float: none;
}
