
@import "font-styles.css?v=1.0";

@import "headbar.css?v=1.0";

.resume{
	margin-top: 9.5vw;
	width: 100%;
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: calc(100vh - 29vw);
}

.L-col{
	grid-column: 1;
	margin: 0 4vw 0 4vw;
}

.R-col{
	grid-column: 2;
	margin: 0 4vw 0 4vw;
}

.resume h1{
	font-family: 'Trade Gothic LT Bold', sans-serif;
	font-size: 3vw;
	margin: 0;
	margin-bottom: 0.35vw;

}

.resume h2{
	font-family: 'Trade Gothic LT Bold', sans-serif;
	font-size: 1.75vw;
	margin: 0;

}

.resume h3{
	font-family: 'Trade Gothic LT Bold', sans-serif;
	font-size: 1.75vw;
	margin: 0;

}

.cat-item{
	margin-bottom: 0.5vw;
}



.resume h4{
	font-family: 'Inter Light', sans-serif;
	font-size: 1.35vw;
	margin: 0;

}

.resume h6{
	font-family: 'Inter Light', sans-serif;
	font-size: 1.5vw;
	margin: 0;

}

p{
	font-family: 'Inter Light', sans-serif;
	font-size: 1.5vw;
	margin: 0;
}

.org-pos p{
	display: inline;

}

.org-pos h2{
	display: inline;

}

.org-pos h3{
	display: inline;

}

.item-org{
	padding-right: .25vw;
}

.degree{
	display: inline;
}

.degree-date{
	display: inline;
	float: right;
}

.item-dates{
	padding-bottom: 0.5vw;
}

.item-desc{
	padding-left: 1vw;
	padding-bottom: 0.5vw;
}


p.deg-line {
    overflow: hidden;
}

span.deg {
    float: left;
    padding: 0 .2em 0 0;
    margin: 0;
}

span.date {
    float: right;
    padding: 0 0 0 .2em;
    margin: 0;
}

p.deg-line:after {
  content: "⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯";
    display: block;
    overflow: hidden;
    text-overflow: clip;
}

.skill-cont{
	display: flex;
}

.skill-col{
	flex: 1;
	margin: 0;
}

.skill-list{
	padding: 0;
	margin: 0;
}

ul li {
	font-family: 'Inter Light', sans-serif;
	font-size: 1.5vw;
	list-style: none;
	text-indent: 1vw;
	
}

.skill-list-heading {
	font-family: 'Trade Gothic LT Bold', sans-serif;
	font-size: 1.75vw;
	list-style: none;
	text-indent: 0;
}

.course-list{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0.75vw;

}

.course-list li{
	padding-bottom: 0.2vw;
	font-size: 1.5vw;
	line-height: 120%
}

.course-list-heading {
	font-family: 'Trade Gothic LT Bold', sans-serif;
	font-size: 1.5vw;
	list-style: none;
	text-indent: 0;
}


.skill-list li{
	padding-bottom: 0.2vw;
}