/* Header */
.large-header {
	position: center;
	width: 100%;
	text-align:center;
}

.demo-1 .large-header {
	background: #95a5a6 url('../img/dark_embroidery.png');
}
.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #000000;
	text-align: center;
	top: 40%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.logo-img {
  position: center;
  width: 300px; 
	height: auto;
}

.main-title .thin {
	font-weight: bold;
}
.img-icon{
	width: 20px;
}

.header{
	padding:8px;
	text-align:left;
	border-top:1px solid #e3ed8d;
	background:#595452;
}
.header p{
	color:#fff;
	font-weight:500;
}

.copyright{
	padding:10px;
	text-align:center;
	border-top:1px solid #e3ed8d;
	background:#595452;
}
.copyright p{
	color:#fff;
	font-weight:500;
}