/*
Theme Name: WaltersLand
Theme URI: 
Author: MikeyGee76
Author URI: 
Description: A TwentyFourteen Child Theme 
Template: twentyfourteen
Version: 1.0
License: GPL v2+
*/

@import url("../twentyfourteen/style.css");

/* Theme customization starts here */

.entry-title {
	font-size: 50px;
 	color:#000;
 	font-family:"calibri", Times, serif;
 } 

.featured-content {
	background: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	position: relative;
	width: 100%;
}

.featured-content .entry-title {
	font-size: 20px;
	font-weight: 300;
	color:#081fa6;
	line-height: 1.3333333333;
	margin:0;
	text-transform: uppercase;
}
