@charset "UTF-8";
/* CSS Document */

*{ margin:0;}

a{
	text-decoration:none !important;
	color:#003366;
	}
	
a:hover{
	text-decoration:underline;
	}
	
p.center{
	text-align:center;
	}

ul{list-style:none;}

h1,
h2,
h3,
h4,
h5,
h6{
	font-weight:100;
	color:#003366;}

html,
body{
	height:100%;
	font-family:Roboto, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#000;
	}
	
.languageChanger{
	background:#003366;
	color:#fff;
	position:absolute;
	z-index:1000000;
	right:10px;
	top:10px;
	height:30px;
	width:100px;
	border:none;
	border-radius:5px;
	padding:8px 10px 0 10px;
	margin:0;
	font-size:.9em;
	text-align:center;
	line-height:1em;
	cursor:pointer;
	}
	
.languageChanger:hover{
	background:#fff;
	color:#003366;
	}
	
@media screen and (min-width:768px){
	
	.languageChanger{
		top:20px;
		}
	
}