/*
 Theme Name:   hemingway2025-12
 Theme URI:    http://sargentwebservices.com/repository/wordpress
 Description:  Child Theme for Hemingway
 Author:       Walter Sargent
 Author URI:   http://waltersargent.com
 Template:     hemingway
 Template Version: 2.8
 Tags: blog, two-columns, right-sidebar, custom-colors, custom-header, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
 Text Domain:  hemingway2025-12
 License: 		GNU General Public License version 2.0
 License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
 Tested up to: 6.9
 Requires PHP: 8.0 
*/

#hemingway2020 .content .posts .post .post-header h1 .page-header {
	font-size:1.3em;
	color:#66aaaa;
	background-color:#f0f0f0;
	padding:20px;
	text-align:center;
	max-width:600px;
}

#vscf_send{
	padding:20px;
	background-color:#00cc66;
	color:white;
	border-radius:4px;
}

#vscf_send:hover{
	background-color:#009944;

}

.nameplate { 
	background-color:#1d1d1d;
	color:#cccccc; 
	text-align:left;
	padding:12px;
	font-family: 'Lato', sans-serif;
	display:flex;
	flex-direction:row; 
	flex-wrap: nowrap;
	justify-content: flex-start ;
}

.nameplate a {
	color:white;
}
.nameplate  .item{  
	text-align:left;  
	margin:4px;
	width:100%; 
}
  
.nameplate h2 {
	color:#cccccc;
	font-family: 'Raleway', sans-serif;
	text-align:left;
}
.nameplate .raleway{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}
.nameplate .text_xl{
	font-size:1.8em;
	font-size:#fafafa;
}
.nameplate .ta_left{text-align:left;}
.nameplate .ta_right{text-align:right;}
.nameplate .ta_center{text-align:center;}

.nameplate .font_lg{
	font-size:1.1em; 
}

.parallax { 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.reverse {
	background-color:#1d1d1d;
	padding:50px;
	color:white; 
} 

@media only screen and (max-width: 500px)  {
	 
	.nameplate  {
		flex-direction:column; 
	}
	
	.nameplate  .item{  
		text-align:center;  
		margin:5px;
	}
	.nameplate .ta_right{		text-align:center;}
	.nameplate .ta_left{		text-align:center;}
}