html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  }

body { 
	width: 100% !important;
	height: 100%;
	min-height: 4500px;
	display: block;
	color: #191813;
	font-size: 16px;
	font-weight: 400;
	line-height:22px;
	font-family: 'Roboto Condensed', sans-serif; 
	padding: 0;
	margin: 0; 
	/*background-color: #e9e9e9;*/
	/* background-image: url(../img/000.png); */
	/* background-repeat: no-repeat; */
	/* background-size: contain; */
	/* background-position: center top;  */
}

#content {
	text-align: center;
}
#content img {
	width: 100%;
	max-width: 968px;
}

#content h1 {
	color: #ff0000;
	font-size: 50px;
	margin: 120px auto 50px;
	text-align: center;
}

#content h1 a {
	color: #000;
	text-decoration: none;
}

#blink2 {
  -webkit-animation: blink2 1s linear infinite;
  animation: blink2 1s linear infinite;
}
@-webkit-keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}
@keyframes blink2 {
  100% { color: rgba(34, 34, 34, 0); }
}



h2 {
	color: #404040;
	font-size: 30px;
	margin: 10px auto 30px;
	text-align: center;
}

#content h2 a {
	color: #000;
	text-decoration: none;
}


h3 {
	font-size: 26px;
	margin: 10px auto 30px;
	text-align: center;
}