body {
    padding: 0;
    margin: 0;
    background: #f2f6e9;
}


.navbar {
    background:#7aacfa;
}
.nav-link,
.navbar-brand {
    color: #fff;
    cursor: pointer;
}
.nav-link {
    margin-right: 1em !important;
}
.nav-link:hover {
    color: #000;
}
.navbar-collapse {
    justify-content: flex-end;
}

.header {  
    background-image: url('img/miniRistebord.png');
    background-size: contain;
    background-position: right;
    position: relative;
}  

.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
}



.description {
	left: 50%;
	position: absolute;
	top: 45%;
    padding-top: 10em;
	transform: translate(-50%, -55%);
	text-align: center;
}
.description h1 {
	color: #7aacfa;
    margin-bottom: 2em;
}
.description p {
	color: #fff;
	font-size: 1rem;
	line-height: 1.3;
}
