@charset "utf-8";
/* CSS Document */

body,html {
	background-color: white;
	background-image: url(../img/bground.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 1475px;
	background-height: 100%;
	background-width: 100%;
	font-family: 'Raleway', sans-serif;
}

.bg-light {
	background: rgba(206,207,172,1) !important;
	font-size: 150%;
}

.nav-link {
	magrin-left: 75px;
	margin-right: 75px;
}

.logo {
	magrin-right: 300px;
}

.nav-item {
	margin-left: 30%;
}

.art {
	margin-top: 30px;
}

.contact {
	margin-top: 50px;
	text-align: center;
	font-size: 150%;
}

.ikke {
	margin-top: 30px;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255,255,255,0) !important;
	text-align: right;
	font-size: 300%;
	}

.fa-instagram {	
	color: #cecfac;
}