.lang {
position: absolute;
margin-left: auto;
margin-right: auto;
}
.imgen {
position: relative; 
top: 445px; 
left: 924px;
width: 30px; 
height: auto;
}
.imgsv {
position: relative; 
top: 445px; 
left: 854px; 
width: 30px; 
height: auto;
}
header {
width: 960px;
margin-left: auto;
margin-right: auto;
}
.navigation {
width: 960px;
margin-left: auto;
margin-right: auto;
height: auto;
background: linear-gradient(#386497, #2C5078);
border-radius: 0px 0px 0px 0px;
margin-top: 0px;
margin-bottom: 0px;
}
.grid-container-nav-top {
display: grid;
grid-template-columns: auto auto auto auto;
height: 60px;
text-align: center;
}
.grid-container-nav-mid {
display: grid;
grid-template-columns: auto auto;
height: 60px;
text-align: center;
}
.grid-container-nav-bot {
display: grid;
grid-template-columns: auto auto;
height: 60px;
text-align: center;
}
.grid-item-nav {
color: white;
font-family: Arial;
font-size: 24px;
padding: 10px 0px 10px 0px;
text-align: center;
}
.grid-item-nav a {
color: white;
font-family: Arial;
font-size: 24px;
padding: 10px 0px 10px 0px;
text-align: center;
}
.grid-item-nav a:hover {
background-color: white;
color: #2C5078;
font-family: Arial;
font-size: 24px;
}
.icon {
width: 18px;
height: 12px;
margin: 0px;
}
.topimg {
width: 960px;
height: auto;
margin-bottom: 0px;
margin-top: 0px;
display: block;
}
.wide {
width: 474px;
height: auto;
}
body {
width: auto;
background-image: url("../images/mhbgnew.jpg");
background-attachment: fixed;
margin-top: 0px;
margin-bottom: 0px;
}
.topimg {
width: 960px;
margin-left: auto;
margin-right: auto;
height: auto;
margin-bottom: 0px;
margin-top: 0px;
display: block;
}

.content {
	background: linear-gradient(#FCFCFC, #DADADA);
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	overflow: auto;
}

a:link {
	text-decoration: none;
	color: black;
}

h3 {
	color: #666666;
	font-family: Arial;
	font-size: 32px;
	padding: 10px 5px 1px 5px;
	margin-top: 0px;
}

.center {
	text-align: center;
}

li {
	font-family: Arial;
	font-size: 26px;
}

.desc	{
	text-align: center;
	width: auto;
	height: auto;
	color: black;
	font-family: "Arial";
	font-size: 24px;
	background: transparent;
	padding: 10px 10px 10px 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	font-weight: bold;
}

.desc2	{
	text-align: center;
	width: auto;
	height: auto;
	color: black;
	font-family: "Arial";
	font-size: 22px;
	background: transparent;
	padding: 10px 10px 10px 10px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 30px;
}

img {
	width: 960px;
	height: auto;
}

p {
	font-size: 26px;
	font-family: Arial;
	padding: 5px 10px 5px 10px;
}

.center0 {
	text-align: center;
	margin-top: 0px;
}

.center {
	text-align: center;
}

.grid-container-footer {
	display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	text-align: center;
	height: 50px;
    background: linear-gradient(#386497, #2C5078);
	width: 100%;
}

.grid-item-footer {
	font-size: 16px;
	font-family: Arial;
	color: #013162;
	padding-top: 20px;
	color: white;
}

.grid-item-footer a {
	color: white;
}