/* layout */
.mycontainer {
	/* background-color: sienna; */
	margin-left: auto;
	margin-right: auto;
}

.myheader {
	margin-top: -25px;
}

.resumecontainer {
	max-width: 90%;
	margin: 0 auto;
 }

.toppara {
	 margin-bottom: 1em;
 }

.resumetwocols {
	 display:flex;
 }
 
.subhead {
	/* background-color: rgb(187, 74, 74); */
	padding-right: .5em;
 }

/* this overrides BS 25% for this class */
 .col-lg-3 {
	 max-width: 22%;
 }

.valuescol {
	/* background-color: slateblue; */
	max-width: 60em;
	margin-bottom: 2em;
 }

h5 {
	margin-top: 6.0pt;
	margin-right: 0in;
	margin-bottom: 6.0pt;
	margin-left: 0in;
	page-break-after: avoid;
 }

p.MsoNormal {
	margin: 0in;
}

 p.MsoNormal3 {
	margin-top: 9.0pt;
	/* margin-right: 2in; */
	margin-bottom: 12.0pt;
	/* margin-left: 1.5in; */
	/* max-width: 60%; */
 }


/* || typography */
h1 {
	color:goldenrod; 
	font-size: 2em;
}

h5 {
	font-size: 1.2em;
	font-family: Garamond;
	color: orange;	
	text-align:left;
}

p.MsoNormal {
	text-align: left;
	color: #faebd7;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 1.2em;
	letter-spacing: 0em;
	word-spacing: .1em;
	line-height: 1.4em;
}

p.longtextblock {
	text-align: left;
	color: #faebd7;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 110%;
	 letter-spacing: 0rem;
	 word-spacing: .2rem;
	 line-height: 1.5rem;
 }

p.MsoNormal3 {
	text-align: left;
}

.emphasize {
	color: goldenrod;
 }

/* Section Divisions */
section {
	border-bottom: 1px solid goldenrod;
	margin-bottom: 10px;
 }


/* printing */

@page Section1
	{size:8.5in 11.0in;
	margin:1.0in 1.25in 1.0in 1.25in;}

.resumetwocols {
		page-break-inside:avoid; 
	 }