.site-title{font-size:66px; text-shadow: 1px 1px 6px #272626; margin-top:-10px;}
h1.entry-title{font-size:38px; color: #111111;}
h2{color: #111111; font-size:24px}
h3{color: #111111;}
h4{font-size:20px; color: #111111;}
.nav-menu li a{font-size:14px}
p{
	font-family: Lato, sans-serif;
	font-size:18px;
  line-height:1.6em;
	color: #111111;
}

.site-description{font-family:lato; color:#fff; font-size:40px; font-weight:300; text-shadow: 1px 1px 6px #272626; margin-bottom:-20px}

body{background-color:#fff}

/* Navbar */
.navbar {
	background-color: #111111;
	margin: 0 auto;
	width: 100%;
}

.nav-menu li a {
    color: #ccc;
    display: block;
    font-family: Lato, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 2px;
    line-height: 1.9rem;
    padding: 1.2rem 2rem;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

li{font-family: Lato, sans-serif; 	
	font-size:18px;
	line-height:1.6em;
	color: #111111;}

#menu-menu{width:1200px;}

.search-field{visibility:hidden;}

/*Reduces margines between content blocks on pages and posts*/

h2{margin-bottom:10px}

#secondary .widget-area {width:220px;}

/*Rightside widget reduced margines between content blocks*/
#secondary .widget {
		width: 100%;
		margin-bottom: 10px;
	}

.wp-block-buttons {margin-top:px;
	margin-bottom:50px}

/*Rightside widget reduced margines between content blocks*/

#secondary h2 {font-size:px; margin-top:24px; margin-bottom: -5px;}

/*To change the "blog" page title, go to editor/index.php and edit text.*/

/* Fixes to homepage News and Highlights top and bottom margins, which had a lot of line space between content blocks */
.post-3722  .pcp-carousel-wrapper .sp-pcp-carousel {  
	padding-bottom: 10px;
  padding-top: 0px;
	margin-bottom: -10px;
}

/*Hiding "read more button in Smart Post plugin because the free version does not allow the color to be changed. Continue Reading comes from the theme Custom settings under Theme Options/Excerp Options*/
.sp-pcp-readmore{display: none;
}
