@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/newbackground.jpg);
	background-size:cover;
	background-repeat: repeat;
}
	

.intro {
	font-family: "bebas-neue";
	font-size: 125%
}
.navrow {
	font-family: "bebas-neue";
	
}
a, h3, h6, footer {
	font-family: "bebas-neue";
	;

}
.itsme {
	border: solid 1px black;
	box-shadow: 2px 2px 2px;
	float: inherit;
	margin-left: 90px;
	margin-top: 20px;
}