html, body{
	background-color:#1A1A1A !important;
    margin: 0;
    padding: 0;
	overflow-x: hidden;
	height:100%;
}

#clear {
    clear: both;
}

.container-fluid{
	margin:0 !important;
	padding:0 !important;
	height:100% !important;
}

.novosite { 
	font-family: 'Abel', sans-serif;
	color: #1A1A1A;
	font-size: 60px;
	line-height:100%;
	text-shadow: 	1px 0px 0px white,
					-1px 0px 0px white,
					0px 1px 0px white,
					0px -1px 0px white;
}

.embreve{
	font-family: 'Abel', sans-serif;
	color: #1A1A1A;
	font-size: 110px;
	line-height:100%;
	text-shadow: 	1px 0px 0px white,
					-1px 0px 0px white,
					0px 1px 0px white,
					0px -1px 0px white;
}
.semclasse{
	text-decoration: none !important;
}

#titulo{
	display:table;
	width:100%;
	height:40%;
	text-align:center;
}

#titulo_texto{
	display:table-cell;
	vertical-align:middle !important;
}

#logo{
	display:table;
	width:100%;
	height:30%;
	text-align:center;
	background-color: #ffffff;
}

#logo_imagem{
	display:table-cell;
	vertical-align:middle;
}

#info{
	display:table;
	width:100%;
	height:10%;
	text-align:center;
	background-color:white;
	padding:0 20px 0 20px;
}

#info_texto{
	display:table-cell;
	vertical-align:middle !important;
}

#assinatura{
	display:table;
	width:100%;
	height:20%;
	text-align:center;
}

.assinatura_imagem{
	display:table-cell;
	vertical-align:middle;
	background:url(../img/assinatura.png) no-repeat center center;
	-webkit-transition: all .4s ease; /* Fade to color for Chrome and Safari */  
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}

.assinatura_imagem:hover{
	display:table-cell;
	vertical-align:middle;
	background:url(../img/assinatura_h.png) no-repeat center center;
	-webkit-transition: all .4s ease; /* Fade to color for Chrome and Safari */  
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}



@media only screen and (max-width : 480px) {
	.novosite { 
		font-family: 'Abel', sans-serif;
		color: #1A1A1A;
		font-size: 50px;
		line-height:100%;
		text-shadow: 	1px 0px 0px white,
						-1px 0px 0px white,
						0px 1px 0px white,
						0px -1px 0px white;
	}

	.embreve{
		font-family: 'Abel', sans-serif;
		color: #1A1A1A;
		font-size: 70px;
		line-height:100%;
		text-shadow: 	1px 0px 0px white,
						-1px 0px 0px white,
						0px 1px 0px white,
						0px -1px 0px white;
	}

	#logo{
		display:table;
		width:100%;
		height:30%;
		text-align:center;
	}

	#logo img{
	width:60%;
	}

	#info{
		display:table;
		width:100%;
		height:10%;
		text-align:center;
		background-color:white;
		padding:5px 20px 5px 20px;
	}

	#info_texto{
		display:table-cell;
		vertical-align:middle !important;
	}

	
}