* {
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 16px;
	font-family: 'Copperplate', serif;
	line-height: 1.5;
	background-color: #2e2e2e;
	/*background-image: url("../img/proba.jpg") no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;*/
}

.wrapper {
	position: fixed;
	z-index: 90;
	top: 65px;
	left: 0px;
	width: 100%;
	height: calc(100% - 108px);
	overflow: hidden;
	color: #fff;
	padding: 20px 20px 20px 20px;
	overflow-y: auto;
}

.homePage{
	position: relative;
  	top: 50%;
  	transform: translateY(-50%);
  	margin: 0% auto 0px auto;
  	width: 90%;
	text-align: center;
	overflow: hidden;
}

.homePage .official1 {
	text-align: center;
}

@media only screen and (max-width: 768px){
	.wrapper {
		top: 65px;
		left: 0px;
		width: 100%;
		height: calc(100% - 108px);
		padding: 10px;
		font-size: 16px;
	}

	.homePage {
		position: relative;
  		top: 50%;
  		transform: translateY(-50%);
  		margin: 0% auto 0px auto;
  		width: 90%;
	}

	.homePage img{
		width: 100%;
	}
}