html {
	background-color: gray;
}

body{
	font-family: Arial, sans-serif;
	max-width: 45em;
	margin: 30px auto;
	background-color:ivory;
	padding:4em;
}

h1 {
	color: #730217;
	text-align: center;
	font-size: 2em;
	font-family: serif;
	font-weight: 800;
	text-transform: uppercase;
	border-bottom: 1.5px solid rgb(53, 91, 140);
	padding-top: 20px;
}

h2{
	color: #730217;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 1em;
	}

p {
	padding-left:15px;
	margin-top:0px;
}
		
a:link {
	color:#730217;
}
a:visited {
	color: #730217;
}

a:hover {
	color:#fa6e88;				
}
a:active{
	color:fuchsia;
}	

.center {
	text-align: center;
}

.contact {
	color:#730217;
	text-align: center;
	font-weight: 800;
	line-height: .5em;
	margin-bottom: 3em;
}

p.college {
	margin-bottom:0px;
	padding-bottom: 0px;
}

p.degree {
	text-indent: 20px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top:0px;
	margin-top:0px;
}

p.certificate {
	text-indent: 20px;
	padding-top:0px;
	margin-top:0px;
}

.workLocation{
	font-weight: 600;
}

ul li {
	font-style:normal;
	text-indent: 10px;
}

dl {
	text-indent: 20px;
}

dd {
	padding-bottom: 20px;
	text-indent: 0px;
	margin-left: 35px;
}

dd:last-of-type {
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-top:0px;
	margin-top:0px;
}	

.references {
	text-align: center;
	color: rgb(53, 91, 140);
	margin: 40px 40px;
}

.shadow {
	box-shadow: -5px 5px 6px 0px rgba(0,0,0,.5);
}

		