@charset "utf-8";
/* CSS Document */

html { 
	background:url(" 19221670_10159078785855556_2592485429337145055_o.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{
	font-family: 'Bitter', serif;
	color:white;
	font-size: 25px; 
	

}section {
	border-radius: 15px;
	border: 1px inset #fff; 
	margin: .5em; 
	padding: .5em; 
}
#horizontal_nav a:hover 
{ 
	border-bottom: solid 1.5px grey; 
	color: black; 
	background-color: grey; 
}


#nav ul 
{ 
	margin: 0; 
	padding: 0; 
	color: inherit; 
	background-color: inherit; 
}
#nav li	 
{ display: inline; 
	margin: 1em 0 0 0; 
	padding: 0; 
	list-style: none; 
	color: inherit; 
	background-color: inherit; 
}
#nav a 
{ 
	margin: 0; 
	padding: 0 1em; 
	display: inline; 
	text-decoration: none; 
	border-bottom: 1px solid white; 
	color: inherit; 
	background-color: inherit; 
}
#nav a:hover 
{ 
	border-bottom: solid 1.5px grey; 
	color: black; 
	background-color: grey; 
}
#rbs{
	color: blue;
}