/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {

  
  background-color: white;
  color: black;
  font-family: Verdana;
}

/*div {
  height:70px;
  width:500px;
  background-color:white;
  }*/
 
 #mittbilde {
  height:50%;
  width:30%;
  float:center;
}
#header {
	background-color: transparent;
	background-image: url('anfield.jpg');
	background-size: 100%;
	width: 85%;
	height: 550px;
	background-repeat: no-repeat; /* Hindrer gjentakelse av bilde*/
	background-position: center; /* Sentrerer headerbilde */
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat; /* Hindrer gjentakelse av bilde*/
	background-position: center; /* Sentrerer headerbilde */
}

#navbar {
  text-align: center;
  color: red;
}

#navbar li { 
  width:100px;
  height:30px;
  display:inline-block;
  }

li{
  list-style:none;
  
  }

#navbar li a {
  
  text-decoration:none;
  color: red;
  }
  
#navbar li a:hover{
  color:yellow;
  }
#info {
  padding:50px;
  text-align:center;
  margin-left: auto;
  margin-right: auto;
  width:30%;
  
  }
  
  #header2 {
	background-color: transparent;
	background-image: url('lfcplayers.jpg');
	background-size: 60%;
	width: 85%;
	height: 550px;
	background-repeat: no-repeat; /* Hindrer gjentakelse av bilde*/
	background-position: center; /* Sentrerer headerbilde */
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat; /* Hindrer gjentakelse av bilde*/
	background-position: center; /* Sentrerer headerbilde */
}

#ninfo2 li a {
  
  text-decoration:none;
  color: red;
  }
  
#color {
background-color: #FBE9E7;
}

#color {
background-color: #FBE9E7;
}
