#button1{
	background-color: #1896fb; 
	background-repeat: no-repeat; 
	border-width:2px;
	border-color: #ffff; 
	height: 60px;
	left: 15px;
	box-shadow: 1px 1px 1px #000000;
}

#button1:hover{
	background-color: Transparent; 
	background-repeat: no-repeat; 
	border-width:2px;
	border-color: #ffff;
	height: 60px;
}

#header-logo{
	height: 80px;
}

#logo{
	height: 80px;
}

#title_page{
	color:#ffffff;
	font-size: 30px;
	font-weight: bold;
}


/* Iphone 6 plus, Moto G and some tablets */
@media (min-width: 0px) and (max-width: 720px) {

	#header-logo{
		height: 60px;
	}

	#logo{
		height: 60px;
	}

	#title_page{
		color:#ffffff;
		font-size: 15px;
		font-weight: bold;
	}


}








