header {
	height: 358px; 
	overflow: hidden;
	position: relative;
}

header .lang_select {
	position: absolute;
	top: 5px;
	right: 5px;
}

.lang_select > a {
	padding: 3px;
}


header a {
	font-weight: 700;
}

.navbar {
	margin-bottom: 0;
	border: 0;
	border-radius: 0;
}

main {
	padding-top: 30px;
	padding-bottom: 30px;
}



footer {  
	padding-top: 20px; 
	padding-bottom: 20px;
}
