

	#banner {
		width: 100%;
		height: 500px;
		border: 1px solid black;
		position:fixed;
		top: 38px;
		background-image: url("../img/schweden_c.jpg");
		background-size: cover;
		text-align: center;
	}
#content{
	position: relative;
	top:500px;
	width: 100%;
	background-color: white;
	padding-top: 50px;
	background-image: url("../img/ticks.png");
	margin-bottom: 150px;

}


.box-shadow-bottom {
-webkit-box-shadow:  0px 3px 10px 3px rgba(0, 0, 0, 1);

        box-shadow:  0px 3px 10px 3px rgba(0, 0, 0, 1);
}
footer{
	height: 150px;
	margin-top: 600px;
	z-index: 1;
	background-color: lightgrey;
	border-top: 1px solid grey;
}

#banner h1 {
	top: 100px;
	position: relative;
	color:white;
	text-transform: uppercase;
	text-shadow: 0 3px 5px rgba(0,0,0,0.3);
	letter-spacing: 5px;
		line-height: 60px;
		font-family: Hobo Std Mittel;
}
/* ===================== Helpers ============================== */
.fixed {position:fixed;}
body{background-image:url("../img/ticks.png");}

@media only screen and (min-width: 48em){
.img_logo{position: relative; margin-top: 150px;}
}

.border_radius_5{
	border-radius: 15px !important;
}

.list_accord{
	padding-left: 8px;
}



