@charset "UTF-8";
/* CSS Document */
@import url("standard.css");
html, body{
	background-color:#eee;
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
#wrapper{
	max-width:960px;
	margin:0 auto;
	background-color:#a79a84;
	color:#524741;
}
h1{
	font-size:4em;
	line-height:2; /* dvs h1 får height 8em */
}
header div img{
	height:8em;  /* samme height som h1 */
}
header{
	padding:0.5em 0;  /* lidt luft over og under header & logo - header bliver 9em ialt*/
}
main{
	background-color:#c5bbaa;	
}
main section{
	margin-top:1em;
}
/* for font-awesome kamera ikoner: */
.col6 i{
	float:left; 
	color:#524741; 
	font-size:2.5em; 
	line-height:1em; 
	padding-right:0.2em;  
}
/* juster inline svg position: */
.col6 p svg{
	position:relative;
	top:0.2em;  
}
footer{
	text-align:center;
	padding:1em;
}
footer a{
	font-size:2em;
	color:#FFF;
}

