h1, h2, h3, h4, h5, h6{
	font-weight: 500;
	text-transform: initial;
}
body{
	background-color: #1A2030;
}
#page a{
	text-decoration: underline;
}
#logocontainer #img {
  background-size: auto 50px;
}
nav{
	display: flex;
	align-items: center;
	justify-content: center;
}
#usercontainer{
	width: 270px;
	min-width: 270px;
	justify-content: center;
}
.navigationbutton, .selectednavigationbutton {
	white-space: nowrap;
}
.navigationbutton:hover{
	border-width: 4px;
}

.selectednavigationbutton{
	color: #A4DEDD;
	font-weight: 500;
	border-width: 4px;
}
#languagecontainer{
	display: none;
}







@media (max-width: 768px) {
	.navigationbutton{
		color: #1a2030;
	}
	nav{
		display: none;
	}
	#usercontainer{
		width: initial;
		min-width: initial;
		justify-content: center;
	}
}

@media (min-width: 576px) {
	#module10225{
		display: block;
	}
}
@media (max-width: 768px) {
	#module10225{
		display: block;
	}
}
@media (max-width: 992px) {
	#module10225{
		display: none;
	}
}
