body {
	/* SANS */
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	/* SERIF */
	/* font-family: 'Georgia', 'Times New Roman', serif; */
	overflow: hidden;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.arte-folha {
	height: 100vh;
	width: 100%;
	position: relative;

	background: url('../images/background.jpg') no-repeat center center;
	background-size: cover;

	display: -webkit-flex;
	display: flex;

	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-flex-direction: column;
	flex-direction: column;
}

.arte-folha img {
	max-height: 100%;
	width: auto;
	margin-top: 10px;
	overflow: auto;

	-webkit-flex-grow: 1;
	-webkit-flex-grow: 1;

    -webkit-flex-shrink: 1;
    flex-shrink: 1;
}

.arte-folha h1 {
	background-color: #fff;
	padding: 10px 10px 3px;
	width: 100%;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.1em;

	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

#nvg_rt {
	visibility: hidden;
	height: 0;
}