


html { 
  	background: url(images/lw07.jpg) no-repeat center fixed; 
 	background-size: cover;
}


body {
	padding-top: 50px;
    padding-bottom: 20px;
}

a {
	color: green;
	text-decoration: none;
}

a:visited {
	color: green;
}

.container {
	width: 960px;
	margin: 0 auto;
}

.title {
	color: green;
	font-size: 110px;
	line-height: 20px;
	font-weight: normal;
	margin-bottom: 0px;
	font-weight: 900;
	font-style: italic;
	font-family: impact charcoal;
	text-shadow:
	-2px -2px 0 #000,
	-2px 2px 0 #000,
	2px -2px 0 #000,
	2px 2px 0 #000;
}	
	

.menu {
	float: right;
	font-family: ovo;
	font-weight: 900;
}

.menu a {
	color: green;
	font-size: 20px;
}

.row {
	margin-bottom: 10px;
	font-weight: normal;
	font-family: impact charcoal;
}

.row img {
	width: 100%;
}

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

.menu-item {
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}

.menu-item a {
	text-decoration: none;
	color: black;
}

text {
color: black;
font-size: 20px;
font-family: courier new;
}


/* 
Saaledes gør jeg kode inaktiv og usynlig i CSS
*/
