body {/* main body */

	background-image: url("../images/background11.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

h1 {

	color: #990000;
	text-align: center;         /* Main heading "Myspace"*/
	font-size: 70px;
	margin: 30px 200px 0px 200px;
	padding:20px;
	font-family: cursive;
	text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
                 0px -5px 10px rgba(255,255,255,0.3);
    
}

.navbar-link:link {

	color: black;
	text-decoration:none;
	display:inline-box;
}

.navbar-link:hover {            /* Navigation window */

	color: white;
	background-color: #990000;
	opacity:0.6;
	padding:3px 3px 2px 3px;
	display:inline-box;
	border-radius: 25%;
}

.navbar {

	background-color:;
	margin-top: 10px ;
	margin-left:200px;
	margin-right: 200px;
	text-align: center;
	font-size: 20px;
	border-bottom: 3px solid #990033 ;
	width: 25%;

}
