@charset "UTF-8";
/* CSS Document */
h1, h4, h6, p {
	font-family: "bebas-neue";
}
h4,h1 {
	color:#2F2F2F;
	border-bottom: thin;
}

a {
font-family: "bebas-neue";
	}
body {
	background-image: url(../images/newbackground.jpg);
	background-size:cover;
	background-repeat: repeat;
}
footer {
	font-family: "bebas-neue";
}
.resume {
	display: block;
	margin-left: auto;
	margin-right: auto;
	

}