@charset "utf-8";
/* CSS Document */

h1 a{
	font-family: "New Rocker","Hoefler Text", serif;
	color: #0e3b43;
	font-size: 80px;
	 display: inline-block; 
  transform: rotate(350deg); 
	padding:50px;
	padding-left:150px;
	 transition: transform .2s;
}

h1 a:hover{
	  transform: scale(1.5);
	
}

#nav {
	position: sticky;
	top:0px;
	background-image: url(funnyvalentine.gif);
}


ul{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
	overflow: hidden;
	position: fixed;
	top:0;
	width:100%;
	overflow: hidden;
}

body{
	background-color:#000;
	margin:0;
	
}
a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

li {
	float:left;
	font-family: "Road Rage", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 60px;
	list-style-type: none;
	color:#311248;
}

li a {
  display: block;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
		color:#311248;
}

h2 {
	clear:left;
}