@media (max-width: 1000px) {
header{
	display:block;
	height:70px;
	line-height: 70px;
	text-align: center;
	font-size:1.5em;
    background-color: rgba(195,230,208, 1);
    color:#000;
}
}

}
.app-btn{
	min-width: 100%;
	text-align: center;
	padding:0;
}