* {
	margin: 0px;
	padding: 0px;
}

body{	
	background-image: url('hatter.png');
	background-size: cover !important;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	padding-top: 100px;
}

#navbar{
	width: 100vw;
	background-color: #2C2F33;
	height: 70px;
	position: fixed;
	margin: 0px;
	top: 0;
}

#menu ul{
	margin-left: 20px;
	line-height: 46px;
	width: auto;
	font-family: 'Brush Script MT', cursive;
}

#menu ul li{
	display: block;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: #7289DA;
	padding: 12px 12px;
	letter-spacing: 2px;
}
#menu ul li.button:hover{
	display: inline;
	float: left;
	font-size: 20px;
	font-weight: bold;
	color: white;
	background-color: #23272A;
	border-radius: 15px 50px 30px;
	padding: 12px auto;
	letter-spacing: 2px;
}

#menu li.button a{
	text-decoration: none;
	color: #7289DA;
}

#menu li.button a:hover{
	color: white;
}


#title h1{
	display: block;
	width: auto;
	float: right;
	font-weight: bold;
	color: #FFF9F9;
	margin-right: 20px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	font-family: 'Brush Script MT', cursive;
	letter-spacing: 10px;
}

#body{
	width: 950px;
	min-height: 500px;
	padding: 30px;
	margin: 10px auto;
	background-color: hsl(206, 9%, 15%, 0.5);
	font-family: 'Comic Sans MS', cursive;
}

#news{
	display: block;
	float: left;
	min-width: 650px;
	max-width: 650px;
	margin: 10px;
-	border: 1px solid black;
}

#valentin{
	max-width: 620px;
	padding: 15px;
	background-color: hsl(206, 9%, 15%, 0.7);
	border-radius: 5px 6px 7px;	
}

#news h2{
	text-align: center;
	float: center;
	color: #f4c2c2;
	font-size: 22px;
	font-weight: bold;
}

#news h4{
	text-align: center;
	font-size: 15px;
	color: #a8d0b5;
}

#sidebar{
	display: block;
	float: right;
	width: 250px;
	margin: 10px;
}

#newspic img{
	width: 250px;
}

#newspic p{
	text-align: center;
	color: white;
}