/* Themify Customize Styling */
body {	background-image: none;
	color: #000000; 
}
h1 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;	text-align:left; 
}
h2 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;	text-align:left; 
}
h3 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;	text-align:left; 
}
h4 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;	text-align:left; 
}
h5 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;	text-align:left; 
}
h6 {		font-style:normal;
	font-weight:normal;
	text-decoration:none;
	text-transform:none;	text-align:left; 
}
#headerwrap {	background: none;
	background-color: #2b406b;
	border: 3px solid #000000; 
}
#header {	
	color: #ffffff; 
}
#site-description {	
	color: #ffffff;display: none; 
}
#footerwrap {	background: none;
	background-color: #2b406b; 
}
#footer {	
	color: #ffffff; 
}

/* Themify Custom CSS */
.Resume {
	font-family: 'Times New Roman', Times, serif;
	font-size: 1.50em;
}

div[class="Resume"] h1,
div[class="Resume"] h2,
div[class="Resume"] h3,
div[class="Resume"] h4,
div[class="Resume"] h5,
div[class="Resume"] h6,
div[class="Resume"] p,
div[class="Resume"] ol,
div[class="Resume"] ul,
div[class="Resume"] dl,
div[class="Resume"] li,
div[class="Resume"] blockquote {
    font-family: 'Times New Roman', Times, serif;
}

/* div[class="Resume"] li { */
/* 	margin-bottom: 0px; */
/* 	line-height: 1.05; */
/* } */

div[class="Resume"] h1 {
    font-size: 1.25em;
    margin-bottom: 0em;
}

.contact_info {
    font-size: .75em;
    text-align: center;
    /* font-style: italic; */
    font-weight: bold;
    margin: 0em;
    padding: 0em;
/*     background-color: aquamarine; */
}

div[class="Resume"] h1,
div[class="Resume"] h2 {
    font-size: 1.15em;
    text-align: center;
}

div[class="Resume"] h2 {
    border-bottom: 3px solid gray;
	margin-top: 5%;
}

.row1 {
    margin-top: .5em;
    margin-bottom: 0em;
    float: none;
/*     background-color: darkslateblue; */
}

.row2 {
    float: none;
    clear: left;
/*     background-color: darkslateblue; */
}

.col1 {
    float: left;
    width: 50.00%;
    text-align: left;
/*     background-color: lightblue; */
}

.col2 {
    float: right;
    width: 50.00%;
    text-align: right;
/*     background-color: lightgreen; */
}

div[class="Resume"] p {
    margin: 0px;
}

.company {
    font-weight: bold;
/*     color: blue; */
}

.location {
    font-weight: bold;
/*     color: blue; */
}

.title {
    font-style: italic;
/*     color: red; */
}

.dates {
    font-style: italic;
/*     color: red; */
}

div[class="Resume"] ul {
  clear: left;
	margin-top: 0px;
	margin-bottom: .5em;
/* 	border: 1px solid black; */
}

div[class="Resume"] li {
	margin: 0px;
}

