
body {
	/* background-image: url('../img/kuddarochljus.JPG'); */
	font-family: Georgia !important;
}

#hem-dator {
	min-height: 70vh;
	background-image: url("../img/storebot.jpg");
	background-size: cover;

}

#hem-dator-bg {
	min-height: 70vh;
	background-color: rgba(255,255,255,0.8);
	padding-top: 100px;
    padding-bottom: 50px;
}

#hem-mobil {
	min-height: 30vh;
	background-image: url("../img/storebot.jpg");
	background-size: cover;
}

#hem-mobil-bg {
	min-height: 30vh;
	background-color: rgba(255,255,255,0.8);
}

.page {
	background-color: rgba(255, 255, 255, 0.2);
	min-height: 100vh;
	margin-right: 0px;
}

#footer {
	margin-right: 0px; background-color: #231F20;
	height: 100px;
}

#logo {
	background-color: rgba(0,0,0, 0.7);
	padding: 20px;
	margin: 30px;
}

#contact-info article {
	background-color: #231F20;
	padding: 20px;
}

#contact-info {
	background-color: rgba(0,0,0,0.7);
	padding: 5px;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	margin-top: 30px;
}

.parallax-window {
    
    
	margin-left: 0px;
	width: 100%;
	padding: 0px;
}

.header-text {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	color: #DBAC56;
}

.text-content {
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 15px;
	margin: 100px;
	padding: 100px;
	font-size: 17px;
}

.carousel {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.carousel-inner {
	height: 50vh;
	background-color: rgba(35, 31, 32, 0.9);
}

 .carousel-inner > .carousel-item > img{ width: 70%; margin-left: auto; margin-right: auto;}
 
.row { margin-right: 0px; }