


body{
	background: #232323;
	height: 100%;
	color: #FFFFFF; 
	font-family: "Lato", "Arial", sans-serif;
	font-size: 18px;
	font-weight: 300;
	background: url(bg_kalmar.jpeg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#logo{
	position: absolute;
	right: 25%;
}

#logo img{
	height: 275px;
	width: auto;
}

#adress{
	position: static;
	width: 50%;
	line-height: 160%;
	text-align: left;
	padding-right: 12px;
	padding-left: 12px;
	width: 50%;
	margin: 0 auto;

}

a{
	color: #FFFFFF; 
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	#logo{
		right: 20px !important;
		bottom: 40px !important;
	}
	
	#adress{
		right: 5px !important;
		width: auto !important;
		left: 5px !important;
		top: 30px !important;
		bottom: 10px !important;
		font-size: 18px !important;
		text-align: left !important;
		position: absolute !important;
	}
}
