/*
 Theme Name:   NCRY
 Theme URI:    http://ncry.org
 Description:  Official theme for Niles Canyon Railway
 Author:       Mike Roque
 Author URI:   http://mikeroque.com
 Template:     twentyseventeen
 Version:      1.0.0
 Tags:         ncry
 Text Domain:  ncry
*/

.home .page-content {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.home hr {
	display: none;
	clear: both;
}

.home .widget {
	padding-bottom: 0;
}

.home .blog-more-posts {
	clear: both;
}

.home .promos h2
,.home .blog h2 {
	font-weight: bold;
	font-size: 2.5em;
}

.home h3 {
	font-weight: bold;
	font-size: 1.3em;
	margin: 0;
	padding: 0;
}

.home .site-content {
	padding-top: 1em;
}

h2.entry-summary {
    font-size: 1.2em;
    font-weight: bold;
	padding-top: 0;
}

body.page:not(.twentyseventeen-front-page) .entry-title {
	letter-spacing: initial;
	text-transform: initial;
	font-size: 1.875rem;
}

@media screen and (min-width: 56.875em) {
	.home .secondary-promos section
	,.home .tertiary-promos section	{
		float: left;
		width: 33.33%;
	}
	.home .secondary-promos section:nth-of-type(1)
	,.home .tertiary-promos section:nth-of-type(1)
	{
		/* Old */
		/*
		float: left;
		width: 33%;
		*/
		padding-right: .5em;
	}
	
	.home .secondary-promos section:nth-of-type(2)
	,.home .tertiary-promos section:nth-of-type(2)
	{
		/* Old */
		/*
		display: inline-block;
		width: 34%;
		*/
		padding: 0 .25em 0 .25em;
	}

	.home .secondary-promos section:nth-of-type(3)
	,.home .tertiary-promos section:nth-of-type(3)
	{
		/* Old */
		/*
		float: right;
		width: 33%;
		*/
		padding-left: .5em;
	}

	.home hr {
		display: block;
	}
	
	.home .main-promo h3 {
		font-size: 2.5em;
	}
	
	.home .site-footer {
		margin-top: 0;
		clear: both;
	}
}
