@charset "UTF-8";
/* CSS Document */

body{
	margin: 0px;
	background-color: #5b739d;
}

.menu-bar ul{
	
	list-style-type: none;
	background-color: #5b739d;
	padding: 30px;
	margin: 0px;
	overflow: hidden;
	height: 110px;
	display: flex;
	justify-content: flex-end;
	
}

.menu-bar a{
	
	color: #394a67;
	text-decoration: none;
	padding: 40px;
	display: inline-block;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	
	
}

.menu-bar a:hover{
	background-color: whitesmoke;
	
}

.menu-bar li{
	
	float: left;
	
}

.logo{
	margin-top:-60px;
	display:block;
	margin-right: auto;
	padding:0px;
	}

.OM{
	
	list-style-type: none;
	text-align: center;
	font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
	font-size: 40px;
	color: #394a67;
	margin-bottom: 10px;
}

.sybo{
	
	margin-top: -350px;
	position: absolute;
	padding: 20px;
	
}

.hvid{
	
	background-color: whitesmoke;
	width: px;
	min-width: px;
	height: 500px;
	opacity: 50%;
}


.SOME{
	
	margin-top: 100px;
	text-align: center;
		
	}
	

.adresse-linje{
	
	color: whitesmoke;
	list-style-type: none;
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
}

.tekst{
	list-style-type: none;
	margin-top: -420px;
	position: absolute;
	margin-left: 600px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: whitesmoke;
}

