@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;
	
}

.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";
	
}

@keyframes fade-up{
	0%{
		opacity: 0;
		transform: translateY(30px) scale(0.9);
	}
	100%{
		opacity: 1;
		transform: translateY(0px) scale(1);
	}
}
.forside-billede{
	
	animation: fade-up 0.5s;
}


.forside-billede {
	position: relative;
}

.jack {
	position: absolute;
	top: -50px;
	left: 100px;
	z-index: 4;
}

.jack{
	
	animation: fade-up 0.5s;
}





	



