﻿
body {
	font-family: Arial, Helvetica, Sans-Serif;
	margin: 0px;
	padding: 0;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	overflow-x: scroll;
	color: #000000;
}
#she {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
	width: 70%;
	background-color: #FFFFFF;
	padding-right: 30px;
	padding-left: 30px;
}
h1 {
	padding: 0px 0px 10px 0px;
	margin: 0px;
	text-align: center;
}
h3 {
	padding: 0px 0px 20px 0px;
	margin: 0px;
	text-align: center;
}
.container {
	margin: 0px auto 0px auto;
	padding: 0px 10px 0px 10px;
	max-width: 1028px;
}
.bg-esb {
	background-color: #edeef2;
}
.bg-gold {
	background-color: #F7EFDB;
}
.header {
	background-position: left;
	height: 150px;
	width: 70%;
	margin: 0px auto 0px auto;
	background-image: url('mgd-esb.png');
	background-repeat: no-repeat;
	background-size: 120px;
}
.header-dgm-esb {
	background-position: left;
	height: 150px;
	width: 70%;
	margin: 0px auto 0px auto;
	background-image: url('dgm-esb.png');
	background-repeat: no-repeat;
	background-size: 120px;
}
.header-dgm-gold {
	background-position: center;
	height: 150px;
	width: 100%;
	margin: 0px auto 0px auto;
	background-image: url('dgm-gold.png');
	background-repeat: no-repeat;
	background-size: 120px;
}
.footer {
	width: 70%;
	margin: 0px auto 0px auto;
	padding-top: 30px;
	font-size: 1em;
	text-align: center;
	line-height: 140%;
}
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	background-color: #FFFFFF;
}
.span{
}
.translater{
	text-align: right;
	padding-top: 50px;
}
.border{
	border: 15px solid #FFFFFF;
	width: 180px;
	text-align: right;
	float: right;
	background-color: #FFFFFF;
}

@media screen and (max-width:800px) {
#she {
	width: 90%;
	padding-right: 20px;
	padding-left: 20px;
}	
.header{
	background-position: center top 10px;
	width: 100%;
	font-size: 1.5em;
	text-align: center;
	height: 200px;
}
.header-dgm-esb{
	background-position: center top 10px;
	width: 100%;
	font-size: 1.5em;
	text-align: center;
	height: 200px;
}
.footer{
	width: 100%;
}
.span{
	margin-top: 80px;
}
.translater{
	text-align: center;
	padding-top: 140px;
}
.border{
	border: 10px solid #FFFFFF;
	text-align: center;
	float: none;
	margin-right: auto;
	margin-left: auto;
}