/*Resume Styles*/


.resume {
	display: block;
	background: #f7f7f7;
	max-width: 100%;
	height: auto;
	margin-left: 40px;
	padding: 50px;
	border: lightgray .1em solid;
	box-shadow: 10px 10px 5px #e9e9e9;
}

.personal a {
	font-family: 'Caviar Dreams', sans-serif;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
	color: #623594;
	display: block;
}

.personal a:hover {
	font-weight: bold;
	border-color: #623594;
	text-decoration: underline;
	color: #623594;
}

.personal a:active {
	border-color: #623594;
	color: #623594;
}

.resume h2 {
	font-family: 'Caviar Dreams', sans-serif;	
	font-size: 1.75em;
	text-align: left;
	padding: 0;
}

h3 {
	font-family: 'Caviar Dreams', sans-serif;	
	font-size: 1.5em;
	text-align: left;
	padding: 0;
}

.divert {
	display: block;
	background: #12A9E2;
	border-radius: 20px;
	max-width: 150px;
	height: auto;
	padding: 15px;
}

.divert a {
	font-family: 'Caviar Dreams', sans-serif;
	font-size: 1em;
	text-decoration: none;
	text-align: center;
	line-height: 1.5;
	color: #fff;
	display: block;
}

.divert a:hover {
	font-weight: bold;
	border-color: #fff;
	text-decoration: underline;
	color: #fff;
}

.divert a:active {
	border-color: #fff;
	color: #fff;
}


