:root {
	--background: white;
	--text-color: black;
	--highlight-color: #1F3864;
	--accent-color: #B5A78D;
	--strong-color: black;
	--header-text: var(--highlight-color);
	--contact-text: var(--text-color);
	--subtitle-border: #6F6FA4;
	--subtitle-color: white;
	--summary-color: var(--highlight-color);
}
body { font-family: 'Calibri',sans-serif; }
@media screen and (prefers-color-scheme: dark) {
:root {
	--background: #1A1A1A;
        --text-color: #aaa;
        --highlight-color: #4548C4;
        --accent-color: #FFEEAB; 
        --highlight-color: #6B6DBC;
        --accent-color: #BFB384; 
	--strong-color: #ddd;
        /*--highlight-color: #576CBC;
        --accent-color: #A5D7E8;*/
        --header-text: var(--background);
        --contact-text: var(--background);
        /*--subtitle-border: #6F6FA4;*/
        --subtitle-border: #30309E;
	--subtitle-color: var(--background);
	--summary-color: var(--accent-color);
	--header-font: 'Calibri',sans-serif;
}
/* .title_summary strong { color: var(--summary-color); } */
body { font-family: 'Calibri light',sans-serif; }
}
strong { color: var(--strong-color); }
.job_header .summary em strong { color: var(--accent-color); }
h2.highlights { color: var(--strong-color); }
body {
        background-color: var(--background);
        color: var(--text-color);
        /*font-family: 'Calibri',sans-serif;*/
}
ul li::marker {
        content: "\21D2";
}
ul li {
        padding-left: 1em;
}
div.Header {
        background-color: var(--accent-color);
        padding-top: 1em;
        padding-left: 3%;
        padding-bottom: 1em;
}
h1 {
        color: var(--header-text);
        font-variant: small-caps;
        font-size: 3em;
        margin-bottom: 0;
        margin-top: 0;
	font-family: var(--header-font);
        
}
.contactinfo {
        font-size: .9em;
	color: var(--contact-text);
        margin-top: 0;
}
span.arrow_end {
	color: var(--accent-color);
}
span.arrow_mid {
	color: var(--highlight-color);
}
div.subtitle {
        background-color: var(--highlight-color);
        position: relative;
        top: -1.5em; 
        width: 90%;
	padding-top: 3px;
	padding-bottom: 3px;
        margin-left: 3%; 
}
div.subtitle h2 {
        color: var(--subtitle-color);
        padding-left: .1em;
	margin-top: 0;
        margin-bottom: 0;
        font-variant: small-caps;
	border-top:  var(--subtitle-border) solid 1px;
	border-bottom: var(--subtitle-border)  solid 1px;
	font-family: var(--header-font);
}
p.center {
        text-align: center;
}
h2.section {
        text-align: left;
        border-bottom: var(--accent-color) solid 5px;
        color: var(--highlight-color);
}
.education p {
        display: flex;
        justify-content: space-between; 
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 1px;
	flex-wrap: wrap;
}
.education p .right {
	margin-left: auto;
}
.education hr { display: none; }

div.job_header {
        border: var(--highlight-color) solid 3px;
        padding: .5em;
}
div.job_header p {
        margin-top: 0;
        margin-bottom: 0;
}
div.job_header p.first_line {
        display: flex;
        justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: .2em;
}
div.job_header p.first_line .date {
	margin-left: auto;
}
div.job_header p.summary {
        color: var(--accent-color);
        padding-top: .5em;
}
h2.highlights {
        text-align: center;
        font-variant: small-caps;
}
.title_summary {
        text-align: center;
        border: var(--highlight-color) ridge 4px;
        font-size: 1.25em;
        width: 95%;
        margin: auto;
        margin-top: 0;
	padding-top: .2em;
	padding-bottom: .2em;
}
.title_summary strong { color: var(--summary-color); } 
.tech_acumen {
	display: flex;
	flex-direction: column;
        align-items: center; 
}
.tech_acumen div {
        margin-bottom: 0;
        margin-top: 0;
	display: flex;
	flex-direction: row;
	column-gap: 1em;
}
.tech_acumen div ul {
	/*margin-left: auto; */
	text-align: initial;
}
ul.skills {
        text-align: center;
}
ul.bar_sep {
        margin: auto;
        list-style: none;
        padding: 0;
}
ul.bar_sep li {
        display: inline;
        white-space: nowrap; 
        padding-left: 0;
}
ul.bar_sep li::after {
        content: ' '; 
        word-spacing: 1em; 
        background-image: linear-gradient(
                -0.25turn,
                transparent 0 calc(50% - 0.03em),
                currentcolor 0 calc(50% + 0.03em),
                transparent 0
        );
	background-size: 3px 1em;
	background-position: center center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
/*	.tech_acumen { row-gap: .5em; } */
	.tech_acumen div { 
		width: 100%;
		flex-direction: column;
		border-top: var(--accent-color) solid 1px;
	}
	.tech_acumen div ul {
		justify-content: center;
		text-align: center;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.tech_acumen div:first-child {
		border-top: hidden;
	}
	.tech_acumen div ul li {
		width: 50%;
	}
}
@media screen and (max-width: 450px) {
	span.skill_class {
		text-align: start;
	}
	.title_summary strong { font-size: 1rem;} 
	div.job_header p.first_line {
		flex-direction: column;
	}
	ul.bar_sep li {
	        display: block;
		white-space: initial; 
	}
.subtitle h2 { font-size: 1.35rem; }
}
@media screen and (max-width: 300px) {
	/* ul.bar_sep li { white-space: initial; } */
	/*.education p { border-top: var(--accent-color) solid 1px; }
	.education p:first-child { border-top: hidden; } */
	.education hr {
		display: block;
		width: 50%;
		border: var(--accent-color) solid 1px;
	}
}
