/* Header */
.large-header {
	position: relative;
	width: 100%;
	background:  url('../img/background.jpg') 0 0 repeat !important;
	background-size: cover;
	overflow: hidden;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

.blink_me {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}


#main-content {
	visibility: hidden;
}

.demo-3 .large-header {
	background: #7f8c8d;
}

.demo-3 .main-title {
	background-color: rgba(255, 255, 255, 0.93) !important;
}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: #f9f1e9;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}

.demo-3 .main-title {
	text-transform: uppercase;
	font-size: 4.2em;
	letter-spacing: 0.1em;
	/*background-color: rgba(0, 0, 0, 0.3);*/
}

.demo-3 .main-title {
	padding: 10px 40px;
	border: 10px double #000000;
	text-transform: uppercase;
	font-family: "Special Elite", sans-serif;
	color: rgba(0, 0, 0, 0.5);
	text-shadow: 4px 3px #000000;
}

.main-title .thin {
	font-weight: 200;
}

@media only screen and (max-width : 768px) {
	.demo-3 .main-title{
		font-size: 3em;
	}
}