body {
 	background-image: url(../images/background.png);
	margin-top: 110px;
	margin-left: auto;
	margin-right: auto;
	max-width: 750px;
	text-align: left;
	padding: 20px;
	border: rgb(3,33,76) 4px solid;
}

h1 {
  	font-family: Futura, "Century Gothic", sans-serif;
  	color: rgb(3,33,76);
	font-size: 3em;
	margin: 20px 0 30px;
	text-align: center;}

h2 {
	font-family: Futura, "Century Gothic", sans-serif;
	color: #f1604c;
	font-size: 1.4em;
	margin-top: 40px;}

h3 {
	font-family: Futura, "Century Gothic", sans-serif;
	color: rgb(3,33,76);}

h4 {font-family: Futura, "Century Gothic", sans-serif;}

h4 {
	font-weight: normal;
	color: #5452aa;
}




p {font: .95em Futura, "Century Gothic", sans-serif;
	color: rgb(3,33,76);
	text-align: center;
	}

h1 strong {
	display: block;
	font: .95em Futura, "Century Gothic", sans-serif;
	color: rgb(3,33,76);
	font-size: .3em;
	margin-bottom: 10px;
}


dt {
	font-family: futura, roboto, sans-serif;
	font-size: 1em;
	color: #5452aa;}

dd, ul {
	font-family: futura, roboto, sans-serif;
	font-size: .9em;}

li {
	display: list-item;
	list-style-type: circle;
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.summary {
	font-size: 1em;
}

.resume_contact {
	margin: auto;
}

.resume_contact p {
	display: inline;
	padding: 10px;
	text-align: center;
}



/* LINKS */

a:link {
  color: #f1604c;
}

a:visited {
  color: lightblue;
}

a:hover {
  color: blue;
}

a:active {
  color: salmon;}

h1 a, h1 a:hover, a:active, a:visited {
	text-decoration: none;
	color: rgb(3,33,76);
}


/* NAVIGATION */

.navbar {
    position: absolute;
    top: 50px;
    right: 80px;
}

.navbar li a {
    font: .95em Futura, "Century Gothic", sans-serif;
	color: #f1604c;
	text-decoration: none;
}

.navbar li a:hover {
  color: lightblue;
}

.navbar li a:active {
	color: salmon;
}

.navbar ul, .navbar li {
    display: inline;
    list-style-type: none;
}

.navbar li { 
padding: 20px; 
}


/* FOOTER */
.resume footer {
	position: relative;
	color: white;
	bottom: 0px;
	text-align: center;
	background: rgb(3,33,76);
	width: 100%;
	height: 50px;
	font-size: .7em;
}

.resume footer p {
	color: white;
	padding-top: 20px;
	min-height: 50px;
}