html { 
  	background-color: #F5D0A9; no-repeat center fixed; 
 	background-size: cover;
}a {
	color: #424242;
	text-decoration: none;


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


}

a:visited {
	color: #424242;
}

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

.title {
	color: pink;
	font-size: 100px;
	line-height: 20px;
	float: left;
	margin-bottom: 0px;
	font-weight: 900;
	font-style: italic;
	font-family: 100px;
}

  that  {
  color:#424242;
  font-size:50px;

	
}

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

.menu a {
	color: #424242;
	font-size: 11px;
}

.row {
	margin-bottom: 10px;
	font-weight: normal;
	font-family: Times New Roman;
}

.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: pink;
}

text {
color: green;
font-size: 15px;
font-family: arial;
}


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