html, body {
    height: 100%; }

body {
	font-family: 'Lato', sans-serif;
	color:#FFF;
	position: relative; 
	background-color: #000;
	font-size: 12px;}

.header {
	width: 100%;
	margin: 0px auto;
	padding-top: 5%;
	border-bottom: 3px solid #158ECE;
	background-color: #FFFFFF;
	height: 10%;
	min-height: 65px;
	text-align: center;} 

.header img {
	max-width: calc(100% - 20px);
	height: auto;
	margin: 0 10px;
}
	
#main {
	width: 100%; 
	margin: 0 auto;
	height: auto !important;
	min-height: calc(100% - 223px);
	height: 100px;
	background-image:url(http://www.cameparkare.com/holding/images/bg2.jpg);
	background-repeat: none;
	background-size: cover;
	background-position:center;
	padding-top: 30px;
}  
	
.wrapper {
	width: 50%;
	max-width: calc(100% - 50px);
	margin: 0 auto;
	background-color:rgba(0,0,0,0.6);
	padding: 15px;
	text-align: center;
	overflow: auto;
}

img.world {
	height: 120px;
	width: auto;
	margin-bottom: 15px;
}

h1 {
	padding-bottom: 40px;
	font-weight: 100;
	font-size: 27px;
	text-align: center;
}

.column {
	width: 27%;
	float: left;
	margin: 0 3%;
	text-align: left;
}

h2 {
	padding-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
}

.site img {
	margin-top: 2px;
	margin-right: 13px;}

.site a {
	padding: 8px 0;
	font-size: 13px;
	display: block;
	/* border-bottom: solid 1px #FFFFFF; */
}

/*
.site a:hover {background-color: rgba(255,255,255,0.1); }
*/

	
p {
	padding-bottom: 20px;
	line-height: 1.5em;
}

p.small {
	border-bottom: none;
	font-size: 10px;
	padding: 40px 0 10px 0;
}

a,
a:visited {
	color: #FFF; 
	text-decoration: none;
}

a:hover {color: #158ECE;}


@media only screen and (min-width: 320px) and (max-width: 767px) {
/* @media only screen and (max-device-width: 480px) { */
	
	#main {background-image: none;}  
	
	.wrapper {
		width: 100%;
		padding: 0;
	}
	
	.column {
		width: 94%;
		margin-bottom: 25px;
	}
	
}