h1 {
	text-align:center;
	font-size:30px;
	line-height:20%;
	color:black;		
	}
  
h2{
  	font-size: 10px;
  	}
/* hoved og menuer i navbar */
.navbar {
  overflow: hidden;
  background-color: lightgray;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar a {
  float: center;
  display: block;
  color: #f2f2f2;  /* tekstfarve i menubar */
  text-align: center;
  padding: 8px 8px; /* bjælke over munder tekst */
  text-decoration: none;
  font-size: 17px;
}
  	
.navbar a:hover {
  background: #ddd;
  color: black;
}

* {
  box-sizing: border-box;
  background-color: lightgray;  /* farve billeder */
 }
  	
  
 .flex-container {
  display: flex;
  flex-wrap: nowrap;
  background-color: blue;
  align-items: center;
  
}
	/* denne obtion er til test  - gælder nåske ikke alle browsere 	*/
.flex-container div {
  background-color: #f1f1f1;
  width: 100p	*/x;
  margin: 10px;
  text-align: center;
  line-height: 75px;
  font-size: 30px;
} 	
  	

  	



/* Style the header -- bruges i menu*/
header {
  background-color: lightgray;
  padding: 0px;
  text-align: center;
  font-size: 35px;
  color: white;
}

.header {
  text-align: center;
  padding: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create 4 four equal columns that sits next to each other */
.column {
  flex: 25%;
  max-width: 25%;
  /* plads til menu over billeder */
  padding: 42px 4px; 
  border-top: 2px solid black; 
}

.column img {
  margin-top: 8px;
  margin-bottom:8px;
  vertical-align: middle;

}

/* Responsive layout - makes a 2 two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}



body {
	 margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    
}


img {
	max-width: 100%;
	max-height: 100%;
}  

/* specifikation af billedsektion placering mm  -bruges ikke mere 
#iframe { 
	position: absolute;
	top:90px;
	left:10px;
	width:100%;
	height:90%;
	overflow:hidden;
	/*overflow-x: hidden;
	overflow-y: scroll;*/
	background-color:lightgray;
}

*/

  	
  	/* hovedsektion  - bruges ikke ?
#myHeader {
	width:100%;
   background-color: lightgray;
   color: black;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    font-size:5px;
   text-align: center;
 	}
 	
/* hovedsektion  - bruges ikke ??
table#t01, td{
	width:100%;
	font-size:10px;
	border: none;
	text-align: center;
	color: black;
	background-color: lightgray;
}
*/

ul#menu li {
	display:inline;
	font-size:25px;	
}



/* tabel med billedindhold  bruges ikke mere*/
/*table#t02, {
	width:100%;
	overflow:hidden;
	/* table-layout: fixed; */ */
	
}
 

 /* 
 tabel erstattet af flex opsætning 
table#t02, td {
	width:100%;		
	border: none; 	
	text-align: center;
	font-size: 10px; 
	background-color: lightgray;
	/*table-layout: fixed;*/	
}

*/



  
 

	