/* ------ MAJOR LAYOUT ----------------------------------------------------------------------------------- */

.resume {
	margin: 20px auto 100px auto;
	padding: 0 50px;
	width: 100%;
	max-width: 1080px;
}

.header {
	margin-bottom: 50px;
}

.column-left {
	border-top: 3px solid #000;
	padding-top: 30px;
	width: 64%;
	margin-right: 6%;
	float: left;
}

.column-right {
	border-top: 3px solid #000;
	padding-top: 30px;
	width: 30%;
	float: right;
}

.clearfix {
	content: "";
	display: table;
	height: 0;
	clear: both;
}

.experience-details {
	margin-bottom: 45px;
}

.exp-list {
	display: inline-block;
	margin-bottom: 30px;
}

/* ------ TYPOGRAPHY ----------------------------------------------------------------------------------- */

.name {
	letter-spacing: -0.8px;
	font-weight: 700;
	font-size: 4em;
	line-height: 1.25em;
	margin-bottom: 0;
	margin-top: 50px;
}

.resume p, li {
	font-size: 1.05em;
	line-height: 1.6em;
	font-weight: 300;
	margin-bottom: 20px;
}

a {
	color: #000;
	font-weight: 300;
	transition: all 0.3s ease;
}

a:hover {
	color: #099292;
	transition: all 0.3s ease;
}

.resume h2 {
	font-size: 1.85em;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 25px;
}

h2.header-thin {
	border-top: 1px solid #ccc;
	padding-top: 30px;
	font-weight: 300;
}

h2.what-i-do {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
	color: #999;
}

.resume h3 {
	font-size: 1.05em;
	line-height: 1.1em;
	font-weight: 600;
	margin-bottom: 10px;
}

.resume li {
	margin-bottom: 10px;
}

.exp-location {
	color: #999;
	font-weight: 300;
}

.exp-location:before {
	content: ' | ';
	color: #ccc;
	font-weight: 300;
}

.exp-date {
	color: #000;
	font-weight: 300;
}

.exp-date:before {
	content: ' | ';
	color: #ccc;
	font-weight: 300;
}

.exp-type {
	color: #999;
	font-weight: 600;
}

.exp-type:after {
	content: ':  ';
}

.list-sub:before {
	content: '•  ';
	font-size: 1.1em;
	line-height: .6em;
	font-weight: 600;
	position: relative;
	left: -18px;
	margin-right: -14px;
	color: #999;
}

.list-sub {
	padding-left: 33px;
	margin-top: -8px;
}

.comm-list {
	padding-left: 20px;
}

.exp-list-item:before {
	content: '•  ';
	font-size: 1.1em;
	line-height: .6em;
	font-weight: 600;
	position: relative;
	left: -18px;
	margin-right: -14px;
	color: #999;
}

/* ------ MOBILE -------------------------------------------------------------------------------------------------------- */

@media screen and (max-width: 800px) {
	
	.resume {
		padding: 0 20px;
	}
	
	.column-left {
		padding-top: 20px;
		width: 100%;
		margin-right: 0;
		float: none;
	}

	.column-right {
		padding-top: 20px;
		width: 100%;
		float: none;
	}
	
	.name {
		font-size: 2.5em;
	}
	
	.resume h2 {
		font-size: 1.5em;
		line-height: 1.1em;
		font-weight: 600;
		margin-bottom: 25px;
	}
	
	h2.header-thin {
		padding-top: 20px;
	}
	
	h2.what-i-do {
		padding-top: 0;
	}
	
	h2.header-thin, h2.what-i-do {
		font-weight: 300;
	}
}







