/*body content*/
.row
{
	width: 100%;
	display:flex;
	justify-content: center;
	float: left;
}

.row div a img
{
	border: 2px solid #000;
	position: relative;
 	top: 0;
  	transition: top ease 0.5s;
}

.row div a img:hover
{
	top: -20px;
}

.column-1-2
{
	width: 30%;
	display:block;
	float:left;
	padding: 10px;
}
.column-2-2
{
	width: 60%;
	display:block;
	float:left;
	padding: 10px;
}

.h3
{
	font-size: 34px;
	line-height: 36px;
	font-family: futura-pt-condensed, futura-pt, futura, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

.company
{
	font-size: 24px;
	line-height: 26px;
	font-family: futura-pt, futura, sans-serif;
	font-weight: 500;
	font-style: normal;
	text-transform: uppercase;
}

.position, .date
{
	font-size: 20px;
	line-height: 22px;
	font-family: futura-pt, futura, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.degree, .gpa, .honors
{
	font-size: 18px;
	line-height: 22px;
	font-family: futura-pt, futura, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.description
{
	font-size: 18px;
	line-height: 22px;
	font-family: futura-pt, futura, sans-serif;
	font-weight: 400;
	font-style: normal;
}

body
{
	position: relative;
	min-width: 960px;
}

#page .verticalspacer
{
	clear: both;
}