@font-face {
  font-family: "CamingoDos"; /* Regular */
  src: url("../font/33995D_3_0.eot");
  src: url("../font/33995D_3_0.eot?#iefix") format("embedded-opentype"),
  url("../font/33995D_3_0.woff2") format("woff2"),
  url("../font/33995D_3_0.woff") format("woff"),
  url("../font/33995D_3_0.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "CamingoDos"; /* ExtraBold */
  src: url("../font/33995D_1_0.eot");
  src: url("../font/33995D_1_0.eot?#iefix") format("embedded-opentype"),
  url("../font/33995D_1_0.woff2") format("woff2"),
  url("../font/33995D_1_0.woff") format("woff"),
  url("../font/33995D_1_0.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}


#Container {
	width: auto;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
#bgimg {
	width: 100%
	height: auto; 
	position: relative;

}
.text-block{
	text-align: center;
	position: absolute;
	right: 20%;
	color: white;
	bottom: 20%;
	left: 20%;
}
body {
    font-family: "CamingoDos", Helvetica, Arial, sans-serif;
	font-size: 1.18em;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 800;
}

h1 {
  font-size: 2.6em;

}

h2 {
  font-size: 1.7em;
}

h3 {
  font-size: 1.7em;
}

h4 {
  font-size: 1.3em;
}

h5 {
  font-size: 1.1em;
}

a {
color: #0d6c78;

}

#Header {
	height:89px;
	margin:10px;
}
#Mainbody {
	width: 600px;
	margin:0 auto;
}
#Footer{
	height: 200px;
	background-color: rgb(51, 95, 171);
	width: 100%;
	bottom:0;
}
#Footer1 {
	width: 20q%;
	float:left;
	display: block;
	position: absolute;
	
}
#Footer2 {
	width: 47%;
	text-align:right;
	float: right;
	margin-top:-50px;
}
