p1{
	text-align: center;
 	font-family: 'Bungee', cursive;
        font-size: 30px;
        color: white;  
        padding-top: 0px;

}

li p{
	font-family: 'Oswald', sans-serif;
	font-size: 35px;	
	padding-right:30px;
	color: white;  
}

li p:hover{
	font-family: 'Oswald', sans-serif;
	font-size: 35px;	
	padding-right:30px;
	color: grey;  
}

.center {
	text-align: center;
 	font-family: 'Bungee', cursive;
        font-size: 35px;
        color: #E6E6E6;         
} 

body {
	background-image: url('../images/stars.png');
}

.navbar-left {
	padding-top: 8px;
	height: 50px;
	width: 50px;

}
#toplogo:hover {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}

.navbar-toggle {
	color: white;

}
